diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2010-11-01 07:23:17 +0000 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2010-11-01 07:23:17 +0000 |
commit | 108b072f28b25e764e1bb4a42670606a0daa4e3e (patch) | |
tree | 398ff4052ac67a94728f8d1f11f551869bac304d /dev-libs/libgweather | |
parent | Clarify GTK+ dep as being gtk+:2 (diff) | |
download | gentoo-2-108b072f28b25e764e1bb4a42670606a0daa4e3e.tar.gz gentoo-2-108b072f28b25e764e1bb4a42670606a0daa4e3e.tar.bz2 gentoo-2-108b072f28b25e764e1bb4a42670606a0daa4e3e.zip |
Clarify GTK+ dep as being gtk+:2
(Portage version: 2.2.0_alpha2/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.30.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index 46563b858ded..461308913b18 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.68 2010/10/24 13:34:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.69 2010/11/01 07:23:17 ford_prefect Exp $ + + 01 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org> + libgweather-2.30.3.ebuild: + Clarify GTK+ dep as being gtk+:2 24 Oct 2010; Pacho Ramos <pacho@gentoo.org> -libgweather-2.26.2.1.ebuild, -files/libgweather-2.26.2.1-automagic-python.patch, diff --git a/dev-libs/libgweather/libgweather-2.30.3.ebuild b/dev-libs/libgweather/libgweather-2.30.3.ebuild index 81380db20127..1fa6760bc2a9 100644 --- a/dev-libs/libgweather/libgweather-2.30.3.ebuild +++ b/dev-libs/libgweather/libgweather-2.30.3.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/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.1 2010/09/27 21:23:34 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.2 2010/11/01 07:23:17 ford_prefect Exp $ EAPI="2" GCONF_DEBUG="no" @@ -18,7 +18,7 @@ IUSE="python doc" # libsoup-gnome is to be used because libsoup[gnome] might not # get libsoup-gnome installed by the time ${P} is built -RDEPEND=">=x11-libs/gtk+-2.11 +RDEPEND=">=x11-libs/gtk+-2.11:2 >=dev-libs/glib-2.13 >=gnome-base/gconf-2.8 >=net-libs/libsoup-gnome-2.25.1:2.4 |