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 92B6A138334 for ; Thu, 17 Oct 2019 11:57:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D7AE0896; Thu, 17 Oct 2019 11:57:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EA32E0896 for ; Thu, 17 Oct 2019 11:57:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8660534BF35 for ; Thu, 17 Oct 2019 11:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C92C2A5 for ; Thu, 17 Oct 2019 11:57:07 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1571313218.dfb3db2818946b402973baf317b00cb91b533102.mjo@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.102.0-r1.ebuild app-antivirus/clamav/clamav-0.102.0-r2.ebuild X-VCS-Directories: app-antivirus/clamav/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: dfb3db2818946b402973baf317b00cb91b533102 X-VCS-Branch: master Date: Thu, 17 Oct 2019 11:57:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd52ef7d-3d22-4f1a-9924-0c0fc1b09a2b X-Archives-Hash: 2f451980831b4e45fdcf81a35777de33 commit: dfb3db2818946b402973baf317b00cb91b533102 Author: Michael Orlitzky gentoo org> AuthorDate: Thu Oct 17 11:48:09 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Thu Oct 17 11:53:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb3db28 app-antivirus/clamav: new revision sans killer comment. One line of the econf command in the clamav-0.102 ebuilds was commented out. But, since the comment appeared in the middle of a multi-line statement, it accidentally split the command in half. This led to some important flags like --with-dbdir being dropped from the final ./configure invocation. This commit adds a new revision to delete the comment. Testing shows that this fixes the database directory issue. Closes: https://bugs.gentoo.org/697718 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Michael Orlitzky gentoo.org> .../clamav/{clamav-0.102.0-r1.ebuild => clamav-0.102.0-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/app-antivirus/clamav/clamav-0.102.0-r1.ebuild b/app-antivirus/clamav/clamav-0.102.0-r2.ebuild similarity index 99% rename from app-antivirus/clamav/clamav-0.102.0-r1.ebuild rename to app-antivirus/clamav/clamav-0.102.0-r2.ebuild index 1d65b447b4d..e768ec499d0 100644 --- a/app-antivirus/clamav/clamav-0.102.0-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.102.0-r2.ebuild @@ -92,7 +92,6 @@ src_configure() { $(use_with xml) \ $(use_with iconv) \ $(use_with metadata-analysis-api libjson /usr) \ - # $(use_with clamsubmit libjson /usr) \ ${JSONUSE} \ $(use_enable libclamav-only) \ --with-system-libmspack \