summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-16 10:12:05 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-16 10:12:05 +0000
commit3158842f9d6a80567ab9c153de808671884c7b1c (patch)
tree3cb9b0c2f7fed8085d17bb501a277c1d0d5c537d /dev-libs/libgweather
parentFix slot-deps on gtk+ and other libs (diff)
downloadgentoo-2-3158842f9d6a80567ab9c153de808671884c7b1c.tar.gz
gentoo-2-3158842f9d6a80567ab9c153de808671884c7b1c.tar.bz2
gentoo-2-3158842f9d6a80567ab9c153de808671884c7b1c.zip
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r--dev-libs/libgweather/ChangeLog6
-rw-r--r--dev-libs/libgweather/libgweather-2.30.2.ebuild10
-rw-r--r--dev-libs/libgweather/libgweather-2.30.3.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog
index fd9d24915227..adb1b2f7f960 100644
--- a/dev-libs/libgweather/ChangeLog
+++ b/dev-libs/libgweather/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libgweather
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.74 2011/01/30 18:01:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.75 2011/03/16 10:12:04 nirbheek Exp $
+
+ 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ libgweather-2.30.2.ebuild, libgweather-2.30.3.ebuild:
+ Fix slot-deps on gtk+ and other libs
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> libgweather-2.30.3.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #348987
diff --git a/dev-libs/libgweather/libgweather-2.30.2.ebuild b/dev-libs/libgweather/libgweather-2.30.2.ebuild
index b4105e08905b..5df80c2cfa3a 100644
--- a/dev-libs/libgweather/libgweather-2.30.2.ebuild
+++ b/dev-libs/libgweather/libgweather-2.30.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.2.ebuild,v 1.10 2011/01/15 19:53:39 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.2.ebuild,v 1.11 2011/03/16 10:12:04 nirbheek Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -17,11 +17,11 @@ 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
- >=dev-libs/glib-2.13
- >=gnome-base/gconf-2.8
+RDEPEND=">=x11-libs/gtk+-2.11:2
+ >=dev-libs/glib-2.13:2
+ >=gnome-base/gconf-2.8:2
>=net-libs/libsoup-gnome-2.25.1:2.4
- >=dev-libs/libxml2-2.6.0
+ >=dev-libs/libxml2-2.6.0:2
python? (
>=dev-python/pygobject-2
>=dev-python/pygtk-2 )
diff --git a/dev-libs/libgweather/libgweather-2.30.3.ebuild b/dev-libs/libgweather/libgweather-2.30.3.ebuild
index 5fd860da32cc..0144497a1720 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-2011 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.7 2011/01/30 18:01:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.8 2011/03/16 10:12:05 nirbheek Exp $
EAPI="2"
GCONF_DEBUG="no"
@@ -19,10 +19,10 @@ 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:2
- >=dev-libs/glib-2.13
- >=gnome-base/gconf-2.8
+ >=dev-libs/glib-2.13:2
+ >=gnome-base/gconf-2.8:2
>=net-libs/libsoup-gnome-2.25.1:2.4
- >=dev-libs/libxml2-2.6.0
+ >=dev-libs/libxml2-2.6.0:2
>=sys-libs/timezone-data-2010k
python? (
>=dev-python/pygobject-2