diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:15:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-13 15:15:01 +0000 |
commit | 5f36d82c573935c90658b672ef385dbafc4a59cc (patch) | |
tree | ebc3209b97f86ec7349295b6a45b3db0e92f0484 /net-misc/streamtuner/streamtuner-0.12.4.ebuild | |
parent | Fix mirror:// SRC_URI. (diff) | |
download | historical-5f36d82c573935c90658b672ef385dbafc4a59cc.tar.gz historical-5f36d82c573935c90658b672ef385dbafc4a59cc.tar.bz2 historical-5f36d82c573935c90658b672ef385dbafc4a59cc.zip |
Remove xmms useflag.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'net-misc/streamtuner/streamtuner-0.12.4.ebuild')
-rw-r--r-- | net-misc/streamtuner/streamtuner-0.12.4.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net-misc/streamtuner/streamtuner-0.12.4.ebuild b/net-misc/streamtuner/streamtuner-0.12.4.ebuild index 2f46c8250d31..bd6bd6f8510f 100644 --- a/net-misc/streamtuner/streamtuner-0.12.4.ebuild +++ b/net-misc/streamtuner/streamtuner-0.12.4.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.12.4.ebuild,v 1.4 2005/01/30 08:55:17 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.5 2006/11/13 15:13:37 flameeyes Exp $ -IUSE="xmms" +IUSE="" inherit gnome2 eutils @@ -14,13 +14,12 @@ SLOT="0" KEYWORDS="x86 ~ppc amd64 sparc" LICENSE="BSD" -DEPEND=">=x11-libs/gtk+-2.2.2 +RDEPEND=">=x11-libs/gtk+-2.2.2 >=net-misc/curl-7.10.8 - >=app-text/scrollkeeper-0.3.0 - dev-util/pkgconfig" + >=app-text/scrollkeeper-0.3.0" -RDEPEND="${DEPEND} - xmms? ( media-sound/xmms )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" |