diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:27:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:27:11 +0000 |
commit | 6b59a7f0b9289f6ebd6683c8e1dd5f6d3e7efe7c (patch) | |
tree | be83fbde5824609937f5e17b1a6af059c29b855e /dev-python/pyfltk/pyfltk-1.3.0.ebuild | |
parent | Fixing pypy restricts to actually work (diff) | |
download | gentoo-2-6b59a7f0b9289f6ebd6683c8e1dd5f6d3e7efe7c.tar.gz gentoo-2-6b59a7f0b9289f6ebd6683c8e1dd5f6d3e7efe7c.tar.bz2 gentoo-2-6b59a7f0b9289f6ebd6683c8e1dd5f6d3e7efe7c.zip |
Fixing pypy restricts to actually work
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyfltk/pyfltk-1.3.0.ebuild')
-rw-r--r-- | dev-python/pyfltk/pyfltk-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyfltk/pyfltk-1.3.0.ebuild b/dev-python/pyfltk/pyfltk-1.3.0.ebuild index f0f7a3ed8b91..45b7347b5a89 100644 --- a/dev-python/pyfltk/pyfltk-1.3.0.ebuild +++ b/dev-python/pyfltk/pyfltk-1.3.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0.ebuild,v 1.4 2012/01/26 13:33:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0.ebuild,v 1.5 2012/02/20 14:27:11 patrick Exp $ # FIXME: MakeSwig.py execution should be made work from pyfltk-1.1.5.ebuild EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-**" inherit distutils eutils |