diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-19 20:20:38 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-19 20:20:38 +0000 |
commit | 2c21f9511e1a7ec7467e9b5eb25c06f9f9dd55cc (patch) | |
tree | 23c63b2a7a8a97a837339f3ff0c4330c767cad8d /dev-util/glade | |
parent | If /etc/localtime is a broken symlink, and /etc/timezone does not exist, assu... (diff) | |
download | gentoo-2-2c21f9511e1a7ec7467e9b5eb25c06f9f9dd55cc.tar.gz gentoo-2-2c21f9511e1a7ec7467e9b5eb25c06f9f9dd55cc.tar.bz2 gentoo-2-2c21f9511e1a7ec7467e9b5eb25c06f9f9dd55cc.zip |
Depend on correct slot of pygobject.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/glade')
-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 |