diff options
author | 2012-02-26 08:17:08 +0000 | |
---|---|---|
committer | 2012-02-26 08:17:08 +0000 | |
commit | 07a157602d9987c718bdc4826e524496041f234c (patch) | |
tree | 52e7bedeb30411dced6403041a905fd7f780dc83 /dev-python/pyopenal/pyopenal-0.1.6.ebuild | |
parent | Fix examples install (bug #405859). (diff) | |
download | gentoo-2-07a157602d9987c718bdc4826e524496041f234c.tar.gz gentoo-2-07a157602d9987c718bdc4826e524496041f234c.tar.bz2 gentoo-2-07a157602d9987c718bdc4826e524496041f234c.zip |
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyopenal/pyopenal-0.1.6.ebuild')
-rw-r--r-- | dev-python/pyopenal/pyopenal-0.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyopenal/pyopenal-0.1.6.ebuild b/dev-python/pyopenal/pyopenal-0.1.6.ebuild index 5b655844ae1a..6a00feaf1865 100644 --- a/dev-python/pyopenal/pyopenal-0.1.6.ebuild +++ b/dev-python/pyopenal/pyopenal-0.1.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.6.ebuild,v 1.10 2011/02/12 21:17:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.6.ebuild,v 1.11 2012/02/26 08:17:08 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit distutils eutils |