diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-02-09 17:35:54 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-02-09 17:35:54 +0000 |
commit | 926a7ca4c90e3e0bd5e24fbc3fd9b703410a94df (patch) | |
tree | 1526afd27ee5908abd19fbb9ffc529c4e1f1e688 /net-misc/curl | |
parent | Add utf8-test.patch to fix locale/utf8 issue in unittest_umessage.py, no bug ... (diff) | |
download | gentoo-2-926a7ca4c90e3e0bd5e24fbc3fd9b703410a94df.tar.gz gentoo-2-926a7ca4c90e3e0bd5e24fbc3fd9b703410a94df.tar.bz2 gentoo-2-926a7ca4c90e3e0bd5e24fbc3fd9b703410a94df.zip |
Remove USE=nonblocking, bug #456320
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.29.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index dd2e9b7f1f94..53036ade27a2 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.256 2013/02/07 19:11:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.257 2013/02/09 17:35:54 blueness Exp $ + + 09 Feb 2013; Anthony G. Basile <blueness@gentoo.org> curl-7.29.0.ebuild: + Remove USE=nonblocking, bug #456320 *curl-7.29.0 (07 Feb 2013) diff --git a/net-misc/curl/curl-7.29.0.ebuild b/net-misc/curl/curl-7.29.0.ebuild index dfaa4d1d442d..ad810f85110d 100644 --- a/net-misc/curl/curl-7.29.0.ebuild +++ b/net-misc/curl/curl-7.29.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.29.0.ebuild,v 1.1 2013/02/07 19:11:23 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.29.0.ebuild,v 1.2 2013/02/09 17:35:54 blueness Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="adns idn ipv6 kerberos ldap metalink +nonblocking rtmp ssh ssl static-libs test threads" +IUSE="adns idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads" IUSE="${IUSE} curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl" #lead to lots of false negatives, bug #285669 @@ -172,7 +172,6 @@ src_configure() { $(use_enable ipv6) \ --enable-largefile \ --enable-manual \ - $(use_enable nonblocking) \ --enable-proxy \ --disable-soname-bump \ --disable-sspi \ |