summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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