diff options
author | 2012-03-15 03:24:39 +0000 | |
---|---|---|
committer | 2012-03-15 03:24:39 +0000 | |
commit | 662e3d6b3f4b18c4a758db522dca33dcb54a404b (patch) | |
tree | 3bc378beeca3547b48ad6284afb1951480dd3639 /dev-vcs/tortoisehg/tortoisehg-9999.ebuild | |
parent | Drop openssl version checking. (diff) | |
download | gentoo-2-662e3d6b3f4b18c4a758db522dca33dcb54a404b.tar.gz gentoo-2-662e3d6b3f4b18c4a758db522dca33dcb54a404b.tar.bz2 gentoo-2-662e3d6b3f4b18c4a758db522dca33dcb54a404b.zip |
Restrict pypy.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-9999.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index a1e2497f7102..dcafedbe164f 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.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-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.4 2012/02/12 02:19:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.5 2012/03/15 03:24:39 floppym Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="2:2.5" -RESTRICT_PYTHON_ABIS="2.4 3.*" +RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*" inherit distutils eutils multilib |