diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-06-25 20:09:28 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-06-25 20:09:28 +0000 |
commit | 647e5e4be5bcaa3254e4b712d7f760c8caeb2652 (patch) | |
tree | c45d3bb648995798b8eea27f76aa8d16af3ec439 /net-misc/curl | |
parent | rdepend on mailer-config OR eselect (diff) | |
download | gentoo-2-647e5e4be5bcaa3254e4b712d7f760c8caeb2652.tar.gz gentoo-2-647e5e4be5bcaa3254e4b712d7f760c8caeb2652.tar.bz2 gentoo-2-647e5e4be5bcaa3254e4b712d7f760c8caeb2652.zip |
~s390
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/curl/curl-7.14.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 47adb894cc62..2ebf2380757e 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.35 2005/06/25 18:47:46 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.36 2005/06/25 20:09:28 kugelfang Exp $ + + 25 Jun 2005; Danny van Dyk <kugelfang@gentoo.org> curl-7.14.0.ebuild: + Added ~s390 as of BUG #95052. 25 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> curl-7.13.2.ebuild: Stable on sparc diff --git a/net-misc/curl/curl-7.14.0.ebuild b/net-misc/curl/curl-7.14.0.ebuild index 2a0064112b08..89cfba9ad5a9 100644 --- a/net-misc/curl/curl-7.14.0.ebuild +++ b/net-misc/curl/curl-7.14.0.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.14.0.ebuild,v 1.2 2005/06/25 16:05:09 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.14.0.ebuild,v 1.3 2005/06/25 20:09:28 kugelfang 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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" IUSE="ssl ipv6 ldap ares gnutls" DEPEND="ssl? ( gnutls? ( net-libs/gnutls ) ) |