summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-20 07:32:03 +1200
committerKent Fredric <kentnl@gentoo.org>2017-06-20 07:32:19 +1200
commitfef7d729b12c83b89621bedfbaea1f5ae8af28ca (patch)
treef3b9946b059b587a399fc4dff8e6ac19ff9aa70d /dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
parentdev-perl/Crypt-Cracklib: Fix for '.' in @INC re bug #615122 (diff)
downloadgentoo-fef7d729b12c83b89621bedfbaea1f5ae8af28ca.tar.gz
gentoo-fef7d729b12c83b89621bedfbaea1f5ae8af28ca.tar.bz2
gentoo-fef7d729b12c83b89621bedfbaea1f5ae8af28ca.zip
dev-perl/Crypt-Cracklib: Remove useless authortests and related deps
Pod:: and friends cause more problems than they solve. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild')
-rw-r--r--dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
index 8e1fefef7079..52a6b669eee3 100644
--- a/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
+++ b/dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
@@ -14,14 +14,12 @@ KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="sys-libs/cracklib"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Pod-Coverage
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
+DEPEND="${RDEPEND}"
SRC_TEST="do"
src_prepare() {
+ use test && perl_rm_files t/pod-coverage.t t/pod.t
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare