summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-12 18:34:52 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-12 19:13:12 +0100
commitcbaaa05085aa8eef05e4c249d933dd2cd9699200 (patch)
tree3a60a2d8c04e8ba44f4b1abc5c6f4533b3d5d1b9 /dev-perl/MARC-File-XML
parentdev-python/pytest: change dep: tomli -> toml (diff)
downloadgentoo-cbaaa05085aa8eef05e4c249d933dd2cd9699200.tar.gz
gentoo-cbaaa05085aa8eef05e4c249d933dd2cd9699200.tar.bz2
gentoo-cbaaa05085aa8eef05e4c249d933dd2cd9699200.zip
dev-perl/MARC-File-XML: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/MARC-File-XML')
-rw-r--r--dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild (renamed from dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild)9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild b/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild
index 1255f9c125a0..ac495734b1ce 100644
--- a/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5.ebuild
+++ b/dev-perl/MARC-File-XML/MARC-File-XML-1.0.5-r1.ebuild
@@ -1,7 +1,8 @@
-# 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=GMCHARLT
inherit perl-module
@@ -9,15 +10,13 @@ DESCRIPTION="Work with MARC data encoded as XML"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/MARC-Charset-0.980.0
>=dev-perl/MARC-Record-2.0.0
>=dev-perl/XML-LibXML-1.660.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple