diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-01-11 21:43:49 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-01-11 21:44:27 +0000 |
commit | 28ec29484d174489873bdecb591b82831fe573ae (patch) | |
tree | ecc5fd5f3e345210eee744963d4bac1e441449a1 | |
parent | sys-apps/iproute2: Bump to version 4.4.0 (diff) | |
download | gentoo-28ec29484d174489873bdecb591b82831fe573ae.tar.gz gentoo-28ec29484d174489873bdecb591b82831fe573ae.tar.bz2 gentoo-28ec29484d174489873bdecb591b82831fe573ae.zip |
dev-perl/Mail-SPF: Remove dubious test. Fixes bug 512196.
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild (renamed from dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild index 5d8256bccbd4..60331e401395 100644 --- a/dev-perl/Mail-SPF/Mail-SPF-2.9.0.ebuild +++ b/dev-perl/Mail-SPF/Mail-SPF-2.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,6 +33,10 @@ DEPEND="${RDEPEND} SRC_TEST="do parallel" +PERL_RM_FILES=( + t/90-author-pod-validation.t +) + src_prepare() { perl-module_src_prepare sed -i -e "s:spfquery:spfquery.pl:" Build.PL || die "sed failed" |