Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/
Date: Sun, 10 Dec 2017 14:16:58
Message-Id: 1512915265.12d21296ba91ccb737220b5930b32c522dc26402.soap@gentoo
1 commit: 12d21296ba91ccb737220b5930b32c522dc26402
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:10:48 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:14:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d21296
7
8 app-antivirus/clamav: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-antivirus/clamav/clamav-0.98.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-antivirus/clamav/clamav-0.98.7.ebuild b/app-antivirus/clamav/clamav-0.98.7.ebuild
16 index 033c5d83c50..70860e4603b 100644
17 --- a/app-antivirus/clamav/clamav-0.98.7.ebuild
18 +++ b/app-antivirus/clamav/clamav-0.98.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux
26 IUSE="bzip2 clamdtop iconv ipv6 milter metadata-analysis-api selinux static-libs uclibc"
27
28 CDEPEND="bzip2? ( app-arch/bzip2 )
29 - clamdtop? ( sys-libs/ncurses )
30 + clamdtop? ( sys-libs/ncurses:0= )
31 iconv? ( virtual/libiconv )
32 metadata-analysis-api? ( dev-libs/json-c )
33 milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )