diff options
Diffstat (limited to 'net-misc/streamtuner/streamtuner-0.99.99.ebuild')
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.99.99.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.99.99.ebuild b/net-misc/streamtuner/streamtuner-0.99.99.ebuild index 0312c1aa79b8..1467777fa81d 100644 --- a/net-misc/streamtuner/streamtuner-0.99.99.ebuild +++ b/net-misc/streamtuner/streamtuner-0.99.99.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99.ebuild,v 1.2 2005/01/30 08:55:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.99.99.ebuild,v 1.3 2006/11/13 15:13:37 flameeyes Exp $ -IUSE="xmms" +IUSE="" inherit gnome2 eutils @@ -14,16 +14,13 @@ SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -DEPEND=">=x11-libs/gtk+-2.4 +RDEPEND=">=x11-libs/gtk+-2.4 >=net-misc/curl-7.10.8 >=app-text/scrollkeeper-0.3.0 >=dev-libs/libxml-1.8.17-r2 >=media-libs/taglib-1.2" -RDEPEND="${DEPEND} - xmms? ( media-sound/xmms )" - -DEPEND="${DEPEND} +DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README TODO" |