diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-26 06:29:55 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-26 06:29:55 +0000 |
commit | 5c425616fe5e679ee351cf2dcbd170db5522e32d (patch) | |
tree | 46bed66686276bd7ba8767f5cd0d7e1fff5a0cda /dev-python/pygobject/pygobject-2.28.6-r50.ebuild | |
parent | Version bump (diff) | |
download | historical-5c425616fe5e679ee351cf2dcbd170db5522e32d.tar.gz historical-5c425616fe5e679ee351cf2dcbd170db5522e32d.tar.bz2 historical-5c425616fe5e679ee351cf2dcbd170db5522e32d.zip |
Version bump with assorted bugfixes. Fix example installation directory (bug #392449 comment 3, thanks to Arfrever). Also, restrict pypy for all versions of pygobject and improve use of python eclass in 3.0.3 (bug #321879 comment 8, thanks to Arfrever).
Package-Manager: portage-2.2.0_alpha83/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pygobject/pygobject-2.28.6-r50.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-2.28.6-r50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild b/dev-python/pygobject/pygobject-2.28.6-r50.ebuild index b7495059f261..8e49decff400 100644 --- a/dev-python/pygobject/pygobject-2.28.6-r50.ebuild +++ b/dev-python/pygobject/pygobject-2.28.6-r50.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-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.3 2011/12/20 21:29:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.28.6-r50.ebuild,v 1.4 2011/12/26 06:29:55 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ SUPPORT_PYTHON_ABIS="1" # PYTHON_DEPEND="2:2.6 3:3.1" # RESTRICT_PYTHON_ABIS="2.4 2.5 3.0 *-jython" PYTHON_DEPEND="2:2.6" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython *-pypy-*" # XXX: Is the alternatives stuff needed anymore? inherit alternatives autotools gnome2 python virtualx |