commit: 04b4ddbe0f867cd49e872cdc1ff3e5ada4bc51ad
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 20:55:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:14:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b4ddbe
dev-perl/Role-Identifiable: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ifiable-0.7.0.ebuild => Role-Identifiable-0.7.0-r1.ebuild} | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0-r1.ebuild
similarity index 70%
rename from dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
rename to dev-perl/Role-Identifiable/Role-Identifiable-0.7.0-r1.ebuild
index 4ecd27c1376..a28d2e5e872 100644
--- a/dev-perl/Role-Identifiable/Role-Identifiable-0.7.0.ebuild
+++ b/dev-perl/Role-Identifiable/Role-Identifiable-0.7.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=RJBS
DIST_VERSION=0.007
inherit perl-module
@@ -9,17 +10,11 @@ inherit perl-module
DESCRIPTION="a thing with a list of tags"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-# r: Moose::Role -> Moose
-# r: Moose::Util::TypeConstraints -> Moose
RDEPEND="
dev-perl/Moose
"
-# t: IO::Handle -> IO
-# t: IPC::Open3 -> perl
-DEPEND="
+BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (