summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2018-10-05 14:25:31 +0200
committerThomas Raschbacher <lordvan@gentoo.org>2018-10-05 14:37:03 +0200
commit3e554c9e005b13c39a3b7ed56afe912566c6b928 (patch)
treea0eb05f5d71cc093393d0f764fb0098a844e28a1 /app-antivirus/clamav/clamav-0.99.4-r1.ebuild
parentx11-misc/xosview: Bump to version 1.21 (diff)
downloadgentoo-3e554c9e005b13c39a3b7ed56afe912566c6b928.tar.gz
gentoo-3e554c9e005b13c39a3b7ed56afe912566c6b928.tar.bz2
gentoo-3e554c9e005b13c39a3b7ed56afe912566c6b928.zip
app-antivirus/clamav: new version and dependendy fixes
added 0.100.2 (including xml USE flag) removed obsolete dev-libs/libtommath DEPEND Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav/clamav-0.99.4-r1.ebuild')
-rw-r--r--app-antivirus/clamav/clamav-0.99.4-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-antivirus/clamav/clamav-0.99.4-r1.ebuild b/app-antivirus/clamav/clamav-0.99.4-r1.ebuild
index 79549d3b99a3..9e65d1d592f0 100644
--- a/app-antivirus/clamav/clamav-0.99.4-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,6 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
iconv? ( virtual/libiconv )
metadata-analysis-api? ( dev-libs/json-c:= )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
- dev-libs/libtommath
>=sys-libs/zlib-1.2.2:=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -71,7 +70,6 @@ src_configure() {
--disable-zlib-vcheck \
--enable-id-check \
--with-dbdir="${EPREFIX}"/var/lib/clamav \
- --with-system-tommath \
--with-zlib="${EPREFIX}"/usr \
--disable-llvm
}