diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-07-05 20:18:29 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-07-05 20:18:29 +0000 |
commit | 2513f2250328776511779aa70fd9ce97cefea62d (patch) | |
tree | 38ae55265e3db69133aa0bf517c83619da5ee08b /net-misc | |
parent | move away from torque libdir. (diff) | |
download | gentoo-2-2513f2250328776511779aa70fd9ce97cefea62d.tar.gz gentoo-2-2513f2250328776511779aa70fd9ce97cefea62d.tar.bz2 gentoo-2-2513f2250328776511779aa70fd9ce97cefea62d.zip |
Stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.13.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 4d782295a0f4..75afa61e9cd6 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/curl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.39 2005/07/02 18:35:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.40 2005/07/05 20:18:29 killerfox Exp $ + + 05 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> curl-7.13.2.ebuild: + Stable on hppa. 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> curl-7.13.2.ebuild: Stable on alpha. diff --git a/net-misc/curl/curl-7.13.2.ebuild b/net-misc/curl/curl-7.13.2.ebuild index 2ddfac8429e4..9bcf8c1c9956 100644 --- a/net-misc/curl/curl-7.13.2.ebuild +++ b/net-misc/curl/curl-7.13.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.7 2005/07/02 18:35:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.13.2.ebuild,v 1.8 2005/07/05 20:18:29 killerfox Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -20,7 +20,7 @@ http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc-macos ppc64 ~s390 sparc x86" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ppc64 ~s390 sparc x86" IUSE="ssl ipv6 ldap ares" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) |