diff options
author | 2021-04-16 14:36:56 +0100 | |
---|---|---|
committer | 2021-04-18 06:52:57 +0100 | |
commit | 01686d01952d8e4373666f5a6a1ac65d3571fd36 (patch) | |
tree | 147b9fb0598f527fd26ba82f665545c5229545e3 /app-dicts/wordnet/wordnet-3.0-r5.ebuild | |
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/wordnet-3.0-r5.ebuild')
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |