diff options
author | 2013-09-05 18:42:26 +0000 | |
---|---|---|
committer | 2013-09-05 18:42:26 +0000 | |
commit | 0b019b026503c5b5dffd15c6e86397c8b550b089 (patch) | |
tree | 3d1bb6d107989ba0ef1140db91f42050e81a7143 /dev-vcs/git-bz | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.tar.gz gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.tar.bz2 gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/git-bz')
-rw-r--r-- | dev-vcs/git-bz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.12.12.15.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/git-bz/ChangeLog b/dev-vcs/git-bz/ChangeLog index 43d77527f082..0b23bfe0d3c2 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.7 2013/08/07 11:38:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.8 2013/09/05 18:42:26 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> git-bz-0.12.12.15.ebuild, + git-bz-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. 07 Aug 2013; 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 bd04bdfd81fb..c721a4684c50 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-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.4 2013/08/07 11:38:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-0.12.12.15.ebuild,v 1.5 2013/09/05 18:42:26 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_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 2973d4e057cb..8941b92a2840 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.5 2013/08/07 11:38:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/git-bz-9999.ebuild,v 1.6 2013/09/05 18:42:26 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) inherit python-r1 |