diff options
author | Sam James <sam@gentoo.org> | 2021-10-17 03:14:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-17 03:14:16 +0100 |
commit | 5c69250ed4df9fbd1f093813d117b7bf415019c7 (patch) | |
tree | 847921c78d169b810097e0c856fb89b04c4f3176 /app-antivirus/clamav | |
parent | app-antivirus/clamav: reindent metadata.xml (diff) | |
download | gentoo-5c69250ed4df9fbd1f093813d117b7bf415019c7.tar.gz gentoo-5c69250ed4df9fbd1f093813d117b7bf415019c7.tar.bz2 gentoo-5c69250ed4df9fbd1f093813d117b7bf415019c7.zip |
app-antivirus/clamav: json-c is always required
Closes: https://bugs.gentoo.org/818490
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/clamav-0.104.0-r1.ebuild (renamed from app-antivirus/clamav/clamav-0.104.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.104.0.ebuild b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild index 4a04200334bf..280f6e75cc78 100644 --- a/app-antivirus/clamav/clamav-0.104.0.ebuild +++ b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild @@ -28,10 +28,11 @@ CDEPEND="acct-group/clamav acct-user/clamav dev-libs/libltdl dev-libs/libmspack + dev-libs/json-c:= dev-libs/libpcre2 >=sys-libs/zlib-1.2.2:= app-arch/bzip2 - clamapp? ( sys-libs/ncurses:0 net-misc/curl dev-libs/json-c:= ) + clamapp? ( sys-libs/ncurses:0 net-misc/curl ) elibc_musl? ( sys-libs/fts-standalone ) virtual/libiconv !libclamav-only? ( net-misc/curl ) |