diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:26:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:26:33 +0000 |
commit | be35bb9307f5b98996f992e12a49f7d8bdbd7635 (patch) | |
tree | a422052b10cfa4f8886821393cde933608048f9b /dev-vcs | |
parent | Stable for x86, wrt bug #478270 (diff) | |
download | gentoo-2-be35bb9307f5b98996f992e12a49f7d8bdbd7635.tar.gz gentoo-2-be35bb9307f5b98996f992e12a49f7d8bdbd7635.tar.bz2 gentoo-2-be35bb9307f5b98996f992e12a49f7d8bdbd7635.zip |
Stable for x86, wrt bug #478274
(Portage version: 2.1.13.7/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/gitg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog index 01022ab21761..fb461c92d2f8 100644 --- a/dev-vcs/gitg/ChangeLog +++ b/dev-vcs/gitg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/gitg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.23 2013/07/27 11:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.24 2013/08/18 13:26:33 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> gitg-0.2.7.ebuild: + Stable for x86, wrt bug #478274 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> gitg-0.2.7.ebuild: Stable for amd64, wrt bug #478274 diff --git a/dev-vcs/gitg/gitg-0.2.7.ebuild b/dev-vcs/gitg/gitg-0.2.7.ebuild index 371a1356f9b8..99009767ab53 100644 --- a/dev-vcs/gitg/gitg-0.2.7.ebuild +++ b/dev-vcs/gitg/gitg-0.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.7.ebuild,v 1.2 2013/07/27 11:22:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.7.ebuild,v 1.3 2013/08/18 13:26:33 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://git.gnome.org/browse/gitg/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" # FIXME: debug changes CFLAGS IUSE="debug glade" |