summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-28 23:23:34 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-28 23:29:59 +0200
commitba4ea084065d12d8f20f307bcdcf71e088a7d435 (patch)
tree65567c4b59d000d682d72f4c99b85aa578004371 /dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild
parentdev-perl/ExtUtils-F77: Version bump 1.26 (diff)
downloadgentoo-ba4ea084065d12d8f20f307bcdcf71e088a7d435.tar.gz
gentoo-ba4ea084065d12d8f20f307bcdcf71e088a7d435.tar.bz2
gentoo-ba4ea084065d12d8f20f307bcdcf71e088a7d435.zip
dev-perl/ExtUtils-LibBuilder: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild')
-rw-r--r--dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild
index e802cb768e5a..d409e7a254d0 100644
--- a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild
+++ b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DIST_AUTHOR=AMBS
DIST_VERSION=0.08
@@ -12,7 +12,7 @@ DESCRIPTION="A tool to build C libraries"
# https://rt.cpan.org/Ticket/Display.html?id=133195
LICENSE="|| ( Artistic GPL-1 )"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -21,17 +21,18 @@ RDEPEND="
virtual/perl-File-Spec
virtual/perl-File-Temp
"
-DEPEND="dev-perl/Module-Build"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple
)
"
+
PERL_RM_FILES=(
"t/pod.t"
"t/pod-coverage.t"
)
+
src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"