diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-28 22:39:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-28 22:39:01 +0000 |
commit | 9c83c53304a5eaafc11b3feb3c501496f9d2667d (patch) | |
tree | c350ca0add5be8d81bc8c217acc848624acc2841 /gnome-extra | |
parent | Pin gtk+ to slot 2. (diff) | |
download | gentoo-2-9c83c53304a5eaafc11b3feb3c501496f9d2667d.tar.gz gentoo-2-9c83c53304a5eaafc11b3feb3c501496f9d2667d.tar.bz2 gentoo-2-9c83c53304a5eaafc11b3feb3c501496f9d2667d.zip |
Pin gnome libs to appropriate slots.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gpointing-device-settings/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gnome-extra/gpointing-device-settings/ChangeLog b/gnome-extra/gpointing-device-settings/ChangeLog index 9e5f2573af85..4ece4cb51300 100644 --- a/gnome-extra/gpointing-device-settings/ChangeLog +++ b/gnome-extra/gpointing-device-settings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gpointing-device-settings # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.10 2011/02/24 09:30:11 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/ChangeLog,v 1.11 2011/03/28 22:39:01 eva Exp $ + + 28 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> + gpointing-device-settings-1.5.1-r2.ebuild: + Pin gnome libs to appropriate slots. *gpointing-device-settings-1.5.1-r2 (24 Feb 2011) diff --git a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild index 3003b05ec5db..8c2f197d42e7 100644 --- a/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild +++ b/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.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-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.1 2011/02/24 09:30:11 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gpointing-device-settings/gpointing-device-settings-1.5.1-r2.ebuild,v 1.2 2011/03/28 22:39:01 eva Exp $ EAPI="2" GCONF_DEBUG="no" @@ -16,9 +16,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" # recent enough x11-base/xorg-server required -RDEPEND=">=dev-libs/glib-2.10 - >=x11-libs/gtk+-2.14.0 - >=gnome-base/gconf-2.24 +RDEPEND=">=dev-libs/glib-2.10:2 + >=x11-libs/gtk+-2.14.0:2 + >=gnome-base/gconf-2.24:2 >=gnome-base/gnome-settings-daemon-2.28 >=x11-libs/libXi-1.2 >=x11-libs/libX11-1.2.0 |