diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-10-19 11:43:09 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-10-19 11:43:09 +0000 |
commit | 00a1dc1d3ce86d4535970923bb66708fb3fcadc2 (patch) | |
tree | dab9f798552ef79fe10f2b1929b410df20f436ae /net-misc | |
parent | version bump (diff) | |
download | gentoo-2-00a1dc1d3ce86d4535970923bb66708fb3fcadc2.tar.gz gentoo-2-00a1dc1d3ce86d4535970923bb66708fb3fcadc2.tar.bz2 gentoo-2-00a1dc1d3ce86d4535970923bb66708fb3fcadc2.zip |
Moved all keywords which are missing on c-ares to a new line. Stable on hppa.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/curl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/curl/curl-7.15.0.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 08fe87a14d12..6316370709c5 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,10 @@ # 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.46 2005/10/19 04:42:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.47 2005/10/19 11:43:09 hansmi Exp $ + + 19 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> curl-7.15.0.ebuild: + Moved all keywords which are missing on c-ares to a new line. Stable on hppa. + Thanks to KillerFox for testing. 19 Oct 2005; Andrej Kacian <ticho@gentoo.org> curl-7.15.0.ebuild: Stable on x86, security bug #109097. diff --git a/net-misc/curl/curl-7.15.0.ebuild b/net-misc/curl/curl-7.15.0.ebuild index b4b09c7fc0ef..8285c58d170b 100644 --- a/net-misc/curl/curl-7.15.0.ebuild +++ b/net-misc/curl/curl-7.15.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.15.0.ebuild,v 1.5 2005/10/19 04:42:21 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.15.0.ebuild,v 1.6 2005/10/19 11:43:09 hansmi Exp $ # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! @@ -12,6 +12,8 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" LICENSE="MIT X11" SLOT="0" +KEYWORDS="~amd64 hppa ppc x86" +# Original keywords (net-dns/c-ares needs to be keyworded!) KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" IUSE="ssl ipv6 ldap ares gnutls idn kerberos krb4 test" |