diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:52:35 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-07 09:52:35 +0000 |
commit | 763a5a7d26f7a33bb440cc0b7ed4f47e2aee1969 (patch) | |
tree | cf6b33a6308ab153b008a4ed112f06599bda4c1c /dev-vcs/git-bz/git-bz-9999.ebuild | |
parent | Enable pypy2.0. (diff) | |
download | gentoo-2-763a5a7d26f7a33bb440cc0b7ed4f47e2aee1969.tar.gz gentoo-2-763a5a7d26f7a33bb440cc0b7ed4f47e2aee1969.tar.bz2 gentoo-2-763a5a7d26f7a33bb440cc0b7ed4f47e2aee1969.zip |
Enable pypy2.0.
(Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-vcs/git-bz/git-bz-9999.ebuild')
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild index 6c85c6849449..ce2a76844abe 100644 --- a/dev-vcs/git-bz/git-bz-9999.ebuild +++ b/dev-vcs/git-bz/git-bz-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.3 2012/12/17 19:30:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.4 2013/08/07 09:52:35 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_8,1_9,2_0} ) inherit python-r1 |