diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:41:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:49 +0100 |
commit | 7989e7e2c19e038a71a9794babe877cc212751fc (patch) | |
tree | f901b3c2b5a66899fa2a88fe45e27c49ac869450 /app-text/talkfilters | |
parent | app-text/spellutils: eutils->epatch (diff) | |
download | gentoo-7989e7e2c19e038a71a9794babe877cc212751fc.tar.gz gentoo-7989e7e2c19e038a71a9794babe877cc212751fc.tar.bz2 gentoo-7989e7e2c19e038a71a9794babe877cc212751fc.zip |
app-text/talkfilters: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/talkfilters')
-rw-r--r-- | app-text/talkfilters/talkfilters-2.3.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild b/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild index d8b9123d8f39..751cd660b003 100644 --- a/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild +++ b/app-text/talkfilters/talkfilters-2.3.8-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit epatch DESCRIPTION="Convert ordinary English text into text that mimics a stereotyped dialect" HOMEPAGE="http://www.hyperrealm.com/talkfilters/talkfilters.html" |