diff options
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/glade/glade-3.10.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/glade/glade-3.10.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
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 <tetromino@gentoo.org> + glade-3.10.0-r1.ebuild, glade-3.10.2.ebuild: + Depend on correct slot of pygobject. 16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> 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 |