summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-05 22:53:16 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-05 23:14:38 +0200
commite6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e (patch)
tree79b2c8a643d01df18295729a4cda5b02975378c9
parentdev-perl/Return-Value: EAPI=8 bump (diff)
downloadgentoo-e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e.tar.gz
gentoo-e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e.tar.bz2
gentoo-e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e.zip
dev-perl/Role-Basic: 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/Role-Basic/Role-Basic-0.130.0-r1.ebuild (renamed from dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild)14
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index dfd388132546..eb50cb3684c1 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.13
+DIST_AUTHOR=OVID
+DIST_VERSION=0.13
inherit perl-module
DESCRIPTION="Just roles. Nothing else"
@@ -12,13 +12,9 @@ DESCRIPTION="Just roles. Nothing else"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"
-
-SRC_TEST="do parallel"