diff options
author | 2004-04-09 04:58:10 +0000 | |
---|---|---|
committer | 2004-04-09 04:58:10 +0000 | |
commit | baa8ce875ce98b69511ca61caacc78013f69c05e (patch) | |
tree | 0e7f4832b61506344f3a9f21e972d0c0b4c7dea6 /media-plugins/streamtuner-local | |
parent | stable on amd64 (diff) | |
download | historical-baa8ce875ce98b69511ca61caacc78013f69c05e.tar.gz historical-baa8ce875ce98b69511ca61caacc78013f69c05e.tar.bz2 historical-baa8ce875ce98b69511ca61caacc78013f69c05e.zip |
fixed DEPEND
Diffstat (limited to 'media-plugins/streamtuner-local')
-rw-r--r-- | media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild b/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild index 3fedcbc6608c..426f346d0dec 100644 --- a/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild +++ b/media-plugins/streamtuner-local/streamtuner-local-0.4.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/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild,v 1.1 2004/04/09 04:50:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-local/streamtuner-local-0.4.0.ebuild,v 1.2 2004/04/09 04:58:10 eradicator Exp $ DESCRIPTION="A plugin for Streamtuner to browse and play local files." SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86" LICENSE="BSD" -RDEPEND=">=net-misc/streamtuner-0.12.0 +DEPEND=">=net-misc/streamtuner-0.12.0 >=media-libs/libid3tag-0.15 oggvorbis? ( media-libs/libvorbis )" |