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 | |
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')
-rw-r--r-- | net-misc/vtun/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.5-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/vtun/vtun-2.6.ebuild | 4 |
5 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/vtun/ChangeLog b/net-misc/vtun/ChangeLog index 43382ac8838f..2a5c9572b521 100644 --- a/net-misc/vtun/ChangeLog +++ b/net-misc/vtun/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp + 11 Jun 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.5-r1.ebuild, + vtun-2.5-r2.ebuild, vtun-2.5.ebuild, vtun-2.6.ebuild: + Fix use invocation + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> vtun-2.6.ebuild: Add inherit eutils 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 diff --git a/net-misc/vtun/vtun-2.5-r2.ebuild b/net-misc/vtun/vtun-2.5-r2.ebuild index d051d107e7da..87cc880cd2c3 100644 --- a/net-misc/vtun/vtun-2.5-r2.ebuild +++ b/net-misc/vtun/vtun-2.5-r2.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-r2.ebuild,v 1.9 2004/01/22 23:39:00 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5-r2.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 diff --git a/net-misc/vtun/vtun-2.5.ebuild b/net-misc/vtun/vtun-2.5.ebuild index 8950cd3225a2..7051a0ab89ab 100644 --- a/net-misc/vtun/vtun-2.5.ebuild +++ b/net-misc/vtun/vtun-2.5.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.ebuild,v 1.12 2004/01/22 23:39:00 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.5.ebuild,v 1.13 2004/06/12 03:42:30 agriffis Exp $ IUSE="ssl" @@ -29,7 +29,7 @@ src_unpack() { src_compile() { local use_opts use_opts="" - if [ -z "`use ssl`" ] + if ! use ssl then use_opts="--disable-ssl" fi diff --git a/net-misc/vtun/vtun-2.6.ebuild b/net-misc/vtun/vtun-2.6.ebuild index dee4a3beaa85..d7b0b0806323 100644 --- a/net-misc/vtun/vtun-2.6.ebuild +++ b/net-misc/vtun/vtun-2.6.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.6.ebuild,v 1.3 2004/04/27 21:53:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6.ebuild,v 1.4 2004/06/12 03:42:30 agriffis Exp $ inherit eutils @@ -30,7 +30,7 @@ src_unpack() { src_compile() { local use_opts use_opts="" - if [ -z "`use ssl`" ] + if ! use ssl then use_opts="--disable-ssl" fi |