From: Alexandre Rostovtsev Date: Wed, 19 Oct 2011 20:23:35 +0000 (+0000) Subject: Depend on correct slot of pygobject. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=444cb389f15a85dce88cd5dce6f964bf2a67a8bd;p=gentoo.git Depend on correct slot of pygobject. Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64 --- diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index c47b05c273c3..2cf56df3a4ed 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/glade # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.141 2011/10/16 17:41:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.142 2011/10/19 20:20:38 tetromino Exp $ + + 19 Oct 2011; Alexandre Rostovtsev + glade-3.10.0-r1.ebuild, glade-3.10.2.ebuild: + Depend on correct slot of pygobject. 16 Oct 2011; Kacper Kowalik glade-3.10.0-r1.ebuild: ppc/ppc64 stable wrt #385699 diff --git a/dev-util/glade/glade-3.10.0-r1.ebuild b/dev-util/glade/glade-3.10.0-r1.ebuild index bb8459b7d0c0..f774ef292b54 100644 --- a/dev-util/glade/glade-3.10.0-r1.ebuild +++ b/dev-util/glade/glade-3.10.0-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/dev-util/glade/glade-3.10.0-r1.ebuild,v 1.3 2011/10/16 17:41:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.10.0-r1.ebuild,v 1.4 2011/10/19 20:20:38 tetromino Exp $ EAPI="2" GNOME2_LA_PUNT="yes" @@ -19,7 +19,7 @@ IUSE="doc +introspection python" RDEPEND=">=x11-libs/gtk+-3.0.2:3 >=dev-libs/libxml2-2.4.0:2 introspection? ( >=dev-libs/gobject-introspection-0.10.1 ) - python? ( >=dev-python/pygobject-2.27.0 ) + python? ( >=dev-python/pygobject-2.27.0:2 ) " DEPEND="${RDEPEND} app-text/scrollkeeper diff --git a/dev-util/glade/glade-3.10.2.ebuild b/dev-util/glade/glade-3.10.2.ebuild index 9022831354b6..1ecddb0dacd1 100644 --- a/dev-util/glade/glade-3.10.2.ebuild +++ b/dev-util/glade/glade-3.10.2.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/glade/glade-3.10.2.ebuild,v 1.1 2011/10/16 00:12:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.10.2.ebuild,v 1.2 2011/10/19 20:20:38 tetromino Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -19,7 +19,7 @@ IUSE="doc +introspection python" RDEPEND=">=x11-libs/gtk+-3.0.2:3 >=dev-libs/libxml2-2.4.0:2 introspection? ( >=dev-libs/gobject-introspection-0.10.1 ) - python? ( >=dev-python/pygobject-2.27.0 ) + python? ( >=dev-python/pygobject-2.27.0:2 ) " DEPEND="${RDEPEND} app-text/scrollkeeper diff --git a/dev-util/meld/ChangeLog b/dev-util/meld/ChangeLog index c8ea28f60bf2..1f6698d28a70 100644 --- a/dev-util/meld/ChangeLog +++ b/dev-util/meld/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/meld # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.132 2011/10/16 17:44:00 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/ChangeLog,v 1.133 2011/10/19 20:23:35 tetromino Exp $ + + 19 Oct 2011; Alexandre Rostovtsev meld-1.5.0.ebuild: + Depend on correct slot of pygobject. 16 Oct 2011; Kacper Kowalik meld-1.5.2.ebuild: ppc/ppc64 stable wrt #385699 diff --git a/dev-util/meld/meld-1.5.0.ebuild b/dev-util/meld/meld-1.5.0.ebuild index 77595f574d16..cf8f980c4c59 100644 --- a/dev-util/meld/meld-1.5.0.ebuild +++ b/dev-util/meld/meld-1.5.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/meld/meld-1.5.0.ebuild,v 1.7 2011/03/22 19:07:40 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/meld/meld-1.5.0.ebuild,v 1.8 2011/10/19 20:23:35 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -19,7 +19,7 @@ IUSE="doc gnome" RDEPEND=" >=gnome-base/libglade-2 >=dev-python/pygtk-2.14 - >=dev-python/pygobject-2.8 + >=dev-python/pygobject-2.8:2 gnome? ( >=dev-python/gconf-python-2.22 ) " DEPEND="${RDEPEND}