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 | 68868b97a4dbe87aa13e225ffa31dc7b6ee0dd9b (patch) | |
tree | 01432d1603ad84e03b10b5ee42f68242e66f6f1f /games-arcade/solarwolf | |
parent | Removed some USE flags for this package since people dont use them, and creat... (diff) | |
download | historical-68868b97a4dbe87aa13e225ffa31dc7b6ee0dd9b.tar.gz historical-68868b97a4dbe87aa13e225ffa31dc7b6ee0dd9b.tar.bz2 historical-68868b97a4dbe87aa13e225ffa31dc7b6ee0dd9b.zip |
sparc needs newer pygame before going stable; IUSE fix
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r-- | games-arcade/solarwolf/Manifest | 3 | ||||
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.4.ebuild | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-arcade/solarwolf/Manifest b/games-arcade/solarwolf/Manifest index af6edf7762c7..c09e4873e881 100644 --- a/games-arcade/solarwolf/Manifest +++ b/games-arcade/solarwolf/Manifest @@ -1,7 +1,8 @@ MD5 bba475a41251de3d0804ee9d8efeda22 ChangeLog 1040 MD5 debab15fd91889f9c2878677d41db550 solarwolf-1.3.ebuild 772 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 -MD5 6c3fd55099d404175d6e0862b3a65638 solarwolf-1.4.ebuild 886 +MD5 8dde7dab78e538b46020d63ad1f13217 solarwolf-1.4.ebuild 953 MD5 61ffe85eee861987219a25b6ac70649c files/digest-solarwolf-1.3 66 MD5 9f30c7cc7d9b6ec57451e1c365384e2d files/solarwolf 58 MD5 fff7bbad80960e659612a131e965283e files/digest-solarwolf-1.4 66 +MD5 52a86f532680a28435dbf476e7d2482c files/solarwolf.png 3441 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 |