summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-01-24 16:28:25 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-01-24 16:28:25 +0000
commit26a26156fe8ba177cee38ba0af17e1c6af1cabea (patch)
treececcfb182e741e49992a69276c90b73b6d02e03d /www-client
parentPin gtk+ dependency to slot 2. (diff)
downloadgentoo-2-26a26156fe8ba177cee38ba0af17e1c6af1cabea.tar.gz
gentoo-2-26a26156fe8ba177cee38ba0af17e1c6af1cabea.tar.bz2
gentoo-2-26a26156fe8ba177cee38ba0af17e1c6af1cabea.zip
Pin glib/gtk+ to slot 2.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/epiphany-extensions/ChangeLog8
-rw-r--r--www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog
index d09dc274cf40..a18f4105e529 100644
--- a/www-client/epiphany-extensions/ChangeLog
+++ b/www-client/epiphany-extensions/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/epiphany-extensions
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.137 2010/10/29 21:17:08 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.138 2011/01/24 16:28:25 eva Exp $
+
+ 24 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ epiphany-extensions-2.32.0.ebuild:
+ Pin glib/gtk+ to slot 2.
*epiphany-extensions-2.32.0 (29 Oct 2010)
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild
index 4ab5e589093c..10e3fcfd927f 100644
--- a/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild
+++ b/www-client/epiphany-extensions/epiphany-extensions-2.32.0.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/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild,v 1.1 2010/10/29 21:17:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.32.0.ebuild,v 1.2 2011/01/24 16:28:25 eva Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -18,10 +18,10 @@ IUSE="dbus examples pcre"
RDEPEND=">=www-client/epiphany-2.30.0
app-text/opensp
- >=dev-libs/glib-2.15.5
+ >=dev-libs/glib-2.15.5:2
>=gnome-base/gconf-2.0
>=dev-libs/libxml2-2.6
- >=x11-libs/gtk+-2.21.6
+ >=x11-libs/gtk+-2.21.6:2
>=net-libs/webkit-gtk-1.1
dbus? ( >=dev-libs/dbus-glib-0.34 )