diff options
author | 2004-07-27 00:00:21 +0000 | |
---|---|---|
committer | 2004-07-27 00:00:21 +0000 | |
commit | 8d1bdba7c4520d0426cc462c40612157a0ead138 (patch) | |
tree | 5fcd92dcdc4fc6160863a78c497d800100254561 /media-video/streamdvd/streamdvd-0.4-r1.ebuild | |
parent | fix use invocation (diff) | |
download | historical-8d1bdba7c4520d0426cc462c40612157a0ead138.tar.gz historical-8d1bdba7c4520d0426cc462c40612157a0ead138.tar.bz2 historical-8d1bdba7c4520d0426cc462c40612157a0ead138.zip |
fix use invocation
Diffstat (limited to 'media-video/streamdvd/streamdvd-0.4-r1.ebuild')
-rw-r--r-- | media-video/streamdvd/streamdvd-0.4-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/streamdvd/streamdvd-0.4-r1.ebuild b/media-video/streamdvd/streamdvd-0.4-r1.ebuild index 8d339b83a8ff..b9e2c6068d56 100644 --- a/media-video/streamdvd/streamdvd-0.4-r1.ebuild +++ b/media-video/streamdvd/streamdvd-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.1 2004/07/23 15:27:54 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.2 2004/07/27 00:00:21 mr_bones_ Exp $ DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" HOMEPAGE="http://www.badabum.de/streamdvd.html" @@ -13,9 +13,9 @@ IUSE="gui" DEPEND="media-libs/libdvdread gui? ( dev-perl/perl-tk - app-cdr/cdrtools - >=media-video/dvdauthor-0.6.5 - >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" + app-cdr/cdrtools + >=media-video/dvdauthor-0.6.5 + >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" S="${WORKDIR}/StreamDVD-${PV}" @@ -37,7 +37,7 @@ src_install() { newdoc contrib/lsdvd/AUTHORS AUTHORS.lsdvd newdoc contrib/lsdvd/README README.lsdvd newdoc contrib/StreamAnalyze/README README.streamanalyze - if [ `use gui` ] + if use gui then eval `perl '-V:installvendorlib'` insinto "$installvendorlib/StreamDVD" |