summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-10-05 16:08:44 +0000
committerJeroen Roovers <jer@gentoo.org>2013-10-05 16:08:44 +0000
commit45bb4e6be1ab349f008c0d12b169aeda93d27dd3 (patch)
treeeac4e8156a269a020f3c0e0c115dfff10c19d538 /app-antivirus
parentInitial import, bug#432914 (diff)
downloadgentoo-2-45bb4e6be1ab349f008c0d12b169aeda93d27dd3.tar.gz
gentoo-2-45bb4e6be1ab349f008c0d12b169aeda93d27dd3.tar.bz2
gentoo-2-45bb4e6be1ab349f008c0d12b169aeda93d27dd3.zip
Disable fanotify support (until it is fixed, bug #487016).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog5
-rw-r--r--app-antivirus/clamav/clamav-0.98.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index ebc2a2f1b3fd..7950e7ec4e30 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-antivirus/clamav
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.464 2013/10/03 15:59:21 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.465 2013/10/05 16:08:44 jer Exp $
+
+ 05 Oct 2013; Jeroen Roovers <jer@gentoo.org> clamav-0.98.ebuild:
+ Disable fanotify support (until it is fixed, bug #487016).
03 Oct 2013; Eray Aslan <eras@gentoo.org> clamav-0.98.ebuild:
Fix config file move - bug #486624
diff --git a/app-antivirus/clamav/clamav-0.98.ebuild b/app-antivirus/clamav/clamav-0.98.ebuild
index 8471f6ae3780..ccaa84c880de 100644
--- a/app-antivirus/clamav/clamav-0.98.ebuild
+++ b/app-antivirus/clamav/clamav-0.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.2 2013/10/03 15:59:21 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.98.ebuild,v 1.3 2013/10/05 16:08:44 jer Exp $
EAPI=5
@@ -42,6 +42,7 @@ src_prepare() {
src_configure() {
econf \
--disable-experimental \
+ --disable-fanotify \
--enable-id-check \
--with-dbdir="${EPREFIX}"/var/lib/clamav \
--with-system-tommath \