summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 13:45:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 13:45:10 +0000
commit232bc9de70c63570b7a36d1db57cc006a350133a (patch)
tree5554b2f8f967a159a0596daa59291aff8e95023e /app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild
parentstable on x86; cleanups (Manifest recommit) (diff)
downloadgentoo-2-232bc9de70c63570b7a36d1db57cc006a350133a.tar.gz
gentoo-2-232bc9de70c63570b7a36d1db57cc006a350133a.tar.bz2
gentoo-2-232bc9de70c63570b7a36d1db57cc006a350133a.zip
Fix use invocation
Diffstat (limited to 'app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild')
-rw-r--r--app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild b/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild
index fbe919f347e9..e9c351daa999 100644
--- a/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild
+++ b/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.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-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild,v 1.2 2004/06/01 14:09:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/wanderlust-cvs/wanderlust-cvs-2.11.ebuild,v 1.3 2004/06/02 13:41:25 agriffis Exp $
ECVS_SERVER="cvs.m17n.org:/cvs/root"
ECVS_MODULE="wanderlust"
@@ -30,7 +30,7 @@ SITEFILE="70wl-gentoo.el"
src_compile() {
- if [ "`use ssl`" ] ; then
+ if use ssl ; then
echo "(setq wl-install-utils t)" >> WL-CFG
fi