Skip to content

Commit

Permalink
app-antivirus/clamav: add lower bound on sys-devel/autoconf.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
orlitzky committed Sep 30, 2020
1 parent 28332d7 commit 854fe23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-antivirus/clamav/clamav-0.103.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:* )
Expand Down

0 comments on commit 854fe23

Please sign in to comment.