diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:41:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:48 +0100 |
commit | 93c9fd09aacec518d8bdba2b825bc697d3002af8 (patch) | |
tree | f5c69bd15c4f8c134157b7dafff43fa6ffb7f0ff /app-text | |
parent | app-text/refbase: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-93c9fd09aacec518d8bdba2b825bc697d3002af8.tar.gz gentoo-93c9fd09aacec518d8bdba2b825bc697d3002af8.tar.bz2 gentoo-93c9fd09aacec518d8bdba2b825bc697d3002af8.zip |
app-text/spellutils: 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')
-rw-r--r-- | app-text/spellutils/spellutils-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/spellutils/spellutils-0.7.ebuild b/app-text/spellutils/spellutils-0.7.ebuild index da3435590537..69a0bcbded7f 100644 --- a/app-text/spellutils/spellutils-0.7.ebuild +++ b/app-text/spellutils/spellutils-0.7.ebuild @@ -1,8 +1,8 @@ -# 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 toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.)" HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/" |