diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 23:56:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-11 23:59:05 +0200 |
commit | 031e5799a024f8bbf8320598c333adf3cf2e4efa (patch) | |
tree | 211fc4fa5b9d2c8532dd12fe8f5f71634c7c1570 /dev-perl/Net-Domain-TLD | |
parent | dev-perl/Net-DNS-SEC: Version bump 1.18 (diff) | |
download | gentoo-031e5799a024f8bbf8320598c333adf3cf2e4efa.tar.gz gentoo-031e5799a024f8bbf8320598c333adf3cf2e4efa.tar.bz2 gentoo-031e5799a024f8bbf8320598c333adf3cf2e4efa.zip |
dev-perl/Net-Domain-TLD: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-Domain-TLD')
-rw-r--r-- | dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0-r1.ebuild (renamed from dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0-r1.ebuild index f2ac2e4cf41a..075a5f7c62ae 100644 --- a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild +++ b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=ALEXP DIST_VERSION=1.75 @@ -11,12 +11,11 @@ DESCRIPTION="Current top level domain names including new ICANN additions and cc SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" RDEPEND=" virtual/perl-Carp virtual/perl-Storable " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |