diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-16 10:48:40 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-16 10:48:40 +0000 |
commit | d8a0b3d2d7ade7ee27d8c4edc51644aca215a197 (patch) | |
tree | 0fa3fbdf382ed58b31854fccd827b8613b30c4b9 /gnome-base/libgnomekbd | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | gentoo-2-d8a0b3d2d7ade7ee27d8c4edc51644aca215a197.tar.gz gentoo-2-d8a0b3d2d7ade7ee27d8c4edc51644aca215a197.tar.bz2 gentoo-2-d8a0b3d2d7ade7ee27d8c4edc51644aca215a197.zip |
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libgnomekbd')
-rw-r--r-- | gnome-base/libgnomekbd/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild | 10 | ||||
-rw-r--r-- | gnome-base/libgnomekbd/libgnomekbd-2.32.0.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/gnome-base/libgnomekbd/ChangeLog b/gnome-base/libgnomekbd/ChangeLog index 6d86a3d652db..f7a2afe9a1cd 100644 --- a/gnome-base/libgnomekbd/ChangeLog +++ b/gnome-base/libgnomekbd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomekbd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.87 2011/03/12 16:20:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/ChangeLog,v 1.88 2011/03/16 10:48:40 nirbheek Exp $ + + 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + libgnomekbd-2.30.2.ebuild, libgnomekbd-2.32.0.ebuild: + Fix slot-deps on gtk+ and other libs 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> libgnomekbd-2.32.0.ebuild: alpha/arm/ia64/sh/sparc stable wrt #353436 diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild index edca74fd0f49..e900770901d2 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v 1.9 2010/10/17 15:10:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.30.2.ebuild,v 1.10 2011/03/16 10:48:40 nirbheek Exp $ EAPI="2" GCONF_DEBUG="no" @@ -16,9 +16,9 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x8 IUSE="test" # gtk+-2.20 needed for tests -RDEPEND=">=dev-libs/glib-2.18 - >=gnome-base/gconf-2.14 - >=x11-libs/gtk+-2.20 +RDEPEND=">=dev-libs/glib-2.18:2 + >=gnome-base/gconf-2.14:2 + >=x11-libs/gtk+-2.20:2 >=x11-libs/libxklavier-5.0" DEPEND="${RDEPEND} >=dev-util/intltool-0.35 diff --git a/gnome-base/libgnomekbd/libgnomekbd-2.32.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-2.32.0.ebuild index 25d6c2b1e5e0..44829bfa8b6b 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-2.32.0.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-2.32.0.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/gnome-base/libgnomekbd/libgnomekbd-2.32.0.ebuild,v 1.5 2011/03/12 16:20:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-2.32.0.ebuild,v 1.6 2011/03/16 10:48:40 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ IUSE="test" # gtk+-2.20 needed for tests RDEPEND=">=dev-libs/glib-2.18:2 - >=gnome-base/gconf-2.14 + >=gnome-base/gconf-2.14:2 >=x11-libs/gtk+-2.20:2 >=x11-libs/libxklavier-5.0" DEPEND="${RDEPEND} |