From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47B02139085 for ; Fri, 27 Jan 2017 18:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67500E0D6D; Fri, 27 Jan 2017 18:34:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40AD5E0D6D for ; Fri, 27 Jan 2017 18:34:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AFB634164B for ; Fri, 27 Jan 2017 18:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73A5F31CF for ; Fri, 27 Jan 2017 18:34:45 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1485541905.941efe41a72bca04a0fe6b15bd9ba96a9c46dddf.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav/clamav-0.99.ebuild X-VCS-Directories: app-antivirus/clamav/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 941efe41a72bca04a0fe6b15bd9ba96a9c46dddf X-VCS-Branch: master Date: Fri, 27 Jan 2017 18:34:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70e8fcb8-1943-496a-be51-e58ea70375ae X-Archives-Hash: 178c98c4d5afbb32e7e7e601162d291c commit: 941efe41a72bca04a0fe6b15bd9ba96a9c46dddf Author: Zac Medico gentoo org> AuthorDate: Fri Jan 27 18:31:45 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jan 27 18:31:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941efe41 app-antivirus/clamav: econf --disable-zlib-vcheck #604650 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-antivirus/clamav/clamav-0.99.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-antivirus/clamav/clamav-0.99.ebuild b/app-antivirus/clamav/clamav-0.99.ebuild index 15506e45..144082f 100644 --- a/app-antivirus/clamav/clamav-0.99.ebuild +++ b/app-antivirus/clamav/clamav-0.99.ebuild @@ -51,6 +51,7 @@ src_configure() { econf \ --disable-experimental \ --disable-fanotify \ + --disable-zlib-vcheck \ --enable-id-check \ --with-dbdir="${EPREFIX}"/var/lib/clamav \ --with-system-tommath \