app-antivirus/clamav: new revision fixing libtool -> libltdl depend.
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 15 Jan 2020 14:35:39 +0000 (09:35 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 15 Jan 2020 14:35:58 +0000 (09:35 -0500)
commit1543573131710d2bbf11287803cf9269cece35be
tree3bc0be2d3341b2e0716c91a39e01aa85a5e42be4
parent9905c0ed335faabe0f75fd9d3d7f7e23db89b921
app-antivirus/clamav: new revision fixing libtool -> libltdl depend.

As reported in bug 544910, libclamav is linked against libltdl.so:

  $ objdump -p /usr/lib64/libclamav.so | grep NEEDED
  NEEDED               libbz2.so.1
  NEEDED               libltdl.so.7
  ...

and that library is provided by dev-libs/libltdl:

  $ equery b /usr/lib64/libltdl.so.7
   * Searching for /usr/lib64/libltdl.so.7 ...
  dev-libs/libltdl-2.4.6 (/usr/lib64/libltdl.so.7.3.1)
  dev-libs/libltdl-2.4.6 (/usr/lib64/libltdl.so.7 -> libltdl.so.7.3.1)

We've been pulling this in "accidentally," through sys-devel/libtool,
but that's incorrect. This commit drops sys-devel/libtool and replaces
it with dev-libs/libltdl.

Closes: https://bugs.gentoo.org/544910
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
app-antivirus/clamav/clamav-0.102.1-r2.ebuild [moved from app-antivirus/clamav/clamav-0.102.1-r1.ebuild with 99% similarity]