diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 08:06:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-27 08:06:32 +0000 |
commit | 4c7ee7b0d41ad3544ac4232a037f1b868264efcc (patch) | |
tree | 4f7a2ad16ea509563ee97788beda46dc661323b1 /games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild | |
parent | gcc-3.4 patch #48853 (diff) | |
download | gentoo-2-4c7ee7b0d41ad3544ac4232a037f1b868264efcc.tar.gz gentoo-2-4c7ee7b0d41ad3544ac4232a037f1b868264efcc.tar.bz2 gentoo-2-4c7ee7b0d41ad3544ac4232a037f1b868264efcc.zip |
IUSE
Diffstat (limited to 'games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild')
-rw-r--r-- | games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild index a3e1fa63371e..83bf6b1c1a9e 100644 --- a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild +++ b/games-arcade/bub-n-bros/bub-n-bros-1.1.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/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.2 2004/02/20 06:20:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.3 2004/04/27 08:02:34 mr_bones_ Exp $ inherit games @@ -11,11 +11,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=dev-lang/python-2.2*" RDEPEND=">=dev-python/pygame-1.5.5" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" src_compile() { # Compile the "statesaver" extension module to enable the Clock bonus |