diff options
Diffstat (limited to 'dev-vcs/git-bz/git-bz-9999.ebuild')
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild b/dev-vcs/git-bz/git-bz-9999.ebuild index ce2a76844abe..2973d4e057cb 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-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.4 2013/08/07 09:52:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.5 2013/08/07 11:38:04 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_8,1_9,2_0} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) inherit python-r1 |