summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-03-23 17:48:39 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-03-23 17:48:39 +0000
commit6dbc4ecc31015404f76a63e600adf9c981d98495 (patch)
tree793cf9d66a989b50eec9d1f513875e5e78f9af57 /x11-libs
parentppc/ppc64 stable wrt #353264 (diff)
downloadgentoo-2-6dbc4ecc31015404f76a63e600adf9c981d98495.tar.gz
gentoo-2-6dbc4ecc31015404f76a63e600adf9c981d98495.tar.bz2
gentoo-2-6dbc4ecc31015404f76a63e600adf9c981d98495.zip
Fix slot-deps on gnome libs.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/guile-gtk/ChangeLog6
-rw-r--r--x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild8
-rw-r--r--x11-libs/guile-gtk/guile-gtk-2.1.ebuild10
3 files changed, 14 insertions, 10 deletions
diff --git a/x11-libs/guile-gtk/ChangeLog b/x11-libs/guile-gtk/ChangeLog
index 42777c289289..f3c91ba88904 100644
--- a/x11-libs/guile-gtk/ChangeLog
+++ b/x11-libs/guile-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/guile-gtk
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.39 2011/02/18 12:19:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.40 2011/03/23 17:48:39 eva Exp $
+
+ 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> guile-gtk-2.1.ebuild,
+ guile-gtk-2.1-r1.ebuild:
+ Fix slot-deps on gnome libs.
18 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -guile-gtk-2.0.ebuild,
guile-gtk-2.1-r1.ebuild:
diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild
index 74e0de4a1b0f..5f2a5e55f92e 100644
--- a/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-2.1-r1.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/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v 1.2 2011/02/18 12:19:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v 1.3 2011/03/23 17:48:39 eva Exp $
EAPI=4
@@ -17,9 +17,9 @@ IUSE=""
RDEPEND="
dev-scheme/guile[deprecated(+)]
- =x11-libs/gtk+-2*
- =gnome-base/libglade-2*
- >=x11-libs/gtkglarea-1.90"
+ x11-libs/gtk+:2
+ gnome-base/libglade:2.0
+ >=x11-libs/gtkglarea-1.90:2"
DEPEND="${RDEPEND}"
src_prepare() {
diff --git a/x11-libs/guile-gtk/guile-gtk-2.1.ebuild b/x11-libs/guile-gtk/guile-gtk-2.1.ebuild
index 2d30d92aeb34..0b0462536fdd 100644
--- a/x11-libs/guile-gtk/guile-gtk-2.1.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-2.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/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.6 2010/07/16 09:56:16 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.7 2011/03/23 17:48:39 eva Exp $
EAPI="2"
@@ -15,9 +15,9 @@ KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-scheme/guile
- =x11-libs/gtk+-2*
- =gnome-base/libglade-2*
- >=x11-libs/gtkglarea-1.90"
+ x11-libs/gtk+:2
+ gnome-base/libglade:2.0
+ >=x11-libs/gtkglarea-1.90:2"
DEPEND="${RDEPEND}"
pkg_setup() {