diff options
author | 2007-04-24 14:51:25 +0000 | |
---|---|---|
committer | 2007-04-24 14:51:25 +0000 | |
commit | 4795fe34a6eeff1a122efe68dd76ebc52cfba04d (patch) | |
tree | 20102b48ece51ed033dd863e1aa792b7e645ce11 /games-arcade/nibbles/nibbles-0.0.4.ebuild | |
parent | x86 stable (diff) | |
download | gentoo-2-4795fe34a6eeff1a122efe68dd76ebc52cfba04d.tar.gz gentoo-2-4795fe34a6eeff1a122efe68dd76ebc52cfba04d.tar.bz2 gentoo-2-4795fe34a6eeff1a122efe68dd76ebc52cfba04d.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/nibbles/nibbles-0.0.4.ebuild')
-rw-r--r-- | games-arcade/nibbles/nibbles-0.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/nibbles/nibbles-0.0.4.ebuild b/games-arcade/nibbles/nibbles-0.0.4.ebuild index a4d5a5473cf8..61d792e6dd0f 100644 --- a/games-arcade/nibbles/nibbles-0.0.4.ebuild +++ b/games-arcade/nibbles/nibbles-0.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v 1.8 2006/02/17 14:22:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v 1.9 2007/04/24 14:51:25 drizzt Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="http://www.earth.li/projectpurple/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="sys-libs/ncurses" |