diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-04-14 20:11:50 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-04-14 20:11:50 +0000 |
commit | 8dbe76884fb7ea0211e8a1b29e772368e41f21cc (patch) | |
tree | d782b9b1649a2c54ca8589c16ffc9b59f344eec9 /dev-vcs | |
parent | Add ia64 love #282954 by Dennis Schridde. (diff) | |
download | gentoo-2-8dbe76884fb7ea0211e8a1b29e772368e41f21cc.tar.gz gentoo-2-8dbe76884fb7ea0211e8a1b29e772368e41f21cc.tar.bz2 gentoo-2-8dbe76884fb7ea0211e8a1b29e772368e41f21cc.zip |
Add ~amd64-linux keyword.
(Portage version: 2.2.0_alpha100_p7/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog index 8a22eca31032..e486fbad2284 100644 --- a/dev-vcs/gitg/ChangeLog +++ b/dev-vcs/gitg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/gitg -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.15 2011/09/28 14:36:38 sping Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.16 2012/04/14 20:11:50 zmedico Exp $ + + 14 Apr 2012; Zac Medico <zmedico@gentoo.org> gitg-0.2.5.ebuild: + Add ~amd64-linux keyword. *gitg-0.2.5 (28 Sep 2011) diff --git a/dev-vcs/gitg/gitg-0.2.5.ebuild b/dev-vcs/gitg/gitg-0.2.5.ebuild index 27551a33d2d3..fe2e9a891b8c 100644 --- a/dev-vcs/gitg/gitg-0.2.5.ebuild +++ b/dev-vcs/gitg/gitg-0.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.5.ebuild,v 1.1 2011/09/28 14:36:38 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.5.ebuild,v 1.2 2012/04/14 20:11:50 zmedico Exp $ EAPI="3" GNOME2_LA_PUNT="yes" @@ -13,7 +13,7 @@ HOMEPAGE="http://trac.novowork.com/gitg/" LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" # FIXME: debug changes CFLAGS IUSE="debug glade" |