summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-12-19 02:38:43 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-12-19 02:38:43 +0000
commitac7c57503d47f3c67b410215f17cdd28bf7886ae (patch)
tree7c0601cf782f46b4e08767d64cbff6e532bb34bc /app-antivirus
parentAdd support for clamuko - on-access file scanning using dazuko kernel module.... (diff)
downloadgentoo-2-ac7c57503d47f3c67b410215f17cdd28bf7886ae.tar.gz
gentoo-2-ac7c57503d47f3c67b410215f17cdd28bf7886ae.tar.bz2
gentoo-2-ac7c57503d47f3c67b410215f17cdd28bf7886ae.zip
use_enable call fix
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/clamav-0.88.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-antivirus/clamav/clamav-0.88.7-r1.ebuild b/app-antivirus/clamav/clamav-0.88.7-r1.ebuild
index 44f83bd44143..df67bb22b792 100644
--- a/app-antivirus/clamav/clamav-0.88.7-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.88.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.7-r1.ebuild,v 1.1 2006/12/19 02:34:45 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.88.7-r1.ebuild,v 1.2 2006/12/19 02:38:43 ticho Exp $
inherit eutils flag-o-matic fixheadtails
@@ -61,7 +61,7 @@ src_compile() {
ht_fix_file configure
econf ${myconf} \
- $(use_enable dazuko clamuko) \
+ $(use_enable onaccess clamuko) \
--with-dbdir=/var/lib/clamav || die
emake || die
}