diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/blockrage/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/blockrage/blockrage-0.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/blockrage/ChangeLog b/games-arcade/blockrage/ChangeLog index 974aa4a2ba05..564aa2830990 100644 --- a/games-arcade/blockrage/ChangeLog +++ b/games-arcade/blockrage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/blockrage -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.4 2007/04/08 00:11:23 josejx Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.5 2008/03/28 20:58:47 nyhm Exp $ + + 28 Mar 2008; Tristan Heaven <nyhm@gentoo.org> blockrage-0.2.3.ebuild: + Add ~amd64 keyword 08 Apr 2007; Joseph Jezak <josejx@gentoo.org> blockrage-0.2.3.ebuild: Marked ~ppc for bug #173426. diff --git a/games-arcade/blockrage/blockrage-0.2.3.ebuild b/games-arcade/blockrage/blockrage-0.2.3.ebuild index b5c47f0fe8f3..ba64ca4f2770 100644 --- a/games-arcade/blockrage/blockrage-0.2.3.ebuild +++ b/games-arcade/blockrage/blockrage-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.3 2007/04/08 00:11:23 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.4 2008/03/28 20:58:47 nyhm Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="media-libs/libsdl" |