diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-10 06:16:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-10 06:16:41 +0000 |
commit | d281a79ae95f309c9eb37745be2615f5344ae044 (patch) | |
tree | f730adf967fa561b9467338fa5b611693468e9fd /games-arcade/solarwolf | |
parent | Removed some USE flags for this package since people dont use them, and creat... (diff) | |
download | gentoo-2-d281a79ae95f309c9eb37745be2615f5344ae044.tar.gz gentoo-2-d281a79ae95f309c9eb37745be2615f5344ae044.tar.bz2 gentoo-2-d281a79ae95f309c9eb37745be2615f5344ae044.zip |
sparc needs newer pygame before going stable; IUSE fix
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.4.ebuild b/games-arcade/solarwolf/solarwolf-1.4.ebuild index 3f0372fa0be3..8a2ede5f8161 100644 --- a/games-arcade/solarwolf/solarwolf-1.4.ebuild +++ b/games-arcade/solarwolf/solarwolf-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.4.ebuild,v 1.4 2004/01/29 08:56:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/solarwolf/solarwolf-1.4.ebuild,v 1.5 2004/02/10 06:16:41 mr_bones_ Exp $ inherit games @@ -8,9 +8,10 @@ DESCRIPTION="action/arcade recreation of SolarFox" HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/" SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz" +KEYWORDS="x86 ~sparc hppa" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 sparc hppa" +IUSE="" DEPEND=">=dev-python/pygame-1.5.6 >=dev-lang/python-2.3 |