diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 03:21:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-01 23:08:37 +0100 |
commit | d7f23ba0eb517eed7ac33e7f2cd68cad3ba08dda (patch) | |
tree | 5fff755052fb30cf152ed2cf3a4217a85d75432f /app-accessibility | |
parent | app-accessibility/eflite: explicitly inherit epatch, missing die (diff) | |
download | gentoo-d7f23ba0eb517eed7ac33e7f2cd68cad3ba08dda.tar.gz gentoo-d7f23ba0eb517eed7ac33e7f2cd68cad3ba08dda.tar.bz2 gentoo-d7f23ba0eb517eed7ac33e7f2cd68cad3ba08dda.zip |
app-accessibility/freetts: explicitly inherit epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/freetts/freetts-1.2.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-accessibility/freetts/freetts-1.2.2.ebuild b/app-accessibility/freetts/freetts-1.2.2.ebuild index 3e352ae6f055..31b68c3c7b28 100644 --- a/app-accessibility/freetts/freetts-1.2.2.ebuild +++ b/app-accessibility/freetts/freetts-1.2.2.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 JAVA_PKG_IUSE="doc examples source" - -inherit eutils java-pkg-2 java-ant-2 +inherit eutils epatch java-pkg-2 java-ant-2 DESCRIPTION="A speech synthesis system written entirely in Java" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" @@ -22,7 +21,6 @@ DEPEND=">=virtual/jdk-1.4 LICENSE="jsapi? ( sun-bcla-jsapi ) freetts" SLOT="0" KEYWORDS="amd64 ppc64 x86" - IUSE="jsapi mbrola" # Tests aren't present. |