summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-05-27 11:10:32 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-05-27 11:10:32 +0000
commit0cf03b3e5b3438c6507f07d0c7aa7c6c46a7dadc (patch)
treefba14f3dc124e3350381249c172a978c42aa7fd3 /dev-vcs
parentStable for x86, wrt bug #549634 (diff)
downloadgentoo-2-0cf03b3e5b3438c6507f07d0c7aa7c6c46a7dadc.tar.gz
gentoo-2-0cf03b3e5b3438c6507f07d0c7aa7c6c46a7dadc.tar.bz2
gentoo-2-0cf03b3e5b3438c6507f07d0c7aa7c6c46a7dadc.zip
Stable for x86, wrt bug #549628
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cola/ChangeLog5
-rw-r--r--dev-vcs/git-cola/git-cola-2.1.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index a632bf865060..c1517daf9193 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-vcs/git-cola
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.46 2015/05/21 10:30:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.47 2015/05/27 11:10:32 ago Exp $
+
+ 27 May 2015; Agostino Sarubbo <ago@gentoo.org> git-cola-2.1.2.ebuild:
+ Stable for x86, wrt bug #549628
21 May 2015; Agostino Sarubbo <ago@gentoo.org> git-cola-2.1.2.ebuild:
Stable for amd64, wrt bug #549628
diff --git a/dev-vcs/git-cola/git-cola-2.1.2.ebuild b/dev-vcs/git-cola/git-cola-2.1.2.ebuild
index 4b12754d0bb8..375a02f04b52 100644
--- a/dev-vcs/git-cola/git-cola-2.1.2.ebuild
+++ b/dev-vcs/git-cola/git-cola-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.1.2.ebuild,v 1.2 2015/05/21 10:30:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.1.2.ebuild,v 1.3 2015/05/27 11:10:32 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
REQUIRED_USE="doc? ( python_targets_python2_7 )"