diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-03-31 19:21:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-03-31 19:21:45 +0000 |
commit | e9797f31e8e7bfa9656adc388d78ef5e2182446e (patch) | |
tree | 39837d99e2c4e6df747e5ad308ad868f1fcba4e5 /net-libs/libsoup | |
parent | Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702) (diff) | |
download | gentoo-2-e9797f31e8e7bfa9656adc388d78ef5e2182446e.tar.gz gentoo-2-e9797f31e8e7bfa9656adc388d78ef5e2182446e.tar.bz2 gentoo-2-e9797f31e8e7bfa9656adc388d78ef5e2182446e.zip |
Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702)
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r-- | net-libs/libsoup/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libsoup/libsoup-2.42.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog index 08b43daa9091..f862eea8f11a 100644 --- a/net-libs/libsoup/ChangeLog +++ b/net-libs/libsoup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsoup # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.300 2013/03/30 16:59:42 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.301 2013/03/31 19:21:45 pacho Exp $ + + 31 Mar 2013; Pacho Ramos <pacho@gentoo.org> libsoup-2.42.0.ebuild: + Adapt to libsoup-2.42 dropping gnome USE and splitting (#463702) 30 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -files/libsoup-2.34.2-fix-build-without-gnome-with-doc.patch, diff --git a/net-libs/libsoup/libsoup-2.42.0.ebuild b/net-libs/libsoup/libsoup-2.42.0.ebuild index 733378e8e68e..5f478cba773c 100644 --- a/net-libs/libsoup/libsoup-2.42.0.ebuild +++ b/net-libs/libsoup/libsoup-2.42.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.0.ebuild,v 1.1 2013/03/28 17:53:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.42.0.ebuild,v 1.2 2013/03/31 19:21:45 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -15,7 +15,7 @@ HOMEPAGE="http://live.gnome.org/LibSoup" LICENSE="LGPL-2+" SLOT="2.4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="debug +introspection samba ssl test gnome" +IUSE="debug +introspection samba ssl test" RDEPEND=">=dev-libs/glib-2.35.0:2 >=dev-libs/libxml2-2:2 @@ -51,7 +51,7 @@ src_configure() { gnome2_src_configure \ --disable-static \ --disable-tls-check \ - $(use_with gnome) \ + --with-gnome \ --without-apache-httpd \ $(use_enable introspection) \ $(use_with samba ntlm-auth ${EPREFIX}/usr/bin/ntlm_auth) |