summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-02-25 20:19:38 +0100
committerJustin Lecher <jlec@gentoo.org>2014-02-25 20:19:38 +0100
commitfa4775fbddeac4bc1d8020e5f4d996a2b1fdf662 (patch)
treed02401138111dbca9bb682059eb688354847f3f8 /dev-vcs
parentdev-vcs/git-cola: Add py3 support (diff)
downloadbetagarden-fa4775fbddeac4bc1d8020e5f4d996a2b1fdf662.tar.gz
betagarden-fa4775fbddeac4bc1d8020e5f4d996a2b1fdf662.tar.bz2
betagarden-fa4775fbddeac4bc1d8020e5f4d996a2b1fdf662.zip
dev-vcs/git-cola: Move to py3.3
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cola/ChangeLog3
-rw-r--r--dev-vcs/git-cola/git-cola-9999.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 2ea251d..8e8b4ac 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
+ 25 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+ Move to py3.3
+
24 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
Add py3 support
diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index fb5a566..9201126 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2} )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} )
DISTUTILS_SINGLE_IMPL=true
inherit distutils-r1 git-r3