summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-30 21:57:01 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-30 22:02:18 +1300
commit086d3e431ac6f0dbc11598013e7ca673de706047 (patch)
treec39c0fa905de71948b92d9e5732ce0893193ccc4 /dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild
parentnet-dns/pdns-recursor: Version bump (diff)
downloadgentoo-086d3e431ac6f0dbc11598013e7ca673de706047.tar.gz
gentoo-086d3e431ac6f0dbc11598013e7ca673de706047.tar.bz2
gentoo-086d3e431ac6f0dbc11598013e7ca673de706047.zip
dev-perl/Math-BigInt-GMP: Fix test failures w/o '.' in @INC bug #613642
Some of these have follow up issues that are beyond my capacity to fix other than stabilizing Closes: https://bugs.gentoo.org/613642 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild')
-rw-r--r--dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild
index 0c69b17967fc..6f3fd80ddaa4 100644
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild
+++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.490.0.ebuild
@@ -22,3 +22,4 @@ DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.470.0 )
"
+PATCHES=("${FILESDIR}/${P}-no-dot-inc.patch")