diff options
author | Sam James <sam@gentoo.org> | 2022-11-23 01:44:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-23 01:44:36 +0000 |
commit | 5417ffb0a0d9e19240e4c5f1ecdc9d36bf8c63c5 (patch) | |
tree | 611ded41cd747c731970144e14e4ca9e419e62b2 /app-antivirus | |
parent | app-antivirus/clamav: add 1.0.0_rc2 (diff) | |
download | gentoo-5417ffb0a0d9e19240e4c5f1ecdc9d36bf8c63c5.tar.gz gentoo-5417ffb0a0d9e19240e4c5f1ecdc9d36bf8c63c5.tar.bz2 gentoo-5417ffb0a0d9e19240e4c5f1ecdc9d36bf8c63c5.zip |
app-antivirus/clamav: unkeyword RC versions
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-1.0.0_rc2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-1.0.0_rc2.ebuild b/app-antivirus/clamav/clamav-1.0.0_rc2.ebuild index d10ca2a43d1d..18029addeb14 100644 --- a/app-antivirus/clamav/clamav-1.0.0_rc2.ebuild +++ b/app-antivirus/clamav/clamav-1.0.0_rc2.ebuild @@ -149,7 +149,9 @@ S=${WORKDIR}/clamav-${MY_P} LICENSE="Apache-2.0 BSD GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +fi IUSE="doc clamonacc +clamapp experimental jit libclamav-only milter rar selinux systemd test" REQUIRED_USE="libclamav-only? ( !clamonacc !clamapp !milter ) |