diff options
author | David Seifert <soap@gentoo.org> | 2017-12-29 22:27:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-29 23:32:45 +0100 |
commit | a93170c46e0fd0f2e6cc99869a7a0743738dedc6 (patch) | |
tree | b588cd9bbf76df43220982a85778f7cd6d01fc34 /app-accessibility | |
parent | app-accessibility/festival-fi: Port to EAPI 6 (diff) | |
download | gentoo-a93170c46e0fd0f2e6cc99869a7a0743738dedc6.tar.gz gentoo-a93170c46e0fd0f2e6cc99869a7a0743738dedc6.tar.bz2 gentoo-a93170c46e0fd0f2e6cc99869a7a0743738dedc6.zip |
app-accessibility/festival-hts: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/festival-hts/festival-hts-2.1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app-accessibility/festival-hts/festival-hts-2.1.ebuild b/app-accessibility/festival-hts/festival-hts-2.1.ebuild index 91f7b66c8b0b..eb34d976453c 100644 --- a/app-accessibility/festival-hts/festival-hts-2.1.ebuild +++ b/app-accessibility/festival-hts/festival-hts-2.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="HTS voices for Festival" HOMEPAGE="http://hts.sp.nitech.ac.jp/" @@ -18,10 +18,12 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND=">=app-accessibility/festival-1.96" -RDEPEND="${DEPEND}" +DEPEND="" +RDEPEND=">=app-accessibility/festival-1.96" + +S=${WORKDIR} src_install() { - insinto /usr/share/festival/voices/ - doins -r lib/voices/* + insinto /usr/share/festival/voices + doins -r lib/voices/. } |