diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-26 05:56:16 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-26 05:56:16 +0000 |
commit | ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3 (patch) | |
tree | a008114c1e298fa0d3aa68e05d1a3645a387c83c /dev-vcs/bzr/bzr-2.4.1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3.tar.gz gentoo-2-ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3.tar.bz2 gentoo-2-ce6f3e4ab01b5a4a20d77be4eee2e513b3aabfc3.zip |
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzr/bzr-2.4.1.ebuild')
-rw-r--r-- | dev-vcs/bzr/bzr-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/bzr/bzr-2.4.1.ebuild b/dev-vcs/bzr/bzr-2.4.1.ebuild index c4e3800d324e..89b292a64ebb 100644 --- a/dev-vcs/bzr/bzr-2.4.1.ebuild +++ b/dev-vcs/bzr/bzr-2.4.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.1.ebuild,v 1.10 2012/02/19 12:33:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.1.ebuild,v 1.11 2012/02/26 05:56:16 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.[45] 3.*" +RESTRICT_PYTHON_ABIS="2.[45] 3.* 2.7-pypy-*" inherit bash-completion distutils elisp-common eutils versionator |