diff options
author | Chris Houser <chouser@gentoo.org> | 2002-08-13 18:26:38 +0000 |
---|---|---|
committer | Chris Houser <chouser@gentoo.org> | 2002-08-13 18:26:38 +0000 |
commit | caaf6b717911f4718325e443cfebd9dbb1245274 (patch) | |
tree | 4ecd3897176eb5688555ec5d8aa5c233c20a16bd /media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild | |
parent | added documentation and more robust file typing. (diff) | |
download | gentoo-2-caaf6b717911f4718325e443cfebd9dbb1245274.tar.gz gentoo-2-caaf6b717911f4718325e443cfebd9dbb1245274.tar.bz2 gentoo-2-caaf6b717911f4718325e443cfebd9dbb1245274.zip |
DEPEND was set incorrectly, preventing the ebuild from working. Fixed.
Diffstat (limited to 'media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild')
-rw-r--r-- | media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild b/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild index 30103e54d59e..7356d69bfc6b 100644 --- a/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild +++ b/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild,v 1.1 2002/08/08 00:47:24 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dxr2-driver/dxr2-driver-1.0.4.ebuild,v 1.2 2002/08/13 18:26:38 chouser Exp $ DESCRIPTION="Driver and minimal DVD player(s) for the Creative Labs Dxr2 Card" HOMEPAGE="http://dxr2.sourceforge.net/" @@ -11,7 +11,7 @@ LICENSE="GPL" SLOT="0" KEYWORDS="x86" -DEPEND=">=media-libs/libdvdread-0.9.3-r1" +DEPEND=">=media-libs/libdvdread-0.9.3" #RDEPEND="" # Non-standard source dir name for dxr2-driver |