diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:08:04 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-09 05:08:04 +0000 |
commit | 760ee03ada3f1428e842e47c2b064ae1ee422a6d (patch) | |
tree | aeecfa8e3d7d134e82203db0593dee7f5e33e186 /media-plugins | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-760ee03ada3f1428e842e47c2b064ae1ee422a6d.tar.gz gentoo-2-760ee03ada3f1428e842e47c2b064ae1ee422a6d.tar.bz2 gentoo-2-760ee03ada3f1428e842e47c2b064ae1ee422a6d.zip |
Updating DEPEND.
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild b/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild index e417c3dbb86e..9ed04a8cff33 100644 --- a/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild +++ b/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.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-xiph/streamtuner-xiph-0.1.0.ebuild,v 1.1 2004/04/09 04:59:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild,v 1.2 2004/04/09 05:08:04 eradicator Exp $ DESCRIPTION="A plugin for Streamtuner to play xiph.org streams." SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="~x86" LICENSE="BSD" DEPEND=">=net-misc/streamtuner-0.12.0 - media-libs/libvorbis" + >=media-libs/libvorbis-1.0" src_install () { make DESTDIR=${D} install || die |