summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 23:22:21 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 23:22:32 +0200
commit07104a06ff8587de2556ac289070fc6df0ba8ddf (patch)
tree58b93388ed92e5eee202da5c899b63c561a206cd
parentacct-user/cockroach: add user for dev-db/cockroach (diff)
downloadgentoo-07104a06.tar.gz
gentoo-07104a06.tar.bz2
gentoo-07104a06.zip
dev-perl/PPI: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/PPI/PPI-1.270.0-r1.ebuild (renamed from dev-perl/PPI/PPI-1.270.0.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/PPI/PPI-1.270.0.ebuild b/dev-perl/PPI/PPI-1.270.0-r1.ebuild
index f7c29a45b49b..4373725965e0 100644
--- a/dev-perl/PPI/PPI-1.270.0.ebuild
+++ b/dev-perl/PPI/PPI-1.270.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=MITHALDU
DIST_VERSION=1.270
@@ -11,8 +11,6 @@ DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
@@ -26,7 +24,7 @@ RDEPEND="
>=virtual/perl-Storable-2.170.0
dev-perl/Task-Weaken
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=dev-perl/Class-Inspector-1.220.0