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 EAAE5158087 for ; Sun, 17 Oct 2021 02:15:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D45E0827; Sun, 17 Oct 2021 02:15:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC0B4E0827 for ; Sun, 17 Oct 2021 02:15:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0564342B01 for ; Sun, 17 Oct 2021 02:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD09C155 for ; Sun, 17 Oct 2021 02:15:07 +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: <1634436856.5c69250ed4df9fbd1f093813d117b7bf415019c7.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-r1.ebuild 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: 5c69250ed4df9fbd1f093813d117b7bf415019c7 X-VCS-Branch: master Date: Sun, 17 Oct 2021 02:15:07 +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: 0b5cad20-674c-4dcd-a179-f29900971c6f X-Archives-Hash: 69a4c76388102fa2f61168ec640b781c commit: 5c69250ed4df9fbd1f093813d117b7bf415019c7 Author: Sam James gentoo org> AuthorDate: Sun Oct 17 02:14:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 17 02:14:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c69250e app-antivirus/clamav: json-c is always required Closes: https://bugs.gentoo.org/818490 Signed-off-by: Sam James gentoo.org> .../clamav/{clamav-0.104.0.ebuild => clamav-0.104.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-antivirus/clamav/clamav-0.104.0.ebuild b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild similarity index 98% rename from app-antivirus/clamav/clamav-0.104.0.ebuild rename to app-antivirus/clamav/clamav-0.104.0-r1.ebuild index 4a04200334b..280f6e75cc7 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 )