diff options
author | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:33:33 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-09-27 11:33:33 +0000 |
commit | 49e3c7725047b615392f0fa04d36dbe1c76e3861 (patch) | |
tree | 4875b8384bad46548ee7b6489df99be1209762ec /net-misc/curl | |
parent | add ~arm, bug #521400 (diff) | |
download | gentoo-2-49e3c7725047b615392f0fa04d36dbe1c76e3861.tar.gz gentoo-2-49e3c7725047b615392f0fa04d36dbe1c76e3861.tar.bz2 gentoo-2-49e3c7725047b615392f0fa04d36dbe1c76e3861.zip |
arm stable, bug #522502
(Portage version: 2.2.13/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.37.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 0cc9422304cb..bf56d4849a6f 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.374 2014/09/14 22:37:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.375 2014/09/27 11:33:33 maekke Exp $ + + 27 Sep 2014; Markus Meier <maekke@gentoo.org> curl-7.37.1.ebuild: + arm stable, bug #522502 14 Sep 2014; Jeroen Roovers <jer@gentoo.org> curl-7.37.1.ebuild: Stable for HPPA (bug #522502). diff --git a/net-misc/curl/curl-7.37.1.ebuild b/net-misc/curl/curl-7.37.1.ebuild index e81cf59f3079..3c531babde33 100644 --- a/net-misc/curl/curl-7.37.1.ebuild +++ b/net-misc/curl/curl-7.37.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.37.1.ebuild,v 1.2 2014/09/14 22:37:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.37.1.ebuild,v 1.3 2014/09/27 11:33:33 maekke Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -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 ~ia64-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" +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 ~ia64-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 idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads" IUSE="${IUSE} curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl" IUSE="${IUSE} elibc_Winnt" |