diff options
-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" |