summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:36:47 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:54:51 +0100
commite5f53d4dc167177da2fd81e7c62e44686035656b (patch)
tree5385d8384113577e61363c2c782e55cb3bf99c27 /dev-perl/MooseX-LazyRequire
parentdev-perl/MooseX-Has-Sugar: EAPI=8 bump (diff)
downloadgentoo-e5f53d4dc167177da2fd81e7c62e44686035656b.tar.gz
gentoo-e5f53d4dc167177da2fd81e7c62e44686035656b.tar.bz2
gentoo-e5f53d4dc167177da2fd81e7c62e44686035656b.zip
dev-perl/MooseX-LazyRequire: 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/MooseX-LazyRequire')
-rw-r--r--dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild (renamed from dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild)13
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild
index 6a65e668436e..212caeab37ce 100644
--- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0.ebuild
+++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.110.0-r1.ebuild
@@ -1,7 +1,8 @@
# 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.11
inherit perl-module
@@ -9,19 +10,15 @@ inherit perl-module
DESCRIPTION="Required attributes which fail only when trying to use them"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-# r: Moose::Exporter -> Moose
-# r: Moose::Role -> Moose
+IUSE="minimal"
+
RDEPEND="
virtual/perl-Carp
>=dev-perl/Moose-0.940.0
>=dev-perl/aliased-0.300.0
dev-perl/namespace-autoclean
"
-# t: Test::More -> Test-Simple
-# t: strict,warnings -> perl
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.37.0
virtual/perl-ExtUtils-MakeMaker
test? (