summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-12 09:02:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-12 09:02:46 +0000
commit36f033373c281af1793a0bdc033d004e9d129f59 (patch)
tree29e637012cd09fb89fbc62b23f6474d0c4ba2bec /games-puzzle/kiki
parentnative widget stuff now also for gtk (diff)
downloadgentoo-2-36f033373c281af1793a0bdc033d004e9d129f59.tar.gz
gentoo-2-36f033373c281af1793a0bdc033d004e9d129f59.tar.bz2
gentoo-2-36f033373c281af1793a0bdc033d004e9d129f59.zip
IUSE; error check; tidy
Diffstat (limited to 'games-puzzle/kiki')
-rw-r--r--games-puzzle/kiki/kiki-0.9.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/kiki/kiki-0.9.0.ebuild b/games-puzzle/kiki/kiki-0.9.0.ebuild
index c46c97b0c7e6..78d1dc575930 100644
--- a/games-puzzle/kiki/kiki-0.9.0.ebuild
+++ b/games-puzzle/kiki/kiki-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-puzzle/kiki/kiki-0.9.0.ebuild,v 1.3 2004/04/21 19:03:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-0.9.0.ebuild,v 1.4 2004/05/12 09:02:45 mr_bones_ Exp $
inherit games
@@ -11,8 +11,8 @@ HOMEPAGE="http://kiki.sourceforge.net/"
SRC_URI="mirror://sourceforge/kiki/${PN}-src-${PV}.tgz"
LICENSE="public-domain"
-KEYWORDS="x86"
SLOT="0"
+KEYWORDS="x86"
IUSE=""
RDEPEND=">=media-libs/libsdl-1.2
@@ -29,8 +29,8 @@ src_unpack() {
cd ${S}
# There are CVS directories in the tgz file
- rm -rf `find -name CVS -type d`
- rm -rf `find -name .cvsignore`
+ rm -rf $(find -name CVS -type d)
+ rm -rf $(find -name .cvsignore)
chmod a-x kiki_src/kiki/sounds/*.*
# Change the hard-coded data dir for sounds, etc...