diff options
author | 2012-02-20 15:19:00 +0000 | |
---|---|---|
committer | 2012-02-20 15:19:00 +0000 | |
commit | 1293e4e062d1dcbdcd1d253034251265209dff62 (patch) | |
tree | b08906166b230e0d6b8bd5071aa6b660553b67cf /dev-python/guppy/guppy-0.1.9.ebuild | |
parent | Restricting pypy #403831 (diff) | |
download | historical-1293e4e062d1dcbdcd1d253034251265209dff62.tar.gz historical-1293e4e062d1dcbdcd1d253034251265209dff62.tar.bz2 historical-1293e4e062d1dcbdcd1d253034251265209dff62.zip |
Restricting pypy #403825
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'dev-python/guppy/guppy-0.1.9.ebuild')
-rw-r--r-- | dev-python/guppy/guppy-0.1.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/guppy/guppy-0.1.9.ebuild b/dev-python/guppy/guppy-0.1.9.ebuild index 5c62211d500e..edd663e3b76c 100644 --- a/dev-python/guppy/guppy-0.1.9.ebuild +++ b/dev-python/guppy/guppy-0.1.9.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/guppy/guppy-0.1.9.ebuild,v 1.5 2011/02/11 18:59:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9.ebuild,v 1.6 2012/02/20 15:18:59 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 |