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: Fri, 30 Mar 2018 00:18:37
Message-Id: 1522369088.fb9f467887c3d73f2ec01d4dba91c30fb04eea1c.bman@gentoo
1 commit: fb9f467887c3d73f2ec01d4dba91c30fb04eea1c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 00:18:08 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 00:18:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9f4678
7
8 app-antivirus/clamav: drop stable keyword due to zlib breakage
9
10 app-antivirus/clamav/clamav-0.99.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-antivirus/clamav/clamav-0.99.4.ebuild b/app-antivirus/clamav/clamav-0.99.4.ebuild
14 index 6d505f20afe..4839a5bdc55 100644
15 --- a/app-antivirus/clamav/clamav-0.99.4.ebuild
16 +++ b/app-antivirus/clamav/clamav-0.99.4.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz"
18
19 LICENSE="GPL-2"
20 SLOT="0"
21 -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
22 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
23 IUSE="bzip2 clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs uclibc"
24
25 CDEPEND="bzip2? ( app-arch/bzip2 )