diff options
author | Markus Meier <maekke@gentoo.org> | 2017-01-08 19:35:37 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-01-08 19:35:37 +0100 |
commit | fd1a2096e7b7a06ad04b6e01ff804d5a08381098 (patch) | |
tree | dd04eafc0aa9f1d8c876e1b88abb9b7112909fc8 /net-misc/curl | |
parent | net-misc/tor: arm stable, bug #603174 (diff) | |
download | gentoo-fd1a2096e7b7a06ad04b6e01ff804d5a08381098.tar.gz gentoo-fd1a2096e7b7a06ad04b6e01ff804d5a08381098.tar.bz2 gentoo-fd1a2096e7b7a06ad04b6e01ff804d5a08381098.zip |
net-misc/curl: arm stable, bug #603574
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/curl-7.52.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.52.1-r1.ebuild b/net-misc/curl/curl-7.52.1-r1.ebuild index 20c3f023f15f..819d34475b5f 100644 --- a/net-misc/curl/curl-7.52.1-r1.ebuild +++ b/net-misc/curl/curl-7.52.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ppc64 x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test threads" IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl" |