summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:54:16 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:55:32 +0100
commita86ce7797c91ecde130b9e15baba1fc48ed3a2c4 (patch)
tree5d757c8921853abba7912401a3ecea9c4fa3da5a
parentdev-perl/MooseX-Types-JSON: EAPI=8 bump (diff)
downloadgentoo-a86ce7797c91ecde130b9e15baba1fc48ed3a2c4.tar.gz
gentoo-a86ce7797c91ecde130b9e15baba1fc48ed3a2c4.tar.bz2
gentoo-a86ce7797c91ecde130b9e15baba1fc48ed3a2c4.zip
dev-perl/MooseX-Types-Path-Class: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/MooseX-Types-Path-Class/MooseX-Types-Path-Class-0.90.0-r1.ebuild (renamed from dev-perl/MooseX-Types-Path-Class/MooseX-Types-Path-Class-0.90.0.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/MooseX-Types-Path-Class/MooseX-Types-Path-Class-0.90.0.ebuild b/dev-perl/MooseX-Types-Path-Class/MooseX-Types-Path-Class-0.90.0-r1.ebuild
index 9a5796ed7742..541b4fb18b67 100644
--- a/dev-perl/MooseX-Types-Path-Class/MooseX-Types-Path-Class-0.90.0.ebuild
+++ b/dev-perl/MooseX-Types-Path-Class/MooseX-Types-Path-Class-0.90.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.09
@@ -11,15 +11,14 @@ DESCRIPTION="A Path::Class type library for Moose"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
RDEPEND="
dev-perl/MooseX-Types
>=dev-perl/Path-Class-0.160.0
virtual/perl-if
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
!minimal? ( dev-perl/MooseX-Getopt )