mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/XML-Generator: 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:
@@ -1,19 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=8
|
||||
|
||||
MODULE_AUTHOR=BHOLZMAN
|
||||
MODULE_VERSION=1.04
|
||||
DIST_AUTHOR=BHOLZMAN
|
||||
DIST_VERSION=1.04
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/expat"
|
||||
DEPEND="
|
||||
dev-libs/expat
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SRC_TEST="do"
|
||||
BDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user