From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3674158086 for ; Sun, 17 Oct 2021 02:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34CE5E07C5; Sun, 17 Oct 2021 02:11:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C05AE0822 for ; Sun, 17 Oct 2021 02:11:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7699342D8A for ; Sun, 17 Oct 2021 02:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62000157 for ; Sun, 17 Oct 2021 02:11:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634436701.eaeda4e1fa944d25410fa231399d48d570b4d373.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav/clamav-0.104.0.ebuild X-VCS-Directories: app-antivirus/clamav/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eaeda4e1fa944d25410fa231399d48d570b4d373 X-VCS-Branch: master Date: Sun, 17 Oct 2021 02:11:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8736e25f-cbb0-4113-bb3b-d78921b2f285 X-Archives-Hash: 603b06539cd1288e48e218de3410c54d commit: eaeda4e1fa944d25410fa231399d48d570b4d373 Author: Sam James gentoo org> AuthorDate: Sun Oct 17 02:11:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 17 02:11:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaeda4e1 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 gentoo.org> app-antivirus/clamav/clamav-0.104.0.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app-antivirus/clamav/clamav-0.104.0.ebuild b/app-antivirus/clamav/clamav-0.104.0.ebuild index 61677d2089f..4a04200334b 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 )"