From e26bf6b520d82568abefb72a5d78b2dc6f555fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 26 May 2024 23:03:31 +0200 Subject: [PATCH] dev-perl/Alien-Libxml2: Test2::Suite is now in core perl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- ...ml2-0.170.0.ebuild => Alien-Libxml2-0.170.0-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename dev-perl/Alien-Libxml2/{Alien-Libxml2-0.170.0.ebuild => Alien-Libxml2-0.170.0-r1.ebuild} (82%) 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 similarity index 82% rename from dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0.ebuild rename to dev-perl/Alien-Libxml2/Alien-Libxml2-0.170.0-r1.ebuild index 26c5af186e259..90e8f85e1479a 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 ) "