Gentoo Archives: gentoo-commits

From: Thomas Raschbacher <lordvan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/
Date: Sat, 16 Oct 2021 12:30:27
Message-Id: 1634387417.62606b157f9accf1164e71cce10676a5078265d8.lordvan@gentoo
1 commit: 62606b157f9accf1164e71cce10676a5078265d8
2 Author: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 12:30:17 2021 +0000
4 Commit: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 12:30:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62606b15
7
8 app-antivirus/clamav: re-added accidentally removed ~riscv KEYWORD
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>
12
13 app-antivirus/clamav/clamav-0.104.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-antivirus/clamav/clamav-0.104.0.ebuild b/app-antivirus/clamav/clamav-0.104.0.ebuild
17 index 2869e22a678..96c6d859164 100644
18 --- a/app-antivirus/clamav/clamav-0.104.0.ebuild
19 +++ b/app-antivirus/clamav/clamav-0.104.0.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
26 IUSE="doc clamonacc clamapp libclamav-only milter rar selinux systemd test uclibc"
27
28 REQUIRED_USE="libclamav-only? ( !clamonacc !clamapp !milter )