From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38B28158088 for ; Sat, 25 Oct 2025 19:20:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1BA3B340F7B for ; Sat, 25 Oct 2025 19:20:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 75855110561; Sat, 25 Oct 2025 19:20:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6910A110561 for ; Sat, 25 Oct 2025 19:20:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B6B0340C15 for ; Sat, 25 Oct 2025 19:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F7892DBE for ; Sat, 25 Oct 2025 19:20:16 +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: <1761419967.7bbf7ab60acbfa08e4a359443cfe05e94dbf84a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/fangfrisch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/fangfrisch/fangfrisch-1.9.2-r1.ebuild X-VCS-Directories: app-antivirus/fangfrisch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7bbf7ab60acbfa08e4a359443cfe05e94dbf84a7 X-VCS-Branch: master Date: Sat, 25 Oct 2025 19:20:16 +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: 942d12bc-ffa7-4c03-8e81-0c1571c0a207 X-Archives-Hash: 0f7ce1a82f877ddbf7ad2dfba1f0cc41 commit: 7bbf7ab60acbfa08e4a359443cfe05e94dbf84a7 Author: Francisco Javier Félix inode64 com> AuthorDate: Sat Oct 25 07:26:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 25 19:19:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbf7ab6 app-antivirus/fangfrisch: Require clamav user for install Closes: https://bugs.gentoo.org/964661 Signed-off-by: Fco Javier Felix inode64.com> Part-of: https://github.com/gentoo/gentoo/pull/44324 Closes: https://github.com/gentoo/gentoo/pull/44324 Signed-off-by: Sam James gentoo.org> app-antivirus/fangfrisch/fangfrisch-1.9.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-antivirus/fangfrisch/fangfrisch-1.9.2-r1.ebuild b/app-antivirus/fangfrisch/fangfrisch-1.9.2-r1.ebuild index ecb49e5f22eb..a9628ff53daa 100644 --- a/app-antivirus/fangfrisch/fangfrisch-1.9.2-r1.ebuild +++ b/app-antivirus/fangfrisch/fangfrisch-1.9.2-r1.ebuild @@ -30,6 +30,8 @@ DOCS=(docs/fangfrisch.pdf) HTML_DOCS=(docs/index.html) DEPEND=" + acct-group/clamav + acct-user/clamav >=dev-python/requests-2.22.0[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.4.0[${PYTHON_USEDEP},sqlite] "