commit:     d7f23ba0eb517eed7ac33e7f2cd68cad3ba08dda
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  1 02:21:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 22:08:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f23ba0

app-accessibility/freetts: explicitly inherit epatch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/freetts/freetts-1.2.2.ebuild | 8 +++-----
 1 file 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 3e352ae6f05..31b68c3c7b2 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.

Reply via email to