diff options
author | Sam James <sam@gentoo.org> | 2024-03-10 05:42:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-10 05:42:29 +0000 |
commit | eb60f342c32bb014d681139e86399ff071c3da05 (patch) | |
tree | 658d2be7570ec72efc9dd85c458608728a93047b /app-antivirus/clamav | |
parent | net-misc/curl: Stabilize 8.6.0-r1 ppc, #926619 (diff) | |
download | gentoo-eb60f342c32bb014d681139e86399ff071c3da05.tar.gz gentoo-eb60f342c32bb014d681139e86399ff071c3da05.tar.bz2 gentoo-eb60f342c32bb014d681139e86399ff071c3da05.zip |
app-antivirus/clamav: Stabilize 1.2.2 amd64, #926620
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav')
-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 1bd9569ed03f..e684ea021e7b 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" |