diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-06 18:46:57 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-06 18:47:39 +0200 |
commit | 515a4bbe55851b95a7453029491e2e1db6fa4124 (patch) | |
tree | 2e616834902b85a8027b8c037d56eeb673139682 /dev-perl/XML-SAX-Writer | |
parent | dev-perl/XML-SAX-ExpatXS: EAPI=8 bump (diff) | |
download | gentoo-515a4bbe55851b95a7453029491e2e1db6fa4124.tar.gz gentoo-515a4bbe55851b95a7453029491e2e1db6fa4124.tar.bz2 gentoo-515a4bbe55851b95a7453029491e2e1db6fa4124.zip |
dev-perl/XML-SAX-Writer: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-SAX-Writer')
-rw-r--r-- | dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild (renamed from dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild index a6798b1c4f7d..f7f01075f973 100644 --- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild +++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=PERIGRIN DIST_VERSION=0.57 @@ -11,16 +11,15 @@ DESCRIPTION="SAX2 XML Writer" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=virtual/perl-Encode-2.120.0 >=dev-perl/XML-Filter-BufferText-1.0.0 >=dev-perl/XML-SAX-Base-1.10.0 >=dev-perl/XML-NamespaceSupport-1.40.0 - >=dev-libs/libxml2-2.4.1" -DEPEND="${RDEPEND} + >=dev-libs/libxml2-2.4.1 +" +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec |