diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-05 16:19:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-05 16:19:05 +0000 |
commit | a58b884a1eea72de4d4a6699304d96f10c66dd42 (patch) | |
tree | d796f3969ebd638eacdb442377e9b55d735cf5c1 /net-libs/libsoup/libsoup-2.30.2-r1.ebuild | |
parent | Remove USE="krb4" because app-crypt/mit-krb5 doesn't have krb4 support anymore. (diff) | |
download | gentoo-2-a58b884a1eea72de4d4a6699304d96f10c66dd42.tar.gz gentoo-2-a58b884a1eea72de4d4a6699304d96f10c66dd42.tar.bz2 gentoo-2-a58b884a1eea72de4d4a6699304d96f10c66dd42.zip |
Stable for HPPA (bug #324077).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-libs/libsoup/libsoup-2.30.2-r1.ebuild')
-rw-r--r-- | net-libs/libsoup/libsoup-2.30.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libsoup/libsoup-2.30.2-r1.ebuild b/net-libs/libsoup/libsoup-2.30.2-r1.ebuild index 263ce051b955..428f58785c7b 100644 --- a/net-libs/libsoup/libsoup-2.30.2-r1.ebuild +++ b/net-libs/libsoup/libsoup-2.30.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.30.2-r1.ebuild,v 1.5 2010/08/01 11:09:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.30.2-r1.ebuild,v 1.6 2010/08/05 16:19:05 jer Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2" SLOT="2.4" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" # Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that IUSE="debug doc +introspection gnome ssl" |