diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-07 11:38:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-07 11:38:04 +0000 |
commit | 6abd3d2cc3d6a17bae795b68665fc83ff77fb7f1 (patch) | |
tree | a7c54ec2d9f16c81c5306430d0cb5dd52a75b539 /dev-vcs | |
parent | Include check for value of UEVENT_HELPER_PATH wrt #479756 by Alexander Tsoy. ... (diff) | |
download | gentoo-2-6abd3d2cc3d6a17bae795b68665fc83ff77fb7f1.tar.gz gentoo-2-6abd3d2cc3d6a17bae795b68665fc83ff77fb7f1.tar.bz2 gentoo-2-6abd3d2cc3d6a17bae795b68665fc83ff77fb7f1.zip |
Drop removed Python implementations from PYTHON_COMPAT.
(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 | 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 a20be54b0050..43d77527f082 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.6 2013/08/07 09:52:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bz/ChangeLog,v 1.7 2013/08/07 11:38:04 mgorny Exp $ + + 07 Aug 2013; Michał Górny <mgorny@gentoo.org> git-bz-0.12.12.15.ebuild, + git-bz-9999.ebuild: + Drop removed Python implementations from PYTHON_COMPAT. 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 f3e0269c67bc..bd04bdfd81fb 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.3 2013/08/07 09:52:35 mgorny Exp $ +# $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 $ 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 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 |