diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-10-17 07:48:09 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-10-17 07:53:38 -0400 |
commit | dfb3db2818946b402973baf317b00cb91b533102 (patch) | |
tree | 05ad63e0d5fa353625ae4f0305064690e008a659 /app-antivirus | |
parent | app-emacs/haskell-mode: amd64 stable wrt bug #697918 (diff) | |
download | gentoo-dfb3db2818946b402973baf317b00cb91b533102.tar.gz gentoo-dfb3db2818946b402973baf317b00cb91b533102.tar.bz2 gentoo-dfb3db2818946b402973baf317b00cb91b533102.zip |
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 <mjo@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.102.0-r2.ebuild (renamed from app-antivirus/clamav/clamav-0.102.0-r1.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.102.0-r1.ebuild b/app-antivirus/clamav/clamav-0.102.0-r2.ebuild index 1d65b447b4da..e768ec499d09 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 \ |