summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/streamtuner/streamtuner-0.12.4.ebuild')
-rw-r--r--net-misc/streamtuner/streamtuner-0.12.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.12.4.ebuild b/net-misc/streamtuner/streamtuner-0.12.4.ebuild
index 499e21a74f74..08b6e23f9c15 100644
--- a/net-misc/streamtuner/streamtuner-0.12.4.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.12.4.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/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.2 2004/09/13 05:07:38 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.3 2004/09/15 20:08:27 eradicator Exp $
+
+IUSE="xmms"
inherit gnome2 eutils
@@ -8,7 +10,6 @@ DESCRIPTION="Stream directory browser for browsing internet radio streams"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.nongnu.org/streamtuner/"
-IUSE=""
SLOT="0"
KEYWORDS="x86 ~ppc amd64 sparc"
LICENSE="BSD"
@@ -19,7 +20,7 @@ DEPEND=">=x11-libs/gtk+-2.2.2
dev-util/pkgconfig"
RDEPEND="${DEPEND}
- media-sound/xmms"
+ xmms? ( media-sound/xmms )"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"