diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-11 14:10:44 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-11 14:10:50 +0100 |
commit | 294dc47049e131d628eb01196911d55311b0f3f8 (patch) | |
tree | 92f090d6b69ba8a00ee20f0de316c7a339c5db3d /net-misc/curl | |
parent | x11-terms/guake: Update HOMEPAGE (diff) | |
download | gentoo-294dc47049e131d628eb01196911d55311b0f3f8.tar.gz gentoo-294dc47049e131d628eb01196911d55311b0f3f8.tar.bz2 gentoo-294dc47049e131d628eb01196911d55311b0f3f8.zip |
net-misc/curl: rev bump to enable additional features
No need to disable MQTT support an easy options feature.
Link: https://github.com/curl/curl/issues/6299#issuecomment-743045494
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.74.0-r2.ebuild (renamed from net-misc/curl/curl-7.74.0-r1.ebuild) | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.74.0-r1.ebuild b/net-misc/curl/curl-7.74.0-r2.ebuild index 49f1ca41252d..136d703e83b2 100644 --- a/net-misc/curl/curl-7.74.0-r1.ebuild +++ b/net-misc/curl/curl-7.74.0-r2.ebuild @@ -195,7 +195,6 @@ multilib_src_configure() { $(use_enable imap) \ $(use_enable ldap) \ $(use_enable ldap ldaps) \ - --disable-mqtt \ --disable-ntlm-wb \ $(use_enable pop3) \ --enable-rt \ @@ -211,7 +210,6 @@ multilib_src_configure() { --enable-dateparse \ --enable-dnsshuffle \ --enable-doh \ - --disable-get-easy-options \ --enable-hidden-symbols \ --enable-http-auth \ $(use_enable ipv6) \ |