diff options
author | 2024-03-06 03:40:29 +0000 | |
---|---|---|
committer | 2024-03-06 03:40:29 +0000 | |
commit | 35e3c5eb9b7f60e66aac626bd9f7c38c2c03be89 (patch) | |
tree | 2d044d6b60d73efe580e2c239ef285e8f41598c7 /app-antivirus | |
parent | dev-python/aioitertools: Stabilize 0.11.0 arm64, #925992 (diff) | |
download | gentoo-35e3c5eb9b7f60e66aac626bd9f7c38c2c03be89.tar.gz gentoo-35e3c5eb9b7f60e66aac626bd9f7c38c2c03be89.tar.bz2 gentoo-35e3c5eb9b7f60e66aac626bd9f7c38c2c03be89.zip |
app-antivirus/clamav: Stabilize 1.0.5 arm64, #926021
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-1.0.5.ebuild b/app-antivirus/clamav/clamav-1.0.5.ebuild index 5230891eff42..8995c36a41b5 100644 --- a/app-antivirus/clamav/clamav-1.0.5.ebuild +++ b/app-antivirus/clamav/clamav-1.0.5.ebuild @@ -166,7 +166,7 @@ S=${WORKDIR}/clamav-${MY_P} LICENSE="Apache-2.0 BSD GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB" SLOT="0/lts" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi IUSE="doc clamonacc +clamapp experimental jit libclamav-only milter rar selinux +system-mspack systemd test" |