diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 09:10:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 09:10:16 +0000 |
commit | ea6c845723a1b1d99e3c662fed12c38daa04afc7 (patch) | |
tree | dbc6adb8dcab17cd5a4b6790ad3498aa50e1a1aa /eclass | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-ea6c845723a1b1d99e3c662fed12c38daa04afc7.tar.gz gentoo-2-ea6c845723a1b1d99e3c662fed12c38daa04afc7.tar.bz2 gentoo-2-ea6c845723a1b1d99e3c662fed12c38daa04afc7.zip |
Fix python restricts, eclass overrides everything else
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome-python-common.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnome-python-common.eclass b/eclass/gnome-python-common.eclass index 19d978a82355..e01a439e86c2 100644 --- a/eclass/gnome-python-common.eclass +++ b/eclass/gnome-python-common.eclass @@ -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/eclass/gnome-python-common.eclass,v 1.14 2012/01/03 12:18:17 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.15 2012/02/24 09:10:16 patrick Exp $ # Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the # gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>) @@ -26,8 +26,7 @@ # and the packages is named dev-python/libbonobo-python SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit autotools gnome2 python versionator |