diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-01 13:40:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-01 13:40:24 +0000 |
commit | ff46ac1db35da6a836816a34592dd0117658f7e6 (patch) | |
tree | 51b4ab3928737147da838ed5764b3d870a1d7427 /net-misc/curl | |
parent | remove old file (diff) | |
download | gentoo-2-ff46ac1db35da6a836816a34592dd0117658f7e6.tar.gz gentoo-2-ff46ac1db35da6a836816a34592dd0117658f7e6.tar.bz2 gentoo-2-ff46ac1db35da6a836816a34592dd0117658f7e6.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.27.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 22fb92a39f74..e26b85063d15 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.236 2012/08/01 12:01:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.237 2012/08/01 13:40:24 aballier Exp $ + + 01 Aug 2012; Alexis Ballier <aballier@gentoo.org> curl-7.27.0-r2.ebuild: + keyword ~amd64-fbsd 01 Aug 2012; Anthony G. Basile <blueness@gentoo.org> curl-7.27.0-r2.ebuild: Fix libmetalink DEPEND, bug #429334 diff --git a/net-misc/curl/curl-7.27.0-r2.ebuild b/net-misc/curl/curl-7.27.0-r2.ebuild index b4e2621a6985..720ad3d078fa 100644 --- a/net-misc/curl/curl-7.27.0-r2.ebuild +++ b/net-misc/curl/curl-7.27.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.27.0-r2.ebuild,v 1.2 2012/08/01 12:01:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.27.0-r2.ebuild,v 1.3 2012/08/01 13:40:24 aballier Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ppc-aix ~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" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~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="ares 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" |