commit: b22bc5aabd6282ca30b04e08241578e944c30591
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 9 19:43:28 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 9 19:43:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22bc5aa
dev-perl/ExtUtils-XSpp: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Utils-XSpp-0.180.0-r1.ebuild => ExtUtils-XSpp-0.180.0-r2.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild
b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r2.ebuild
similarity index 85%
rename from dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild
rename to dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r2.ebuild
index 6330f71bb860..a81c05e04a17 100644
--- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=SMUELLER
DIST_VERSION=0.18
@@ -11,8 +11,6 @@ DESCRIPTION="XS for C++"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Digest-MD5-2.0.0