diff options
Diffstat (limited to 'dev-python/pygobject/pygobject-2.21.5.ebuild')
-rw-r--r-- | dev-python/pygobject/pygobject-2.21.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pygobject/pygobject-2.21.5.ebuild b/dev-python/pygobject/pygobject-2.21.5.ebuild index 022d1035954a..7e22daab7115 100644 --- a/dev-python/pygobject/pygobject-2.21.5.ebuild +++ b/dev-python/pygobject/pygobject-2.21.5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.21.5.ebuild,v 1.1 2010/11/05 22:06:04 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.21.5.ebuild,v 1.2 2011/01/17 18:09:36 arfrever Exp $ EAPI="2" GCONF_DEBUG="no" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="2.4 3.*" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython" inherit alternatives autotools gnome2 python virtualx |