summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-17 03:11:11 +0100
committerSam James <sam@gentoo.org>2021-10-17 03:11:41 +0100
commiteaeda4e1fa944d25410fa231399d48d570b4d373 (patch)
tree89d30c6fa6c98c929e38a1442c500f865e3a9d4a /app-antivirus
parentapp-antivirus/clamav: fix installation based on USE=clamapp (diff)
downloadgentoo-eaeda4e1fa944d25410fa231399d48d570b4d373.tar.gz
gentoo-eaeda4e1fa944d25410fa231399d48d570b4d373.tar.bz2
gentoo-eaeda4e1fa944d25410fa231399d48d570b4d373.zip
app-antivirus/clamav: drop unnecessary deps
- CMake lower bound is set by cmake.class - No need to depend again on json-c in just DEPEND Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/clamav-0.104.0.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/app-antivirus/clamav/clamav-0.104.0.ebuild b/app-antivirus/clamav/clamav-0.104.0.ebuild
index 61677d2089f7..4a04200334bf 100644
--- a/app-antivirus/clamav/clamav-0.104.0.ebuild
+++ b/app-antivirus/clamav/clamav-0.104.0.ebuild
@@ -42,12 +42,8 @@ CDEPEND="acct-group/clamav
test? ( dev-python/pytest )"
# TODO: there is no way to use this with the new build system instead of the bundled one
# dev-libs/tomsfastmath
-
-BDEPEND=">=dev-util/cmake-3.14
- virtual/pkgconfig"
-
+BDEPEND="virtual/pkgconfig"
DEPEND="${CDEPEND}
- clamapp? ( dev-libs/json-c:* )
test? ( dev-libs/check )"
RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-clamav )"