diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-03-27 05:27:29 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-03-27 05:27:29 +0000 |
commit | 5659158b5f2f02ceadd1fd224063a9a7e4f30353 (patch) | |
tree | 246bf0035be5d575b743cd01ae608d43c689c7cd /net-ftp | |
parent | Marked ~x86,~sparc stable. Added RESTRICT=nomirror as it is a sourceforge SRC... (diff) | |
download | gentoo-2-5659158b5f2f02ceadd1fd224063a9a7e4f30353.tar.gz gentoo-2-5659158b5f2f02ceadd1fd224063a9a7e4f30353.tar.bz2 gentoo-2-5659158b5f2f02ceadd1fd224063a9a7e4f30353.zip |
Marking stable on hppa.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/curl/ChangeLog b/net-ftp/curl/ChangeLog index 6b6520559fb9..c0a2544f1f60 100644 --- a/net-ftp/curl/ChangeLog +++ b/net-ftp/curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/curl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.34 2004/03/23 16:45:01 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.35 2004/03/27 05:27:29 zx Exp $ + + 30 Mar 2004; Chris Aniszczyk <zx@gentoo.org> curl-7.11.0.ebuild: + Stable on hppa. 23 Mar 2004; <augustus@gentoo.org> curl-7.11.0.ebuild: Marked stable on AMD64. diff --git a/net-ftp/curl/curl-7.11.0.ebuild b/net-ftp/curl/curl-7.11.0.ebuild index 24d3ef5b9203..d70097bdc93a 100644 --- a/net-ftp/curl/curl-7.11.0.ebuild +++ b/net-ftp/curl/curl-7.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.11.0.ebuild,v 1.4 2004/03/23 16:45:01 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.11.0.ebuild,v 1.5 2004/03/27 05:27:29 zx Exp $ DESCRIPTION="A Client that groks URLs" SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://curl.haxx.se/" SLOT="0" LICENSE="MIT X11" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa amd64 ppc64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa amd64 ppc64 ~mips" IUSE="ssl ipv6 ldap" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a ) |