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, 25 Nov 2019 13:43:22
Message-Id: 1574689373.13dd2462e084fefa27fb5daf56c5db519179148f.bman@gentoo
1 commit: 13dd2462e084fefa27fb5daf56c5db519179148f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 13:42:53 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 13:42:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dd2462
7
8 app-antivirus/clamav: fix QA warning about tests
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-antivirus/clamav/clamav-0.101.2-r1.ebuild | 1 +
13 app-antivirus/clamav/clamav-0.101.3.ebuild | 1 +
14 app-antivirus/clamav/clamav-0.101.4.ebuild | 1 +
15 app-antivirus/clamav/clamav-0.102.1.ebuild | 1 +
16 4 files changed, 4 insertions(+)
17
18 diff --git a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
19 index 4991a4a0828..f9e2b5caed6 100644
20 --- a/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
21 +++ b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
22 @@ -13,6 +13,7 @@ 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 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs test uclibc xml"
26 +RESTRICT="!test? ( test )"
27
28 CDEPEND="bzip2? ( app-arch/bzip2 )
29 clamdtop? ( sys-libs/ncurses:0 )
30
31 diff --git a/app-antivirus/clamav/clamav-0.101.3.ebuild b/app-antivirus/clamav/clamav-0.101.3.ebuild
32 index 4872ce687bf..5530e25ebe2 100644
33 --- a/app-antivirus/clamav/clamav-0.101.3.ebuild
34 +++ b/app-antivirus/clamav/clamav-0.101.3.ebuild
35 @@ -13,6 +13,7 @@ LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
38 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs test uclibc xml"
39 +RESTRICT="!test? ( test )"
40
41 CDEPEND="bzip2? ( app-arch/bzip2 )
42 clamdtop? ( sys-libs/ncurses:0 )
43
44 diff --git a/app-antivirus/clamav/clamav-0.101.4.ebuild b/app-antivirus/clamav/clamav-0.101.4.ebuild
45 index 4de9af941ff..57d0df79beb 100644
46 --- a/app-antivirus/clamav/clamav-0.101.4.ebuild
47 +++ b/app-antivirus/clamav/clamav-0.101.4.ebuild
48 @@ -13,6 +13,7 @@ LICENSE="GPL-2"
49 SLOT="0"
50 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
51 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs test uclibc xml"
52 +RESTRICT="!test? ( test )"
53
54 CDEPEND="bzip2? ( app-arch/bzip2 )
55 clamdtop? ( sys-libs/ncurses:0 )
56
57 diff --git a/app-antivirus/clamav/clamav-0.102.1.ebuild b/app-antivirus/clamav/clamav-0.102.1.ebuild
58 index 1236104e6ae..a3044a08ef9 100644
59 --- a/app-antivirus/clamav/clamav-0.102.1.ebuild
60 +++ b/app-antivirus/clamav/clamav-0.102.1.ebuild
61 @@ -13,6 +13,7 @@ LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
64 IUSE="bzip2 doc clamdtop clamsubmit iconv ipv6 libclamav-only libressl milter metadata-analysis-api selinux static-libs test uclibc xml"
65 +RESTRICT="!test? ( test )"
66
67 CDEPEND="bzip2? ( app-arch/bzip2 )
68 clamdtop? ( sys-libs/ncurses:0 )