commit: a7ed24fcd34b479b37c9effc8407774566f22782
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 21:28:07 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 21:30:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ed24fc
dev-perl/ExtUtils-XSpp: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 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-r1.ebuild
index 5ba6a694b79..37d5f76fc49 100644
--- a/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild
+++ b/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="XS for C++"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -18,7 +18,6 @@ RDEPEND="
>=virtual/perl-Digest-MD5-2.0.0
>=virtual/perl-ExtUtils-ParseXS-3.70.0
"
-DEPEND="dev-perl/Module-Build"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.0
test? (
@@ -26,9 +25,11 @@ BDEPEND="${RDEPEND}
dev-perl/Test-Base
)
"
+
PATCHES=(
"${FILESDIR}/${P}-no-dot-inc.patch"
)
+
PERL_RM_FILES=(
"t/zzz_pod.t"
)