Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 603940
Collapse All | Expand All

(-)a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild (-2 / +2 lines)
Lines 6-12 EAPI=6 Link Here
6
inherit autotools eutils flag-o-matic user systemd
6
inherit autotools eutils flag-o-matic user systemd
7
7
8
DESCRIPTION="Clam Anti-Virus Scanner"
8
DESCRIPTION="Clam Anti-Virus Scanner"
9
HOMEPAGE="http://www.clamav.net/"
9
HOMEPAGE="https://www.clamav.net/"
10
# no longer on sf.net from 0.99.2 onwards
10
# no longer on sf.net from 0.99.2 onwards
11
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
11
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
12
12
Lines 20-31 CDEPEND="bzip2? ( app-arch/bzip2 ) Link Here
20
       iconv? ( virtual/libiconv )
20
       iconv? ( virtual/libiconv )
21
       metadata-analysis-api? ( dev-libs/json-c )
21
       metadata-analysis-api? ( dev-libs/json-c )
22
       milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
22
       milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
23
       dev-libs/libpcre2
23
       dev-libs/libtommath
24
       dev-libs/libtommath
24
       >=sys-libs/zlib-1.2.2
25
       >=sys-libs/zlib-1.2.2
25
       !libressl? ( dev-libs/openssl:0= )
26
       !libressl? ( dev-libs/openssl:0= )
26
       libressl? ( dev-libs/libressl:0= )
27
       libressl? ( dev-libs/libressl:0= )
27
       sys-devel/libtool
28
       sys-devel/libtool
28
       >dev-libs/libpcre-6
29
       !!<app-antivirus/clamav-0.99"
29
       !!<app-antivirus/clamav-0.99"
30
# hard block clamav < 0.99 due to linking problems Bug #567680
30
# hard block clamav < 0.99 due to linking problems Bug #567680
31
# openssl is now *required* see this link as to why
31
# openssl is now *required* see this link as to why

Return to bug 603940