Skip to content

Commit

Permalink
dev-perl/Crypt-Cracklib: Remove useless authortests and related deps
Browse files Browse the repository at this point in the history
Pod:: and friends cause more problems than they solve.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
kentfredric committed Jun 19, 2017
1 parent 11bb13a commit fef7d72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev-perl/Crypt-Cracklib/Crypt-Cracklib-1.700.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fef7d72

Please sign in to comment.