commit: 632926eec96ac148bd5b51b1bb903e92b4516483
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 22:42:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 22:47:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632926ee
dev-perl/XML-Compile-Cache: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ile-Cache-1.60.0.ebuild => XML-Compile-Cache-1.60.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0.ebuild
b/dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0-r1.ebuild
similarity index 81%
rename from dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0.ebuild
rename to dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0-r1.ebuild
index abe1cb5cfc0..47cf173c278 100644
--- a/dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0.ebuild
+++ b/dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.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=MARKOV
DIST_VERSION=1.06
@@ -10,15 +10,13 @@ inherit perl-module
DESCRIPTION="Cache compiled XML translations"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Log-Report-1.260.0
>=dev-perl/XML-Compile-1.600.0
>=dev-perl/XML-LibXML-Simple-0.950.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.540.0