diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 01:52:34 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-28 01:52:34 +0000 |
commit | c2797181c3efc7d035b68ced20a99c1a30186964 (patch) | |
tree | ef7c163f3e473a2bc567aa386cc35cd2a4f4a21b /games-arcade/funnyboat | |
parent | Removal for securty reasons, p.masked long enough (diff) | |
download | gentoo-2-c2797181c3efc7d035b68ced20a99c1a30186964.tar.gz gentoo-2-c2797181c3efc7d035b68ced20a99c1a30186964.tar.bz2 gentoo-2-c2797181c3efc7d035b68ced20a99c1a30186964.zip |
Added ~amd64 keyword. Closes bug #132496.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/funnyboat/ChangeLog b/games-arcade/funnyboat/ChangeLog index 57749728160d..4fc0810a5460 100644 --- a/games-arcade/funnyboat/ChangeLog +++ b/games-arcade/funnyboat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/funnyboat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.2 2006/06/06 05:41:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.3 2006/06/28 01:52:34 metalgod Exp $ + + 28 Jun 2006; Luis Medinas <metalgod@gentoo.org> funnyboat-1.2.ebuild: + Added ~amd64 keyword. Closes bug #132496. *funnyboat-1.2 (06 Jun 2006) diff --git a/games-arcade/funnyboat/funnyboat-1.2.ebuild b/games-arcade/funnyboat/funnyboat-1.2.ebuild index d5ebd5847db5..72ecc0f6dcfc 100644 --- a/games-arcade/funnyboat/funnyboat-1.2.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.2.ebuild,v 1.1 2006/06/06 05:41:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.2.ebuild,v 1.2 2006/06/28 01:52:34 metalgod Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/funnyboat/${P}.tar.gz" LICENSE="GPL-2 CCPL-Attribution-2.5 CCPL-Attribution-NonCommercial-NoDerivs-2.0" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND="dev-python/pygame" |