dev-libs/xapian-1.4.9 does not install any *.la files. dev-libs/xapian-1.4.10 installs /usr/lib64/libxapian.la file due to this change: --- xapian-1.4.9.ebuild +++ xapian-1.4.10.ebuild @@ -71,4 +71,2 @@ dodoc AUTHORS HACKING PLATFORMS README NEWS - - prune_libtool_files --all } Call to prune_libtool_files() should have been replaced by manual deletion of *.la files: find "${D}" -name "*.la" -type f -delete || die
We should have just done a portage tree wide substitution for prune_libtool_files(). Thanks for catching this!
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76ec392eb24b123e422b5ca4844914516894120 commit a76ec392eb24b123e422b5ca4844914516894120 Author: Anthony G. Basile <blueness@gentoo.org> AuthorDate: 2019-03-15 12:28:48 +0000 Commit: Anthony G. Basile <blueness@gentoo.org> CommitDate: 2019-03-15 12:28:48 +0000 dev-libs/xapian: remove prune_libtool_files(), bug #680390 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11