diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 19:34:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-10 20:23:15 +0200 |
commit | ef8e7a81554b189cfdba07794ad1d9aedb34f31d (patch) | |
tree | 5777fb76faee7d9ee22e3b85bf16af9d41272cd6 /dev-perl/Struct-Compare | |
parent | dev-perl/String-Util: Version bump 1.32 (diff) | |
download | gentoo-ef8e7a81554b189cfdba07794ad1d9aedb34f31d.tar.gz gentoo-ef8e7a81554b189cfdba07794ad1d9aedb34f31d.tar.bz2 gentoo-ef8e7a81554b189cfdba07794ad1d9aedb34f31d.zip |
dev-perl/Struct-Compare: 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/Struct-Compare')
-rw-r--r-- | dev-perl/Struct-Compare/Struct-Compare-1.0.1-r1.ebuild (renamed from dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild b/dev-perl/Struct-Compare/Struct-Compare-1.0.1-r1.ebuild index ad7667205ce4..fd78beb69644 100644 --- a/dev-perl/Struct-Compare/Struct-Compare-1.0.1.ebuild +++ b/dev-perl/Struct-Compare/Struct-Compare-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=ZENSPIDER inherit perl-module @@ -9,9 +9,3 @@ inherit perl-module DESCRIPTION="Recursive diff for perl structures" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" |