Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/
Date: Mon, 08 Apr 2019 15:33:34
Message-Id: 1554737601.a4ae5ae6be362f6941fb1cee5e3245be1856e691.bman@gentoo
1 commit: a4ae5ae6be362f6941fb1cee5e3245be1856e691
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 15:32:49 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 15:33:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ae5ae6
7
8 app-antivirus/clamav: drop keywords for all arches except alpha
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-antivirus/clamav/clamav-0.100.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-antivirus/clamav/clamav-0.100.1.ebuild b/app-antivirus/clamav/clamav-0.100.1.ebuild
16 index 7ae86603564..6d8280208e6 100644
17 --- a/app-antivirus/clamav/clamav-0.100.1.ebuild
18 +++ b/app-antivirus/clamav/clamav-0.100.1.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
24 +KEYWORDS="-* alpha"
25 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs system-libmspack test uclibc"
26
27 CDEPEND="bzip2? ( app-arch/bzip2 )