commit:     a93170c46e0fd0f2e6cc99869a7a0743738dedc6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 21:27:18 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 22:32:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93170c4

app-accessibility/festival-hts: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-accessibility/festival-hts/festival-hts-2.1.ebuild | 14 ++++++++------
 1 file 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 91f7b66c8b0..eb34d976453 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/.
 }

Reply via email to