From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BB7C0138E66 for ; Mon, 24 Feb 2014 08:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9A01E0BBF; Mon, 24 Feb 2014 08:30:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51C28E0BBF for ; Mon, 24 Feb 2014 08:30:01 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8423B33F85D for ; Mon, 24 Feb 2014 08:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5480318875 for ; Mon, 24 Feb 2014 08:29:59 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1393230596.149528d54c22c41773603b234c78091007bb0e68.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-vcs/git-cola/ChangeLog dev-vcs/git-cola/git-cola-9999.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 149528d54c22c41773603b234c78091007bb0e68 X-VCS-Branch: master Date: Mon, 24 Feb 2014 08:29:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c4ddad0-2a48-44e5-a399-d4a131dcf5aa X-Archives-Hash: 4352adf8e0940b11d4ef2ff3d3a7d3d4 commit: 149528d54c22c41773603b234c78091007bb0e68 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 24 08:29:56 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 24 08:29:56 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=149528d5 dev-vcs/git-cola: Add py3 support Package-Manager: portage-2.2.8-r1 --- dev-vcs/git-cola/ChangeLog | 3 +++ dev-vcs/git-cola/git-cola-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 git-cola-9999.ebuild: + Add py3 support + 29 Jan 2014; Justin Lecher 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