diff options
author | 2014-03-02 22:21:54 +0000 | |
---|---|---|
committer | 2014-03-02 22:21:54 +0000 | |
commit | 70341450ac338237caf6722d6386dca8b006c55a (patch) | |
tree | c81d254c48c8f88b375e2c4b843c5316ba6ae2e8 /dev-vcs/git-cola | |
parent | amd64 stable, bug #495662 (diff) | |
download | gentoo-2-70341450ac338237caf6722d6386dca8b006c55a.tar.gz gentoo-2-70341450ac338237caf6722d6386dca8b006c55a.tar.bz2 gentoo-2-70341450ac338237caf6722d6386dca8b006c55a.zip |
amd64 stable, bug #495680
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs/git-cola')
-rw-r--r-- | dev-vcs/git-cola/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/git-cola/git-cola-1.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog index 8aa4fb8c0609..e2ad7b8f683b 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.23 2014/02/24 09:13:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/ChangeLog,v 1.24 2014/03/02 22:21:54 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> git-cola-1.9.4.ebuild: + amd64 stable, bug #495680 *git-cola-2.0.0 (24 Feb 2014) diff --git a/dev-vcs/git-cola/git-cola-1.9.4.ebuild b/dev-vcs/git-cola/git-cola-1.9.4.ebuild index 6327dd129f1a..a483774ba058 100644 --- a/dev-vcs/git-cola/git-cola-1.9.4.ebuild +++ b/dev-vcs/git-cola/git-cola-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.9.4.ebuild,v 1.2 2014/02/21 14:51:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-cola/git-cola-1.9.4.ebuild,v 1.3 2014/03/02 22:21:54 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" RDEPEND=" |