summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-24 09:10:16 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-24 09:10:16 +0000
commitea6c845723a1b1d99e3c662fed12c38daa04afc7 (patch)
treedbc6adb8dcab17cd5a4b6790ad3498aa50e1a1aa /eclass
parentRestricting pypy and jython (diff)
downloadgentoo-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.eclass5
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