summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-12 09:22:58 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-12 09:22:58 +0000
commit6b2bc80516199fd2ef258f9f1bb1e3dde19b1c4b (patch)
tree9a7b13d706b5818d8f9221cb953038b3eed0c414 /media-sound/kamix
parentFixing my 10PM ebuild issues at 12:51AM. Let's see what happens. KEYWORDS a... (diff)
downloadgentoo-2-6b2bc80516199fd2ef258f9f1bb1e3dde19b1c4b.tar.gz
gentoo-2-6b2bc80516199fd2ef258f9f1bb1e3dde19b1c4b.tar.bz2
gentoo-2-6b2bc80516199fd2ef258f9f1bb1e3dde19b1c4b.zip
Fix IUSE.
Diffstat (limited to 'media-sound/kamix')
-rw-r--r--media-sound/kamix/kamix-0.5.7.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/kamix/kamix-0.5.7.ebuild b/media-sound/kamix/kamix-0.5.7.ebuild
index a93ebc128b1c..c7dffd8cf6d9 100644
--- a/media-sound/kamix/kamix-0.5.7.ebuild
+++ b/media-sound/kamix/kamix-0.5.7.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.5.7.ebuild,v 1.5 2004/11/09 01:45:14 pkdawson Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kamix/kamix-0.5.7.ebuild,v 1.6 2004/11/12 09:22:58 eradicator Exp $
+
+IUSE=""
inherit kde
need-kde 3
@@ -12,7 +14,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64 ~ppc64"
-IUSE=""
DEPEND="${DEPEND}
>=kde-base/arts-1.2.0
>=media-libs/alsa-lib-0.9"
@@ -23,4 +24,4 @@ src_compile() {
kde_src_compile myconf
myconf="$myconf `use_enable arts vumeter`"
kde_src_compile configure make
-} \ No newline at end of file
+}