summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-09 10:40:43 +0000
committerSam James <sam@gentoo.org>2021-01-09 10:43:17 +0000
commitd8157f15d8b6b5d6cd5c8a0da3723629dcbdd88a (patch)
tree2db05f67394f93b36eb0da8271d0ff4c47973c71 /app-accessibility
parentgnome-extra/evolution-ews: bump to 3.38.3 (diff)
downloadgentoo-d8157f15d8b6b5d6cd5c8a0da3723629dcbdd88a.tar.gz
gentoo-d8157f15d8b6b5d6cd5c8a0da3723629dcbdd88a.tar.bz2
gentoo-d8157f15d8b6b5d6cd5c8a0da3723629dcbdd88a.zip
app-accessibility/powiedz: fix StaticSrcUri
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/powiedz/powiedz-1.0-r2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
index fc5fe347bd92..d24bcb534adc 100644
--- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
+++ b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild
@@ -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
)