diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-19 02:38:43 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-19 02:38:43 +0000 |
commit | ac7c57503d47f3c67b410215f17cdd28bf7886ae (patch) | |
tree | 7c0601cf782f46b4e08767d64cbff6e532bb34bc /app-antivirus | |
parent | Add support for clamuko - on-access file scanning using dazuko kernel module.... (diff) | |
download | gentoo-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.ebuild | 4 |
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 } |