diff options
author | 2022-09-09 12:57:26 +1000 | |
---|---|---|
committer | 2022-09-12 21:39:12 +0200 | |
commit | dba22f4f865daa5dd4a26ce07dabb347bd27f44c (patch) | |
tree | 43a4e53d2137175a35a96b4541176e506efe54a9 /profiles | |
parent | rebar.eclass: add support for EAPI=8 (diff) | |
download | gentoo-dba22f4f865daa5dd4a26ce07dabb347bd27f44c.tar.gz gentoo-dba22f4f865daa5dd4a26ce07dabb347bd27f44c.tar.bz2 gentoo-dba22f4f865daa5dd4a26ce07dabb347bd27f44c.zip |
app-antivirus/clamav: add 0.105.1
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/27153
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/hppa/package.mask | 2 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/features/wd40/package.mask | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask index b6b7d0f1baa3..1ff307a672b3 100644 --- a/profiles/arch/hppa/package.mask +++ b/profiles/arch/hppa/package.mask @@ -2,6 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # Quote from <eike@s...l.de>: -# "Compilation fails with: #error You need to define CycleTimer for +# "Compilation fails with: #error You need to define CycleTimer for # your OS and CPU" dev-cpp/benchmark diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5497dea044f9..25a7ce9973b3 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Jolly <Matt.Jolly@footclan.ninja (2022-09-09) +# app-antivirus/clamav JIT support requires LLVM <=13 +# ebuild support is there but currently failing to link +app-antivirus/clamav jit + # Sam James <sam@gentoo.org> (2022-09-06) # Incompatible with merged-usr and is a fundamentally flaky approach. # - app-arch/lbzip2: bug #868318 (possible solution in bug #868651) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 7ef53b96fb46..6f46776db0a7 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -4,6 +4,7 @@ # Various packages requiring Rust. app-admin/ansible app-admin/ansible-core +>=app-antivirus/clamav-0.105.1 app-crypt/acme app-crypt/certbot app-crypt/certbot-nginx |