diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-08-08 03:43:38 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-08-08 03:43:38 +0000 |
commit | a184ba2860315b58fcb03c32b9a37c61a02394b6 (patch) | |
tree | c3eccc7bbe43cbc9a1a7acb372ff1f2b31f31699 /media-video/vobcopy/vobcopy-1.0.0.ebuild | |
parent | Stable x86; bug #142424 (diff) | |
download | gentoo-2-a184ba2860315b58fcb03c32b9a37c61a02394b6.tar.gz gentoo-2-a184ba2860315b58fcb03c32b9a37c61a02394b6.tar.bz2 gentoo-2-a184ba2860315b58fcb03c32b9a37c61a02394b6.zip |
Unset RDEPEND
(Portage version: 2.1-r2)
Diffstat (limited to 'media-video/vobcopy/vobcopy-1.0.0.ebuild')
-rw-r--r-- | media-video/vobcopy/vobcopy-1.0.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/vobcopy/vobcopy-1.0.0.ebuild b/media-video/vobcopy/vobcopy-1.0.0.ebuild index 0952ab13a86e..2f4e2532d95f 100644 --- a/media-video/vobcopy/vobcopy-1.0.0.ebuild +++ b/media-video/vobcopy/vobcopy-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-1.0.0.ebuild,v 1.1 2006/08/08 03:25:23 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-1.0.0.ebuild,v 1.2 2006/08/08 03:43:38 beandog Exp $ IUSE="" @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DEPEND=">=media-libs/libdvdread-0.9.4" -RDEPEND="" src_compile() { ./configure.sh --with-lfs |