Skip to content

Commit

Permalink
app-antivirus/clamav: unkeyword 1.2.0_rc
Browse files Browse the repository at this point in the history
Fails in install but we shouldn't keyword RCs anyway.

Bug: https://bugs.gentoo.org/912178
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 13, 2023
1 parent 477ccc5 commit 32bd7bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-antivirus/clamav/clamav-1.2.0_rc.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 32bd7bd

Please sign in to comment.