diff options
author | 2004-05-27 03:22:04 +0000 | |
---|---|---|
committer | 2004-05-27 03:22:04 +0000 | |
commit | c67edee8944b5d8dada19d9a3d1b6aaaf4a9684f (patch) | |
tree | 038a1d6a6dbc3c21e5ec4bade3fa0a88d10390cc | |
parent | IUSE sync (Manifest recommit) (diff) | |
download | gentoo-2-c67edee8944b5d8dada19d9a3d1b6aaaf4a9684f.tar.gz gentoo-2-c67edee8944b5d8dada19d9a3d1b6aaaf4a9684f.tar.bz2 gentoo-2-c67edee8944b5d8dada19d9a3d1b6aaaf4a9684f.zip |
IUSE
-rw-r--r-- | games-kids/childsplay/childsplay-0.68.ebuild | 3 | ||||
-rw-r--r-- | games-kids/cubetest/cubetest-0.9.0.ebuild | 5 | ||||
-rw-r--r-- | games-kids/matritsa/matritsa-0.1.2.ebuild | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-kids/childsplay/childsplay-0.68.ebuild b/games-kids/childsplay/childsplay-0.68.ebuild index 26017f710cd1..7b8d6938590e 100644 --- a/games-kids/childsplay/childsplay-0.68.ebuild +++ b/games-kids/childsplay/childsplay-0.68.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-kids/childsplay/childsplay-0.68.ebuild,v 1.5 2004/02/20 07:11:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/childsplay/childsplay-0.68.ebuild,v 1.6 2004/05/27 03:18:18 mr_bones_ Exp $ inherit games @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/childsplay/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=dev-lang/python-2.1 >=dev-python/pygame-1.4 diff --git a/games-kids/cubetest/cubetest-0.9.0.ebuild b/games-kids/cubetest/cubetest-0.9.0.ebuild index 90c851aaea41..de32c30eb287 100644 --- a/games-kids/cubetest/cubetest-0.9.0.ebuild +++ b/games-kids/cubetest/cubetest-0.9.0.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-kids/cubetest/cubetest-0.9.0.ebuild,v 1.2 2004/03/24 19:26:38 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.0.ebuild,v 1.3 2004/05/27 03:19:22 mr_bones_ Exp $ inherit kde need-kde 3 @@ -9,9 +9,10 @@ DESCRIPTION="A program to train your spatial insight" HOMEPAGE="http://www.vandenoever.info/software/cubetest/" SRC_URI="http://www.vandenoever.info/software/cubetest/${P}.tar.bz2" -KEYWORDS="x86 amd64" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" export DO_NOT_COMPILE="fun" diff --git a/games-kids/matritsa/matritsa-0.1.2.ebuild b/games-kids/matritsa/matritsa-0.1.2.ebuild index cd856e223eeb..893a7439b019 100644 --- a/games-kids/matritsa/matritsa-0.1.2.ebuild +++ b/games-kids/matritsa/matritsa-0.1.2.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-kids/matritsa/matritsa-0.1.2.ebuild,v 1.2 2004/02/20 06:42:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/matritsa/matritsa-0.1.2.ebuild,v 1.3 2004/05/27 03:22:04 mr_bones_ Exp $ inherit games @@ -9,8 +9,9 @@ HOMEPAGE="http://imagic.weizmann.ac.il/~dov/freesw/matritsa.html" SRC_URI="http://imagic.weizmann.ac.il/~dov/freesw/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86" +IUSE="" DEPEND="virtual/x11 =x11-libs/gtk+-1*" |