diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 20:29:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-23 20:29:34 +0300 |
commit | 8d7509d321b6faef8945c457b09246ff5b9ed9e1 (patch) | |
tree | 4565c2ceed23eac55573c77e89f925f7617498b9 /app-antivirus | |
parent | app-antivirus/clamav: Stabilize 1.4.1-r1 amd64, #940141 (diff) | |
download | gentoo-8d7509d321b6faef8945c457b09246ff5b9ed9e1.tar.gz gentoo-8d7509d321b6faef8945c457b09246ff5b9ed9e1.tar.bz2 gentoo-8d7509d321b6faef8945c457b09246ff5b9ed9e1.zip |
app-antivirus/clamav: Stabilize 1.4.1-r1 arm, #940141
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-1.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-1.4.1-r1.ebuild b/app-antivirus/clamav/clamav-1.4.1-r1.ebuild index f9bd68d996e1..9fd959e61e70 100644 --- a/app-antivirus/clamav/clamav-1.4.1-r1.ebuild +++ b/app-antivirus/clamav/clamav-1.4.1-r1.ebuild @@ -171,7 +171,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" |