diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-12 03:42:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-12 03:42:30 +0000 |
commit | b56374bbc3b63e3bdda2a308ee17bffb6c1226a2 (patch) | |
tree | 76fa398c46252d352550cedfdff7def24d026c1c /net-misc/vtun/vtun-2.5-r1.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-b56374bbc3b63e3bdda2a308ee17bffb6c1226a2.tar.gz gentoo-2-b56374bbc3b63e3bdda2a308ee17bffb6c1226a2.tar.bz2 gentoo-2-b56374bbc3b63e3bdda2a308ee17bffb6c1226a2.zip |
Fix use invocation
Diffstat (limited to 'net-misc/vtun/vtun-2.5-r1.ebuild')
-rw-r--r-- | net-misc/vtun/vtun-2.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/vtun/vtun-2.5-r1.ebuild b/net-misc/vtun/vtun-2.5-r1.ebuild index 842fc7f9dffd..2e6a5416cc2f 100644 --- a/net-misc/vtun/vtun-2.5-r1.ebuild +++ b/net-misc/vtun/vtun-2.5-r1.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/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.9 2004/01/22 23:39:00 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r1.ebuild,v 1.10 2004/06/12 03:42:30 agriffis Exp $ IUSE="ssl" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/vtun/${P}.tar.gz" S=${WORKDIR}/vtun src_compile() { - if [ -z "`use ssl`" ] + if ! use ssl then use_opts="--disable-ssl" fi |