app-accessibility/powiedz: fix StaticSrcUri

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-01-09 10:40:43 +00:00
parent 2cff1772a0
commit d8157f15d8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,15 +7,14 @@ inherit toolchain-funcs
DESCRIPTION="Polish speech synthesizer based on rsynth"
HOMEPAGE="http://kadu.net/index.php?page=download&lang=en"
SRC_URI="http://kadu.net/download/additions/powiedz-1.0.tgz"
SRC_URI="http://kadu.net/download/additions/${P}.tgz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
S=${WORKDIR}/${PN}
PATCHES=(
"${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch
)