Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/
Date: Wed, 30 Sep 2020 11:33:55
Message-Id: 1601465619.854fe23b4b7a94a5f65377f486d9cdf314145177.mjo@gentoo
1 commit: 854fe23b4b7a94a5f65377f486d9cdf314145177
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 11:24:24 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 11:33:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854fe23b
7
8 app-antivirus/clamav: add lower bound on sys-devel/autoconf.
9
10 We need the runstatedir patch that was added in autoconf-2.69-r5, so
11 this commit adds the lower bound in BDEPEND. This should ensure that
12 anyone upgrading after a few months pulls in the new autoconf before
13 the new clamav.
14
15 Closes: https://bugs.gentoo.org/744640
16 Package-Manager: Portage-3.0.4, Repoman-3.0.1
17 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
18
19 app-antivirus/clamav/clamav-0.103.0-r1.ebuild | 5 ++++-
20 1 file changed, 4 insertions(+), 1 deletion(-)
21
22 diff --git a/app-antivirus/clamav/clamav-0.103.0-r1.ebuild b/app-antivirus/clamav/clamav-0.103.0-r1.ebuild
23 index 4217bc62b77..52721c9856a 100644
24 --- a/app-antivirus/clamav/clamav-0.103.0-r1.ebuild
25 +++ b/app-antivirus/clamav/clamav-0.103.0-r1.ebuild
26 @@ -39,7 +39,10 @@ CDEPEND="acct-group/clamav
27 milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
28 xml? ( dev-libs/libxml2 )"
29
30 -BDEPEND="virtual/pkgconfig"
31 +# We need at least autoconf-2.69-r5 because that's the first (patched)
32 +# version of it in Gentoo that supports ./configure --runstatedir.
33 +BDEPEND=">=sys-devel/autoconf-2.69-r5
34 + virtual/pkgconfig"
35
36 DEPEND="${CDEPEND}
37 metadata-analysis-api? ( dev-libs/json-c:* )