diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-04-12 18:31:01 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-04-12 18:31:01 +0000 |
commit | 231ea62a98f1c026af36f46042d3db5249a3a846 (patch) | |
tree | 977fe10882cac3224179ff940f22b41fbd7fe898 /dev-libs/libgweather | |
parent | Add imagemagick dependency to ensure truetype support in imagemagick, this wa... (diff) | |
download | gentoo-2-231ea62a98f1c026af36f46042d3db5249a3a846.tar.gz gentoo-2-231ea62a98f1c026af36f46042d3db5249a3a846.tar.bz2 gentoo-2-231ea62a98f1c026af36f46042d3db5249a3a846.zip |
Depend on libsoup-gnome instead of libsoup[gnome] for more user friendly experience with global USE=-gnome
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r-- | dev-libs/libgweather/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-2.28.0.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index 51c070a4d08c..6b1fc632ad63 100644 --- a/dev-libs/libgweather/ChangeLog +++ b/dev-libs/libgweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgweather # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.48 2010/01/17 23:31:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.49 2010/04/12 18:31:01 leio Exp $ + + 12 Apr 2010; Mart Raudsepp <leio@gentoo.org> libgweather-2.28.0.ebuild: + Depend on libsoup-gnome instead of libsoup[gnome] for more user friendly + experience with global USE=-gnome 17 Jan 2010; Jeroen Roovers <jer@gentoo.org> libgweather-2.26.2.1.ebuild: Stable for HPPA (bug #281427). diff --git a/dev-libs/libgweather/libgweather-2.28.0.ebuild b/dev-libs/libgweather/libgweather-2.28.0.ebuild index 4e170021f053..ae2404a33e5f 100644 --- a/dev-libs/libgweather/libgweather-2.28.0.ebuild +++ b/dev-libs/libgweather/libgweather-2.28.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.28.0.ebuild,v 1.1 2009/10/29 22:31:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.28.0.ebuild,v 1.2 2010/04/12 18:31:01 leio Exp $ EAPI="2" GCONF_DEBUG="no" @@ -15,10 +15,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="python doc" +# FIXME: Technically we could use just libsoup too conditionally instead of libsoup-gnome, +# but the detection of libsoup-gnome vs libgnome is currently automagic RDEPEND=">=x11-libs/gtk+-2.11 >=dev-libs/glib-2.13 >=gnome-base/gconf-2.8 - >=net-libs/libsoup-2.25.1:2.4[gnome] + >=net-libs/libsoup-gnome-2.25.1:2.4 >=dev-libs/libxml2-2.6.0 python? ( >=dev-python/pygobject-2 |