diff options
author | 2007-04-24 14:29:44 +0000 | |
---|---|---|
committer | 2007-04-24 14:29:44 +0000 | |
commit | 43355cb7d817deeba24bd00b70d6c42d0d45f182 (patch) | |
tree | 429a0f03396724453c13ff3057a57a2d4e2e7b64 /games-arcade/funnyboat/funnyboat-1.5.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-43355cb7d817deeba24bd00b70d6c42d0d45f182.tar.gz gentoo-2-43355cb7d817deeba24bd00b70d6c42d0d45f182.tar.bz2 gentoo-2-43355cb7d817deeba24bd00b70d6c42d0d45f182.zip |
Add ~x86-fbsd keyword.
Thanks to Nathan Smith for reporting wrt bug #175779
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-arcade/funnyboat/funnyboat-1.5.ebuild')
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/funnyboat/funnyboat-1.5.ebuild b/games-arcade/funnyboat/funnyboat-1.5.ebuild index a45cc8c602e2..ddd1e5f3be24 100644 --- a/games-arcade/funnyboat/funnyboat-1.5.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.5.ebuild,v 1.2 2007/04/08 00:15:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.5.ebuild,v 1.3 2007/04/24 14:29:44 drizzt Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="GPL-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-python/pygame-1.6.2" |