summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-26 23:03:31 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-26 23:37:56 +0200
commite26bf6b520d82568abefb72a5d78b2dc6f555fa5 (patch)
treefc21e587a5d4f9d0fa41caca9ec67e52380d83a8 /dev-perl/Alien-Libxml2
parentdev-perl/Alien-GMP: Test2::Suite is now in core perl (diff)
downloadgentoo-e26bf6b520d82568abefb72a5d78b2dc6f555fa5.tar.gz
gentoo-e26bf6b520d82568abefb72a5d78b2dc6f555fa5.tar.bz2
gentoo-e26bf6b520d82568abefb72a5d78b2dc6f555fa5.zip
dev-perl/Alien-Libxml2: Test2::Suite is now in core perl
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Alien-Libxml2')
-rw-r--r--dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0-r1.ebuild (renamed from dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild)8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0-r1.ebuild
index 26c5af186e25..90e8f85e1479 100644
--- a/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild
+++ b/dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=PLICEASE
DIST_VERSION=0.17
@@ -10,8 +10,6 @@ inherit perl-module
DESCRIPTION="Install the C libxml2 library on your system"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Alien-Build-2.120.0
@@ -25,6 +23,6 @@ BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-CBuilder
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
test? (
- >=dev-perl/Test2-Suite-0.0.60
+ >=virtual/perl-Test2-Suite-0.0.60
)
"