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 | |
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')
-rw-r--r-- | dev-vcs/git-bz/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.12.12.15.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/git-bz/ChangeLog b/dev-vcs/git-bz/ChangeLog index f17a59ebbced..a20be54b0050 100644 --- a/dev-vcs/git-bz/ChangeLog +++ b/dev-vcs/git-bz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git-bz -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.5 2012/12/17 19:30:00 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.6 2013/08/07 09:52:35 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> git-bz-0.12.12.15.ebuild, + git-bz-9999.ebuild: + Enable pypy2.0. 17 Dec 2012; Michał Górny <mgorny@gentoo.org> git-bz-0.12.12.15.ebuild, git-bz-9999.ebuild: diff --git a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild b/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild index 6d4b829f9a55..f3e0269c67bc 100644 --- a/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild +++ b/dev-vcs/git-bz/git-bz-0.12.12.15.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-0.12.12.15.ebuild,v 1.2 2012/12/17 19:30:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild,v 1.3 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 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 |