diff options
author | 2012-09-28 05:45:45 +0000 | |
---|---|---|
committer | 2012-09-28 05:45:45 +0000 | |
commit | 2666caff4b5d7fae1c7c3aeaa2b6d1201a6d8727 (patch) | |
tree | d3cf54974011417ebf641051f8b077e924713352 /dev-python/pygobject | |
parent | Evolution plugin fundamentally incompatible with evolution-3.6, see bug #4364... (diff) | |
download | gentoo-2-2666caff4b5d7fae1c7c3aeaa2b6d1201a6d8727.tar.gz gentoo-2-2666caff4b5d7fae1c7c3aeaa2b6d1201a6d8727.tar.bz2 gentoo-2-2666caff4b5d7fae1c7c3aeaa2b6d1201a6d8727.zip |
Stable on alpha, bug 427544.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r52.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-3.2.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index b7ef4efc3439..a719e157f763 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.165 2012/09/25 11:53:14 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.166 2012/09/28 05:45:45 mattst88 Exp $ + + 28 Sep 2012; Matt Turner <mattst88@gentoo.org> pygobject-2.28.6-r52.ebuild, + pygobject-3.2.2.ebuild: + Stable on alpha, bug 427544. *pygobject-3.4.0 (25 Sep 2012) diff --git a/dev-python/pygobject/pygobject-2.28.6-r52.ebuild b/dev-python/pygobject/pygobject-2.28.6-r52.ebuild index 7d777f292bc9..c65a137acc97 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r52.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r52.ebuild,v 1.5 2012/09/25 11:53:14 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r52.ebuild,v 1.6 2012/09/28 05:45:45 mattst88 Exp $ EAPI="4" GCONF_DEBUG="no" @@ -20,7 +20,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples +introspection libffi test" # FIXME: tests require introspection support, but we can't enable introspection, # or we get file collisions with slot 3 :/ diff --git a/dev-python/pygobject/pygobject-3.2.2.ebuild b/dev-python/pygobject/pygobject-3.2.2.ebuild index 85dd57df3ef1..7ff957d342bc 100644 --- a/dev-python/pygobject/pygobject-3.2.2.ebuild +++ b/dev-python/pygobject/pygobject-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v 1.4 2012/09/25 11:53:14 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-3.2.2.ebuild,v 1.5 2012/09/28 05:45:45 mattst88 Exp $ EAPI="4" GCONF_DEBUG="no" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2.1+" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cairo examples test +threads" # doc REQUIRED_USE="test? ( cairo )" |