diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-21 20:49:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-21 20:51:53 +0200 |
commit | 9cce726ef04ab6cbbe3584e520cdb6f08a92f105 (patch) | |
tree | b4f8838148298e8d9e634573b335da1cd45c3a8a /dev-perl/Devel-GlobalDestruction | |
parent | dev-perl/Devel-CheckOS: Remove old (diff) | |
download | gentoo-9cce726ef04ab6cbbe3584e520cdb6f08a92f105.tar.gz gentoo-9cce726ef04ab6cbbe3584e520cdb6f08a92f105.tar.bz2 gentoo-9cce726ef04ab6cbbe3584e520cdb6f08a92f105.zip |
dev-perl/Devel-GlobalDestruction: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-GlobalDestruction')
-rw-r--r-- | dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild (renamed from dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild index 839e379a5bc2..4fdbe2ce2e0a 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.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=HAARG DIST_VERSION=0.14 @@ -11,11 +11,10 @@ DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older pe SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" RDEPEND=" >=dev-perl/Sub-Exporter-Progressive-0.1.11 " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |