diff options
author | David Holm <dholm@gentoo.org> | 2005-05-03 09:00:41 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-03 09:00:41 +0000 |
commit | a8f9b6a01f435eb1cfc400b9b8d62d265b596f92 (patch) | |
tree | df77ebb59b74e9293a21ec4083420ffd0d4319ba /games-arcade/nibbles/nibbles-0.0.4.ebuild | |
parent | Do not hardcode python path. Thanks to dan <reddan@warpmail.net>; bug #88770. (diff) | |
download | gentoo-2-a8f9b6a01f435eb1cfc400b9b8d62d265b596f92.tar.gz gentoo-2-a8f9b6a01f435eb1cfc400b9b8d62d265b596f92.tar.bz2 gentoo-2-a8f9b6a01f435eb1cfc400b9b8d62d265b596f92.zip |
Added to ~ppc
(Portage version: 2.0.51.21)
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 4a29454534af..615e27da2380 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.2 2004/12/21 14:26:54 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/nibbles/nibbles-0.0.4.ebuild,v 1.3 2005/05/03 08:57:46 dholm 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="x86 ~ppc64" +KEYWORDS="x86 ~ppc64 ~ppc" IUSE="" DEPEND="sys-libs/ncurses" |