mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user