commit: 684d09a9378c40cd55f41706d763556c8641bf5f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 8 21:06:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 21:11:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684d09a9
dev-perl/Linux-Distribution: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...bution-0.230.0.ebuild => Linux-Distribution-0.230.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0-r1.ebuild
similarity index 75%
rename from dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
rename to dev-perl/Linux-Distribution/Linux-Distribution-0.230.0-r1.ebuild
index 4955dbf1471..568f2723888 100644
--- a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild
+++ b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CHORNY
DIST_VERSION=0.23
@@ -11,11 +11,9 @@ DESCRIPTION="Perl extension to detect on which Linux
distribution we are running
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )
"