diff options
author | Markus Meier <maekke@gentoo.org> | 2009-02-15 11:47:04 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-02-15 11:47:04 +0000 |
commit | 2a4df7c463f434540a41cdf333979a33c78e3481 (patch) | |
tree | 8f1ff529315c652818c603f1a0850619c3f5a501 /net-misc/curl | |
parent | old (diff) | |
download | gentoo-2-2a4df7c463f434540a41cdf333979a33c78e3481.tar.gz gentoo-2-2a4df7c463f434540a41cdf333979a33c78e3481.tar.bz2 gentoo-2-2a4df7c463f434540a41cdf333979a33c78e3481.zip |
amd64/x86 stable, bug #258618
(Portage version: 2.1.6.7/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.19.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 3b0af9324b1d..62352d8cb95f 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.135 2009/02/13 18:13:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.136 2009/02/15 11:47:04 maekke Exp $ + + 15 Feb 2009; Markus Meier <maekke@gentoo.org> curl-7.19.3.ebuild: + amd64/x86 stable, bug #258618 13 Feb 2009; Tobias Klausmann <klausman@gentoo.org> curl-7.19.3.ebuild: Stable on alpha, bug #258618 diff --git a/net-misc/curl/curl-7.19.3.ebuild b/net-misc/curl/curl-7.19.3.ebuild index bf91f0819ee3..3df96fc27ab2 100644 --- a/net-misc/curl/curl-7.19.3.ebuild +++ b/net-misc/curl/curl-7.19.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.3.ebuild,v 1.5 2009/02/13 18:13:41 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.19.3.ebuild,v 1.6 2009/02/15 11:47:04 maekke Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -15,7 +15,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" #IUSE="ssl ipv6 ldap ares gnutls nss idn kerberos test" IUSE="ssl ipv6 ldap ares gnutls libssh2 nss idn kerberos test" |