diff options
author | Sam James <sam@gentoo.org> | 2023-07-28 12:08:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-28 12:08:43 +0100 |
commit | 47f72316434e29f4997004e1e52db3bdb8b1737e (patch) | |
tree | 230739c4373bc567bd001dfd91bb9d640d2f4cfd /app-antivirus | |
parent | app-antivirus/clamav: Stabilize 1.1.0 ppc64, #911108 (diff) | |
download | gentoo-47f72316434e29f4997004e1e52db3bdb8b1737e.tar.gz gentoo-47f72316434e29f4997004e1e52db3bdb8b1737e.tar.bz2 gentoo-47f72316434e29f4997004e1e52db3bdb8b1737e.zip |
app-antivirus/clamav: Stabilize 1.1.0 amd64, #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 b069682f6930..0de36b51fe8e 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" |