diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-26 16:25:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-26 16:25:22 +0000 |
commit | 1c41792b6ca011ff9b044ff7f57dc5bd86363c92 (patch) | |
tree | 83c25079ffb648722932ba2745f3fc7a32700c2c /dev-vcs | |
parent | x86 stable wrt bug #547274 (diff) | |
download | gentoo-2-1c41792b6ca011ff9b044ff7f57dc5bd86363c92.tar.gz gentoo-2-1c41792b6ca011ff9b044ff7f57dc5bd86363c92.tar.bz2 gentoo-2-1c41792b6ca011ff9b044ff7f57dc5bd86363c92.zip |
x86 stable wrt bug #518306
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-cola/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-2.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index 95bed8176533..2919882765de 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.41 2015/04/08 17:53:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.42 2015/04/26 16:25:22 pacho Exp $ + + 26 Apr 2015; Pacho Ramos <pacho@gentoo.org> git-cola-2.0.7.ebuild: + x86 stable wrt bug #518306 08 Apr 2015; Michał Górny <mgorny@gentoo.org> git-cola-1.8.2.ebuild, git-cola-1.9.4.ebuild: diff --git a/dev-vcs/git-cola/git-cola-2.0.7.ebuild b/dev-vcs/git-cola/git-cola-2.0.7.ebuild index cb373fd720aa..fad0b5f335c4 100644 --- a/dev-vcs/git-cola/git-cola-2.0.7.ebuild +++ b/dev-vcs/git-cola/git-cola-2.0.7.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.0.7.ebuild,v 1.3 2015/01/16 10:41:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.7.ebuild,v 1.4 2015/04/26 16:25:22 pacho 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 )" |