diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:36:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:52:57 +0100 |
commit | 01686d01952d8e4373666f5a6a1ac65d3571fd36 (patch) | |
tree | 147b9fb0598f527fd26ba82f665545c5229545e3 /app-dicts/wordnet | |
parent | app-crypt/rainbowcrack: use BDEPEND for app-arch/unzip (diff) | |
download | gentoo-01686d01952d8e4373666f5a6a1ac65d3571fd36.tar.gz gentoo-01686d01952d8e4373666f5a6a1ac65d3571fd36.tar.bz2 gentoo-01686d01952d8e4373666f5a6a1ac65d3571fd36.zip |
app-dicts/wordnet: 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-dicts/wordnet')
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r4.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0-r4.ebuild b/app-dicts/wordnet/wordnet-3.0-r4.ebuild index bd72aae233cc..8fc6f3f46f76 100644 --- a/app-dicts/wordnet/wordnet-3.0-r4.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic multilib +inherit autotools epatch flag-o-matic multilib DESCRIPTION="A lexical database for the English language" HOMEPAGE="https://wordnet.princeton.edu/" diff --git a/app-dicts/wordnet/wordnet-3.0-r5.ebuild b/app-dicts/wordnet/wordnet-3.0-r5.ebuild index 68cdec705c13..fc8af0edea2c 100644 --- a/app-dicts/wordnet/wordnet-3.0-r5.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic +inherit autotools epatch flag-o-matic DESCRIPTION="A lexical database for the English language" HOMEPAGE="https://wordnet.princeton.edu/" |