diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-03 00:07:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-03 00:08:05 +0200 |
commit | 95ef94354c3f011a6301ea0d7e750ab3efe8bf74 (patch) | |
tree | 7ac64bfe23aa0c7590eb0aaa83ab3c7a55cdd644 /dev-perl/WWW-Dict-Leo-Org | |
parent | dev-perl/WWW-Curl: EAPI=8 bump (diff) | |
download | gentoo-95ef94354c3f011a6301ea0d7e750ab3efe8bf74.tar.gz gentoo-95ef94354c3f011a6301ea0d7e750ab3efe8bf74.tar.bz2 gentoo-95ef94354c3f011a6301ea0d7e750ab3efe8bf74.zip |
dev-perl/WWW-Dict-Leo-Org: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WWW-Dict-Leo-Org')
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-2.20.0-r1.ebuild (renamed from dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-2.20.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-2.20.0.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-2.20.0-r1.ebuild index fa2c66cf4278..c33e22a7aac6 100644 --- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-2.20.0.ebuild +++ b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-2.20.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=TLINDEN DIST_VERSION=2.02 @@ -13,7 +13,6 @@ DESCRIPTION="Commandline interface to http://dict.leo.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" RDEPEND=" virtual/perl-Carp @@ -22,7 +21,7 @@ RDEPEND=" virtual/perl-MIME-Base64 dev-perl/XML-Simple " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |