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 ) "