diff options
author | Sam James <sam@gentoo.org> | 2023-07-28 12:08:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-28 12:08:45 +0100 |
commit | 8d647bc0b437b7890d7a29bae2e108cd0f28e1c8 (patch) | |
tree | 2fe4ce3da85a807181ebfcf41af82e7d0f827366 /app-antivirus | |
parent | app-antivirus/clamav: Stabilize 1.1.0 amd64, #911108 (diff) | |
download | gentoo-8d647bc0b437b7890d7a29bae2e108cd0f28e1c8.tar.gz gentoo-8d647bc0b437b7890d7a29bae2e108cd0f28e1c8.tar.bz2 gentoo-8d647bc0b437b7890d7a29bae2e108cd0f28e1c8.zip |
app-antivirus/clamav: Stabilize 1.1.0 arm64, #911108
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-1.1.0.ebuild b/app-antivirus/clamav/clamav-1.1.0.ebuild index 0de36b51fe8e..6aa2b34890ff 100644 --- a/app-antivirus/clamav/clamav-1.1.0.ebuild +++ b/app-antivirus/clamav/clamav-1.1.0.ebuild @@ -184,7 +184,7 @@ S=${WORKDIR}/clamav-${MY_P} LICENSE="Apache-2.0 BSD GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB" SLOT="0" 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 systemd test" |