summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-20 08:25:33 +1200
committerKent Fredric <kentnl@gentoo.org>2017-06-20 08:29:11 +1200
commit21e52ef28c4eeab96f2146bafcdb40dc6e1a74b1 (patch)
treeb9942db13cd57a08d67a3d6fa8cc7d58e2a03c73 /dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
parentsys-apps/nix: bump up to 1.11.11 (diff)
downloadgentoo-21e52ef28c4eeab96f2146bafcdb40dc6e1a74b1.tar.gz
gentoo-21e52ef28c4eeab96f2146bafcdb40dc6e1a74b1.tar.bz2
gentoo-21e52ef28c4eeab96f2146bafcdb40dc6e1a74b1.zip
dev-perl/Crypt-SSLeay: Fix for '.' in @INC re bug #615126
Hand-spun patch because the alternatives appearing upstream are frankly nuts and combine 2 types of wrong to do things that nobody needs to do. Bug: https://bugs.gentoo.org/615126 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild')
-rw-r--r--dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
index 05331fb8687f..73bfd20fbcf2 100644
--- a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
+++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.720.0-r2.ebuild
@@ -36,4 +36,5 @@ PDEPEND="
>=dev-perl/LWP-Protocol-https-6.20.0
"
-PATCHES=( "${FILESDIR}"/${PN}-0.720.0-no-ssl3.patch )
+PATCHES=( "${FILESDIR}"/${PN}-0.720.0-no-ssl3.patch
+ "${FILESDIR}/${P}-no-dot-inc.patch" )