diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 14:51:31 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-22 14:51:31 +0000 |
commit | 8519f2c9cd156c95b6598f14198138bdd110e8a9 (patch) | |
tree | a3fdd8805ce0f37fd84c093dfff40da94557daea /dev-python/wxpython/wxpython-2.8.12.1.ebuild | |
parent | Restricting python stuff properly (diff) | |
download | gentoo-2-8519f2c9cd156c95b6598f14198138bdd110e8a9.tar.gz gentoo-2-8519f2c9cd156c95b6598f14198138bdd110e8a9.tar.bz2 gentoo-2-8519f2c9cd156c95b6598f14198138bdd110e8a9.zip |
Restricting pypy
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/wxpython/wxpython-2.8.12.1.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-2.8.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wxpython/wxpython-2.8.12.1.ebuild b/dev-python/wxpython/wxpython-2.8.12.1.ebuild index 79fe0ac8486c..835f8d420695 100644 --- a/dev-python/wxpython/wxpython-2.8.12.1.ebuild +++ b/dev-python/wxpython/wxpython-2.8.12.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.7 2012/02/16 19:58:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.8.12.1.ebuild,v 1.8 2012/02/22 14:51:31 patrick Exp $ EAPI="4" PYTHON_DEPEND="2" WX_GTK_VER="2.8" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit alternatives distutils eutils fdo-mime wxwidgets |