summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-09-17 18:01:25 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-09-17 18:01:35 +0100
commit8f83390e0093466b4f998d92ba15d9f5ea5a4a0b (patch)
tree4d12c193de47ca66fcb15ea54967f134d2ad68d6 /dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
parentapp-crypt/kbfs: New package (diff)
downloadgentoo-8f83390e0093466b4f998d92ba15d9f5ea5a4a0b.tar.gz
gentoo-8f83390e0093466b4f998d92ba15d9f5ea5a4a0b.tar.bz2
gentoo-8f83390e0093466b4f998d92ba15d9f5ea5a4a0b.zip
dev-perl/WWW-Curl: fix build failure against curl-7.50.2 and upper, bug #593280
Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/593280 Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild')
-rw-r--r--dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
index fc0c8aae0e6a..aacac26bc3cd 100644
--- a/dev-perl/WWW-Curl/WWW-Curl-4.170.0.ebuild
+++ b/dev-perl/WWW-Curl/WWW-Curl-4.170.0.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$
@@ -19,3 +19,5 @@ RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}"
SRC_TEST=online
+
+PATCHES=("${FILESDIR}"/${PN}-4.150.0-curl-7.50.2.patch)