commit:     32bd7bd513ee3bc0e39225f6493fbc2d3b24897f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 04:26:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 04:26:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bd7bd5

app-antivirus/clamav: unkeyword 1.2.0_rc

Fails in install but we shouldn't keyword RCs anyway.

Bug: https://bugs.gentoo.org/912178
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-antivirus/clamav/clamav-1.2.0_rc.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-antivirus/clamav/clamav-1.2.0_rc.ebuild 
b/app-antivirus/clamav/clamav-1.2.0_rc.ebuild
index 1454a69e7d17..58bd5cfeb5d5 100644
--- a/app-antivirus/clamav/clamav-1.2.0_rc.ebuild
+++ b/app-antivirus/clamav/clamav-1.2.0_rc.ebuild
@@ -170,7 +170,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"
+if [[ ${PV} != *_rc* ]] ; then
+       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"
 

Reply via email to