commit: 1d9be25fcf25469cb732e95d2e071e62890cb661
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 21:51:12 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 21:53:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9be25f
net-misc/curl: fix whitespace
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-misc/curl/curl-7.59.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/curl/curl-7.59.0.ebuild b/net-misc/curl/curl-7.59.0.ebuild
index 87d83904d5d..ffbfa22f6c5 100644
--- a/net-misc/curl/curl-7.59.0.ebuild
+++ b/net-misc/curl/curl-7.59.0.ebuild
@@ -109,7 +109,7 @@ src_prepare() {
eapply "${FILESDIR}"/${PN}-respect-cflags-3.patch
eapply "${FILESDIR}"/${PN}-fix-gnutls-nettle.patch
# the next curl release (7.60.0) *should* contain this patch as it is
in Git head and 7.60.0 has been tagged
- eapply "${FILESDIR}"/${PN}-7.59.0-libressl-compatibility.patch
+ eapply "${FILESDIR}"/${PN}-7.59.0-libressl-compatibility.patch
sed -i '/LD_LIBRARY_PATH=/d' configure.ac || die #382241