summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 20:52:55 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 20:52:55 +0000
commitfc0231c10fec7cadfebc38cfcbccace476010c78 (patch)
treec677b6319aa09e9f021c5d445b7ddb32d37312cc /net-mail/courier-imap/courier-imap-3.0.4.ebuild
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-fc0231c10fec7cadfebc38cfcbccace476010c78.tar.gz
gentoo-2-fc0231c10fec7cadfebc38cfcbccace476010c78.tar.bz2
gentoo-2-fc0231c10fec7cadfebc38cfcbccace476010c78.zip
Fix use invocation
Diffstat (limited to 'net-mail/courier-imap/courier-imap-3.0.4.ebuild')
-rw-r--r--net-mail/courier-imap/courier-imap-3.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/courier-imap/courier-imap-3.0.4.ebuild b/net-mail/courier-imap/courier-imap-3.0.4.ebuild
index a68e5318207e..3040a57a0e5a 100644
--- a/net-mail/courier-imap/courier-imap-3.0.4.ebuild
+++ b/net-mail/courier-imap/courier-imap-3.0.4.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-mail/courier-imap/courier-imap-3.0.4.ebuild,v 1.1 2004/05/18 01:33:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/courier-imap-3.0.4.ebuild,v 1.2 2004/06/10 20:52:55 agriffis Exp $
inherit eutils
@@ -130,7 +130,7 @@ src_compile() {
myconf="${myconf} --without-redhat"
# bug #29879 - FAM support
- #if has_version 'app-admin/fam' && [ -z "`use fam`" ]; then
+ #if has_version 'app-admin/fam' && ! use fam; then
# ewarn "FAM will be detected by the package and support will be enabled"
# ewarn "The package presently provides no way to disable fam support if you don't want it"
#fi