Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/
Date: Wed, 02 May 2018 19:30:15
Message-Id: 1525289395.5351fe74fcc123a7c7656028b0ac3c5a771e0cf2.maekke@gentoo
1 commit: 5351fe74fcc123a7c7656028b0ac3c5a771e0cf2
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 19:29:48 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 19:29:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5351fe74
7
8 app-antivirus/clamav: add ~arm, bug #653016
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="arm"
12
13 app-antivirus/clamav/clamav-0.100.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-antivirus/clamav/clamav-0.100.0.ebuild b/app-antivirus/clamav/clamav-0.100.0.ebuild
17 index 43600184257..12a0baa4c14 100644
18 --- a/app-antivirus/clamav/clamav-0.100.0.ebuild
19 +++ b/app-antivirus/clamav/clamav-0.100.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
25 +KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
26 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs system-libmspack test uclibc"
27
28 CDEPEND="bzip2? ( app-arch/bzip2 )