diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-09-30 07:24:24 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-09-30 07:33:39 -0400 |
commit | 854fe23b4b7a94a5f65377f486d9cdf314145177 (patch) | |
tree | c5da830fa9d190a4118d40152a52f8fe872b33ee /app-antivirus | |
parent | www-client/firefox: add missing slot on clang (diff) | |
download | gentoo-854fe23b4b7a94a5f65377f486d9cdf314145177.tar.gz gentoo-854fe23b4b7a94a5f65377f486d9cdf314145177.tar.bz2 gentoo-854fe23b4b7a94a5f65377f486d9cdf314145177.zip |
app-antivirus/clamav: add lower bound on sys-devel/autoconf.
We need the runstatedir patch that was added in autoconf-2.69-r5, so
this commit adds the lower bound in BDEPEND. This should ensure that
anyone upgrading after a few months pulls in the new autoconf before
the new clamav.
Closes: https://bugs.gentoo.org/744640
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.103.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.103.0-r1.ebuild b/app-antivirus/clamav/clamav-0.103.0-r1.ebuild index 4217bc62b775..52721c9856a2 100644 --- a/app-antivirus/clamav/clamav-0.103.0-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.103.0-r1.ebuild @@ -39,7 +39,10 @@ CDEPEND="acct-group/clamav milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) xml? ( dev-libs/libxml2 )" -BDEPEND="virtual/pkgconfig" +# We need at least autoconf-2.69-r5 because that's the first (patched) +# version of it in Gentoo that supports ./configure --runstatedir. +BDEPEND=">=sys-devel/autoconf-2.69-r5 + virtual/pkgconfig" DEPEND="${CDEPEND} metadata-analysis-api? ( dev-libs/json-c:* ) |