diff options
author | 2015-05-15 18:48:43 +0000 | |
---|---|---|
committer | 2015-05-15 18:48:43 +0000 | |
commit | 6893071fae73327d7e6b5ceb7091b51f69a9e944 (patch) | |
tree | e6ae0e34a2b08db1a693e18ddedcf66e0fb0d6cd /dev-vcs | |
parent | arm stable wrt bug #548350 (diff) | |
download | gentoo-2-6893071fae73327d7e6b5ceb7091b51f69a9e944.tar.gz gentoo-2-6893071fae73327d7e6b5ceb7091b51f69a9e944.tar.bz2 gentoo-2-6893071fae73327d7e6b5ceb7091b51f69a9e944.zip |
amd64 stable wrt bug #518306
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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 f3bb55defac6..1054a7533c8a 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.43 2015/05/05 13:30:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.44 2015/05/15 18:48:43 zlogene Exp $ + + 15 May 2015; Mikle Kolyada <zlogene@gentoo.org> git-cola-2.0.7.ebuild: + amd64 stable wrt bug #518306 *git-cola-2.1.2 (05 May 2015) 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 fad0b5f335c4..f18b21e9bc4c 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.4 2015/04/26 16:25:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-2.0.7.ebuild,v 1.5 2015/05/15 18:48:43 zlogene 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 )" |