commit: 1a61ee6a1381bd9a1ba37c912f5e63f247294ed8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 21:13:32 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:32:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a61ee6a
dev-perl/Module-Runtime: EAPI=8 bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...odule-Runtime-0.16.0.ebuild => Module-Runtime-0.16.0-r1.ebuild} | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.16.0.ebuild
b/dev-perl/Module-Runtime/Module-Runtime-0.16.0-r1.ebuild
similarity index 89%
rename from dev-perl/Module-Runtime/Module-Runtime-0.16.0.ebuild
rename to dev-perl/Module-Runtime/Module-Runtime-0.16.0-r1.ebuild
index fa5c643e6dbe..cb98cf7757fa 100644
--- a/dev-perl/Module-Runtime/Module-Runtime-0.16.0.ebuild
+++ b/dev-perl/Module-Runtime/Module-Runtime-0.16.0-r1.ebuild
@@ -1,21 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ZEFRAM
DIST_VERSION=0.016
inherit perl-module
DESCRIPTION="Runtime module handling"
-
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple