diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-07-30 07:16:52 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-07-30 07:16:52 +0000 |
commit | d42daa4e8cce5eba525d3004a535bf29a0a693f3 (patch) | |
tree | 15eac6cf3e6b508fc8f78ac63b95e842d2630d3e /net-misc/curl | |
parent | Stable on amd64 wrt bug #233122 (diff) | |
download | gentoo-2-d42daa4e8cce5eba525d3004a535bf29a0a693f3.tar.gz gentoo-2-d42daa4e8cce5eba525d3004a535bf29a0a693f3.tar.bz2 gentoo-2-d42daa4e8cce5eba525d3004a535bf29a0a693f3.zip |
Stable on amd64 wrt bug #233122
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.18.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 8d035b020c6c..9b62940a120b 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.121 2008/07/29 16:51:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.122 2008/07/30 07:16:52 cla Exp $ + + 30 Jul 2008; Dawid Węgliński <cla@gentoo.org> curl-7.18.2.ebuild: + Stable on amd64 (bug #233122) 29 Jul 2008; Raúl Porcel <armin76@gentoo.org> curl-7.18.2.ebuild: alpha/ia64/sparc/x86 stable wrt #233122 diff --git a/net-misc/curl/curl-7.18.2.ebuild b/net-misc/curl/curl-7.18.2.ebuild index 7bc7c6fd37f6..b96cf26a4f75 100644 --- a/net-misc/curl/curl-7.18.2.ebuild +++ b/net-misc/curl/curl-7.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.2.ebuild,v 1.3 2008/07/29 16:51:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.18.2.ebuild,v 1.4 2008/07/30 07:16:52 cla Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -14,7 +14,7 @@ SRC_URI="http://curl.planetmirror.com/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" |