diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-10 00:15:52 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-10 00:15:52 +0000 |
commit | 3f7ddb685e1eeedc44ba225fec559b79762cec52 (patch) | |
tree | 3dd55a5008fe7bcae14dc781b7ddf3c486f507fb /games-action | |
parent | Add doc USE flag, thanks to Lucas Chiesa <lucas.chiesa@gmail.com> for the pat... (diff) | |
download | gentoo-2-3f7ddb685e1eeedc44ba225fec559b79762cec52.tar.gz gentoo-2-3f7ddb685e1eeedc44ba225fec559b79762cec52.tar.bz2 gentoo-2-3f7ddb685e1eeedc44ba225fec559b79762cec52.zip |
Added ~amd64 keyword.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xbomber/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/xbomber/xbomber-101.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/xbomber/ChangeLog b/games-action/xbomber/ChangeLog index de16e8ef6197..af47d1031052 100644 --- a/games-action/xbomber/ChangeLog +++ b/games-action/xbomber/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xbomber # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/ChangeLog,v 1.5 2005/05/03 07:56:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/ChangeLog,v 1.6 2005/10/10 00:15:52 metalgod Exp $ + + 10 Oct 2005; Luis Medinas <metalgod@gentoo.org> xbomber-101.ebuild: + Added ~amd64 keyword. 03 May 2005; David Holm <dholm@gentoo.org> xbomber-101.ebuild: Added to ~ppc. diff --git a/games-action/xbomber/xbomber-101.ebuild b/games-action/xbomber/xbomber-101.ebuild index 9e57e989db46..470dd008c60b 100644 --- a/games-action/xbomber/xbomber-101.ebuild +++ b/games-action/xbomber/xbomber-101.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/xbomber-101.ebuild,v 1.6 2005/05/03 07:56:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/xbomber-101.ebuild,v 1.7 2005/10/10 00:15:52 metalgod Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://www.xdr.com/dash/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND="virtual/x11" |