diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:15:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 15:15:37 +0000 |
commit | 0ceae24b505647af79b56a98ee62c60e16f3fd74 (patch) | |
tree | 96806f8e21bca504df1f12fd317f1a208afb989a /dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild | |
parent | Restricting pypy #403839 (diff) | |
download | gentoo-2-0ceae24b505647af79b56a98ee62c60e16f3fd74.tar.gz gentoo-2-0ceae24b505647af79b56a98ee62c60e16f3fd74.tar.bz2 gentoo-2-0ceae24b505647af79b56a98ee62c60e16f3fd74.zip |
Restricting pypy #403837
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild')
-rw-r--r-- | dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild b/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild index 8e56215d4a1d..10b9531b5818 100644 --- a/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild +++ b/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 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/bicyclerepair/bicyclerepair-0.9-r2.ebuild,v 1.6 2010/06/23 16:31:28 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r2.ebuild,v 1.7 2012/02/20 15:15:37 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" inherit distutils elisp-common eutils |