diff options
author | 2024-03-17 11:27:27 +0200 | |
---|---|---|
committer | 2024-03-17 11:27:27 +0200 | |
commit | d41fd4168d456b0290d3d9e3cb93bad8051e1b69 (patch) | |
tree | 89e247fff52ff819ce3489d572ee130b0655d163 /app-antivirus | |
parent | net-dns/bind-tools: Stabilize 9.16.48 sparc, #924895 (diff) | |
download | gentoo-d41fd4168d456b0290d3d9e3cb93bad8051e1b69.tar.gz gentoo-d41fd4168d456b0290d3d9e3cb93bad8051e1b69.tar.bz2 gentoo-d41fd4168d456b0290d3d9e3cb93bad8051e1b69.zip |
app-antivirus/clamav: Stabilize 1.2.2 arm, #926620
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-1.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-1.2.2.ebuild b/app-antivirus/clamav/clamav-1.2.2.ebuild index 093b2eb43168..a7f3533276d6 100644 --- a/app-antivirus/clamav/clamav-1.2.2.ebuild +++ b/app-antivirus/clamav/clamav-1.2.2.ebuild @@ -162,7 +162,7 @@ LICENSE="Apache-2.0 BSD GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB" # 0/sts (short term support) if not an LTS release SLOT="0/sts" 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" |