diff options
author | 2011-03-16 10:20:29 +0000 | |
---|---|---|
committer | 2011-03-16 10:20:29 +0000 | |
commit | 6aaa96a0ad32e9f8055dd1ba02fd7a92c0ec68cb (patch) | |
tree | ed81114dd2ca31b6afb2448b4c1d87bf5cd26c91 /dev-util | |
parent | Fix slot-deps on gtk+ and other libs (diff) | |
download | gentoo-2-6aaa96a0ad32e9f8055dd1ba02fd7a92c0ec68cb.tar.gz gentoo-2-6aaa96a0ad32e9f8055dd1ba02fd7a92c0ec68cb.tar.bz2 gentoo-2-6aaa96a0ad32e9f8055dd1ba02fd7a92c0ec68cb.zip |
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/devhelp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-2.30.1.ebuild | 16 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-2.32.0.ebuild | 6 |
3 files changed, 16 insertions, 12 deletions
diff --git a/dev-util/devhelp/ChangeLog b/dev-util/devhelp/ChangeLog index 6e7f4ea88db1..74b5fafb2eea 100644 --- a/dev-util/devhelp/ChangeLog +++ b/dev-util/devhelp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/devhelp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.121 2011/02/27 15:10:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.122 2011/03/16 10:20:29 nirbheek Exp $ + + 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> devhelp-2.30.1.ebuild, + devhelp-2.32.0.ebuild: + Fix slot-deps on gtk+ and other libs 27 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> devhelp-2.32.0.ebuild: Pin libunique dependency to slot 1. diff --git a/dev-util/devhelp/devhelp-2.30.1.ebuild b/dev-util/devhelp/devhelp-2.30.1.ebuild index d541c10192fd..bd45f02903c3 100644 --- a/dev-util/devhelp/devhelp-2.30.1.ebuild +++ b/dev-util/devhelp/devhelp-2.30.1.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/dev-util/devhelp/devhelp-2.30.1.ebuild,v 1.6 2010/10/17 16:24:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-2.30.1.ebuild,v 1.7 2011/03/16 10:20:29 nirbheek Exp $ EAPI="2" GCONF_DEBUG="no" @@ -15,12 +15,12 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-fbsd" IUSE="" -RDEPEND=">=gnome-base/gconf-2.6 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.10 - >=x11-libs/libwnck-2.10 - >=net-libs/webkit-gtk-1.1.13 - >=dev-libs/libunique-1" +RDEPEND=">=gnome-base/gconf-2.6:2 + >=x11-libs/gtk+-2.10:2 + >=dev-libs/glib-2.10:2 + >=x11-libs/libwnck-2.10:1 + >=net-libs/webkit-gtk-1.1.13:2 + >=dev-libs/libunique-1:1" DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/intltool-0.40 diff --git a/dev-util/devhelp/devhelp-2.32.0.ebuild b/dev-util/devhelp/devhelp-2.32.0.ebuild index d6bbf6db7c43..428eeb293074 100644 --- a/dev-util/devhelp/devhelp-2.32.0.ebuild +++ b/dev-util/devhelp/devhelp-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/dev-util/devhelp/devhelp-2.32.0.ebuild,v 1.5 2011/02/27 15:10:30 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-2.32.0.ebuild,v 1.6 2011/03/16 10:20:29 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -15,10 +15,10 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="" -RDEPEND=">=gnome-base/gconf-2.6 +RDEPEND=">=gnome-base/gconf-2.6:2 >=x11-libs/gtk+-2.10:2 >=dev-libs/glib-2.10:2 - >=x11-libs/libwnck-2.10 + >=x11-libs/libwnck-2.10:1 >=net-libs/webkit-gtk-1.1.13:2 >=dev-libs/libunique-1:1" DEPEND="${RDEPEND} |