diff options
author | 2004-06-02 01:55:17 +0000 | |
---|---|---|
committer | 2004-06-02 01:55:17 +0000 | |
commit | 61e1173da41702491b8c9b9624d011da9195f52f (patch) | |
tree | 4af67d682796cc7a13d079e2aa295d6c00c7209b /app-emulation/win4lin/win4lin-5.0.8.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-61e1173da41702491b8c9b9624d011da9195f52f.tar.gz gentoo-2-61e1173da41702491b8c9b9624d011da9195f52f.tar.bz2 gentoo-2-61e1173da41702491b8c9b9624d011da9195f52f.zip |
Fix use invocation
Diffstat (limited to 'app-emulation/win4lin/win4lin-5.0.8.ebuild')
-rw-r--r-- | app-emulation/win4lin/win4lin-5.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/win4lin/win4lin-5.0.8.ebuild b/app-emulation/win4lin/win4lin-5.0.8.ebuild index cd56774566f8..b2e3ce138a47 100644 --- a/app-emulation/win4lin/win4lin-5.0.8.ebuild +++ b/app-emulation/win4lin/win4lin-5.0.8.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/app-emulation/win4lin/win4lin-5.0.8.ebuild,v 1.5 2004/03/18 18:47:57 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/win4lin-5.0.8.ebuild,v 1.6 2004/06/02 01:53:19 agriffis Exp $ IUSE="doc" @@ -38,7 +38,7 @@ src_install() { cp ${FILESDIR}/registerme.sh ${D}/opt/win4lin/ cp ${FILESDIR}/win4lin.initd.new ${D}/opt/win4lin/ -# if [ -n "`use doc`" ] +# if use doc # then # dodoc ${DISTDIR}/Win4Lin-4.0.0-manual.pdf # fi |