summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 20:59:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-28 21:11:58 +0200
commit4923453986ac80174fafd9daa307f1837275443d (patch)
treebb679e222e008d6a1c656fe9430e4a36347db777
parentdev-perl/Test-Number-Delta: EAPI=8 bump (diff)
downloadgentoo-4923453986ac80174fafd9daa307f1837275443d.tar.gz
gentoo-4923453986ac80174fafd9daa307f1837275443d.tar.bz2
gentoo-4923453986ac80174fafd9daa307f1837275443d.zip
dev-perl/Test-Object: 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/Test-Object/Test-Object-0.80.0-r1.ebuild (renamed from dev-perl/Test-Object/Test-Object-0.80.0.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Test-Object/Test-Object-0.80.0.ebuild b/dev-perl/Test-Object/Test-Object-0.80.0-r1.ebuild
index fa33679d37cf..6dc4781da920 100644
--- a/dev-perl/Test-Object/Test-Object-0.80.0.ebuild
+++ b/dev-perl/Test-Object/Test-Object-0.80.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=ETHER
DIST_VERSION=0.08
@@ -11,15 +11,14 @@ DESCRIPTION="Thoroughly testing objects via registered handlers"
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
virtual/perl-Exporter
>=virtual/perl-Scalar-List-Utils-1.160.0
- virtual/perl-Test-Simple"
-DEPEND="${RDEPEND}
+ virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-File-Spec )
"