summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-04 00:42:47 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-04 00:47:40 +0200
commit632926eec96ac148bd5b51b1bb903e92b4516483 (patch)
tree975491293b2cfeaff4779bfa91fadbc7298a1b31
parentdev-perl/XML-Compile: Version bump 1.63 (diff)
downloadgentoo-632926ee.tar.gz
gentoo-632926ee.tar.bz2
gentoo-632926ee.zip
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@gentoo.org>
-rw-r--r--dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0-r1.ebuild (renamed from dev-perl/XML-Compile-Cache/XML-Compile-Cache-1.60.0.ebuild)8
1 files 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
index abe1cb5cfc04..47cf173c2788 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