summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-13 05:26:20 +0100
committerSam James <sam@gentoo.org>2023-08-13 05:26:20 +0100
commit32bd7bd513ee3bc0e39225f6493fbc2d3b24897f (patch)
tree60558adbee8a313540bae352ada34920878b1e77 /app-antivirus/clamav
parentmedia-video/pipewire: drop 0.3.70-r2, 0.3.71-r2, 0.3.71-r3, 0.3.76 (diff)
downloadgentoo-32bd7bd513ee3bc0e39225f6493fbc2d3b24897f.tar.gz
gentoo-32bd7bd513ee3bc0e39225f6493fbc2d3b24897f.tar.bz2
gentoo-32bd7bd513ee3bc0e39225f6493fbc2d3b24897f.zip
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@gentoo.org>
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r--app-antivirus/clamav/clamav-1.2.0_rc.ebuild4
1 files changed, 3 insertions, 1 deletions
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"