summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-bz/ChangeLog6
-rw-r--r--dev-vcs/git-bz/git-bz-0.12.12.15.ebuild4
-rw-r--r--dev-vcs/git-bz/git-bz-9999.ebuild4
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