diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-04-18 17:51:12 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-04-18 17:53:15 -0400 |
commit | 1d9be25fcf25469cb732e95d2e071e62890cb661 (patch) | |
tree | 13775beb5a0e436f70ebb348780c8190e1b7eaaf /net-misc | |
parent | net-misc/curl: compatibility patch for LibreSSL (diff) | |
download | gentoo-1d9be25fcf25469cb732e95d2e071e62890cb661.tar.gz gentoo-1d9be25fcf25469cb732e95d2e071e62890cb661.tar.bz2 gentoo-1d9be25fcf25469cb732e95d2e071e62890cb661.zip |
net-misc/curl: fix whitespace
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/curl-7.59.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/curl/curl-7.59.0.ebuild b/net-misc/curl/curl-7.59.0.ebuild index 87d83904d5db..ffbfa22f6c56 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 |