From 7bbf7ab60acbfa08e4a359443cfe05e94dbf84a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Javier=20F=C3=A9lix?= Date: Sat, 25 Oct 2025 09:26:16 +0200 Subject: [PATCH] app-antivirus/fangfrisch: Require clamav user for install Closes: https://bugs.gentoo.org/964661 Signed-off-by: Fco Javier Felix Part-of: https://github.com/gentoo/gentoo/pull/44324 Closes: https://github.com/gentoo/gentoo/pull/44324 Signed-off-by: Sam James --- 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 ecb49e5f22ebc..a9628ff53daa4 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] "