summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-02-24 09:29:56 +0100
committerJustin Lecher <jlec@gentoo.org>2014-02-24 09:29:56 +0100
commit149528d54c22c41773603b234c78091007bb0e68 (patch)
treebc4096dd85b12d5a066c5ba54922230b61f5b32f /dev-vcs
parentdev-util/acr: Add missing acr-0.9.8.tar.gz checksum (diff)
downloadbetagarden-149528d54c22c41773603b234c78091007bb0e68.tar.gz
betagarden-149528d54c22c41773603b234c78091007bb0e68.tar.bz2
betagarden-149528d54c22c41773603b234c78091007bb0e68.zip
dev-vcs/git-cola: Add py3 support
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 21e257c..2ea251d 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 $
+ 24 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+ Add py3 support
+
29 Jan 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
Fix broken documentation paths, #499658
diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index e5cfd8c..fb5a566 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} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2} )
DISTUTILS_SINGLE_IMPL=true
inherit distutils-r1 git-r3