diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-08-07 07:24:00 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-08-07 07:24:00 +0000 |
commit | 868ac8c95d33dc7ab7abdaaa5f5735498fb29822 (patch) | |
tree | 90e2d5311f2a8280f5ec627262825382722fa50d /dev-vcs/gitg/gitg-0.2.4.ebuild | |
parent | Move stable keywords forward since only the eclass installing the files changed. (diff) | |
download | gentoo-2-868ac8c95d33dc7ab7abdaaa5f5735498fb29822.tar.gz gentoo-2-868ac8c95d33dc7ab7abdaaa5f5735498fb29822.tar.bz2 gentoo-2-868ac8c95d33dc7ab7abdaaa5f5735498fb29822.zip |
Add ~x86-linux keyword.
(Portage version: 2.2.0_alpha50_p4/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/gitg/gitg-0.2.4.ebuild')
-rw-r--r-- | dev-vcs/gitg/gitg-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitg/gitg-0.2.4.ebuild b/dev-vcs/gitg/gitg-0.2.4.ebuild index 352be3af526a..96ce2c3a004d 100644 --- a/dev-vcs/gitg/gitg-0.2.4.ebuild +++ b/dev-vcs/gitg/gitg-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.4.ebuild,v 1.1 2011/07/31 00:47:11 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.4.ebuild,v 1.2 2011/08/07 07:24:00 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" +KEYWORDS="~amd64 ~x86 ~x86-linux" # FIXME: debug changes CFLAGS IUSE="debug glade" |