dev-perl/XML-Simple-DTDReader: EAPI=8 bump

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-10-07 22:36:02 +02:00
parent 3b96d850fd
commit 740947f3aa

View File

@@ -1,19 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=8
MODULE_AUTHOR=ALEXMV
MODULE_VERSION=0.04
DIST_AUTHOR=ALEXMV
DIST_VERSION=0.04
inherit perl-module
DESCRIPTION="Simple XML file reading based on their DTDs"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=dev-perl/XML-Parser-2.34"
RDEPEND="${DEPEND}"
SRC_TEST=do
RDEPEND="
>=dev-perl/XML-Parser-2.340.0
"
BDEPEND="${RDEPEND}
"