During emerge QA Notice: The following shared libraries lack NEEDED entries x x/usr/lib64/libpspell.so.15.2.0 it seems that those statically linked barzog@deadcomp ~/app-text/aspell $ ldd /usr/lib64/libpspell.so.15.2.0 statically linked so we can easily add QA_DT_NEEDED="/usr/lib64/libpspell.so.15.2.0" to ebuild to get fix that.
(In reply to Oleg Gawriloff from comment #0) > so we can easily add QA_DT_NEEDED="/usr/lib64/libpspell.so.15.2.0" > to ebuild to get fix that. Looks like a bad workaround rather than a fix.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2a96c5baf12681d7e74a3fb37d7ff9852ac45e commit 4e2a96c5baf12681d7e74a3fb37d7ff9852ac45e Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2021-03-10 22:59:50 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2021-03-12 22:28:32 +0000 app-text/aspell: add more languages Also slightly overhauled whole ebuild and removed old non-existent blockers. Closing #646650, as this qa warning does not trigger for me and references an older version. Taking ownership. Closes: https://bugs.gentoo.org/646650 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> app-text/aspell/aspell-0.60.8-r1.ebuild | 112 ++++++++++++++++++++++++++++++++ app-text/aspell/metadata.xml | 5 +- 2 files changed, 116 insertions(+), 1 deletion(-)