summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McCabe <randy@gentoo.org>2004-05-13 17:37:33 +0000
committerMichael McCabe <randy@gentoo.org>2004-05-13 17:37:33 +0000
commit2a9906c4713a3aacd5ddd3083ba35735bbb3c3ec (patch)
tree94c4b3f48de155d8ae57fc7156ffc2f056dd940b /net-misc/curl
parentMarked ~s390 and changed depend (Manifest recommit) (diff)
downloadgentoo-2-2a9906c4713a3aacd5ddd3083ba35735bbb3c3ec.tar.gz
gentoo-2-2a9906c4713a3aacd5ddd3083ba35735bbb3c3ec.tar.bz2
gentoo-2-2a9906c4713a3aacd5ddd3083ba35735bbb3c3ec.zip
Added s390 keywords
Diffstat (limited to 'net-misc/curl')
-rw-r--r--net-misc/curl/ChangeLog5
-rw-r--r--net-misc/curl/curl-7.11.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index e0973cfb3e4e..01d894935854 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/curl
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.5 2004/04/29 14:48:33 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.6 2004/05/13 17:37:33 randy Exp $
+
+ 13 May 2004; Michael McCabe <randy@gentoo.org> curl-7.11.1.ebuild:
+ Added s390 keywords
29 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> curl-7.11.0.ebuild:
Stable on sparc
diff --git a/net-misc/curl/curl-7.11.1.ebuild b/net-misc/curl/curl-7.11.1.ebuild
index 6ec9b7a23f16..8ef80d1c1cb3 100644
--- a/net-misc/curl/curl-7.11.1.ebuild
+++ b/net-misc/curl/curl-7.11.1.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-misc/curl/curl-7.11.1.ebuild,v 1.1 2004/04/26 07:47:29 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.11.1.ebuild,v 1.2 2004/05/13 17:37:33 randy 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 s390"
IUSE="ssl ipv6 ldap"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6a )