summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/cola/ChangeLog6
-rw-r--r--dev-vcs/cola/cola-1.4.3.ebuild8
2 files changed, 12 insertions, 2 deletions
diff --git a/dev-vcs/cola/ChangeLog b/dev-vcs/cola/ChangeLog
index 9a191cd23005..701f0eb90df6 100644
--- a/dev-vcs/cola/ChangeLog
+++ b/dev-vcs/cola/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/cola
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.5 2011/01/25 14:56:23 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.6 2011/01/25 16:30:30 arfrever Exp $
+
+ 25 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ cola-1.4.3.ebuild:
+ Use Python 2 (bug #329473).
*cola-1.4.3 (25 Jan 2011)
diff --git a/dev-vcs/cola/cola-1.4.3.ebuild b/dev-vcs/cola/cola-1.4.3.ebuild
index 07a825c1bcf9..28bdc729b674 100644
--- a/dev-vcs/cola/cola-1.4.3.ebuild
+++ b/dev-vcs/cola/cola-1.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/cola-1.4.3.ebuild,v 1.2 2011/01/25 14:57:18 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/cola-1.4.3.ebuild,v 1.3 2011/01/25 16:30:30 arfrever Exp $
EAPI="3"
@@ -11,6 +11,7 @@ inherit distutils eutils
DESCRIPTION="A sweet, carbonated git gui known for its sugary flavour and caffeine-inspired features."
HOMEPAGE="http://cola.tuxfamily.org/"
SRC_URI="http://cola.tuxfamily.org/releases/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -30,6 +31,11 @@ DEPEND="${RDEPEND}
# tests currently broken due to unfinished translation framework
RESTRICT="test"
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
src_prepare() {
# don't install docs into wrong location
sed -i \