The current libspnav-1.0 package installs a pkg-config file with a non-multilib aware Libs variable. $ grep Libs /usr/share/pkgconfig/spnav.pc Libs: -L${PREFIX}/lib -lspnav on a ~amd64 multilib target. Reproducible: Always Steps to Reproduce: 1. emerge =libspnav-1.0 2. look at /usr/share/pkgconfig/spnav.cfg 3. Actual Results: The Libs variable should reflect the value of $(get_libdir) for the current machine.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca69be7a1761c0797a7010456823352b4ccdab82 commit ca69be7a1761c0797a7010456823352b4ccdab82 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2022-04-15 10:10:15 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2022-04-15 10:11:36 +0000 dev-libs/libspnav: Fix pkg-config libdir Closes: https://bugs.gentoo.org/838349 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-3.0.30, Repoman-3.0.3 dev-libs/libspnav/libspnav-1.0-r1.ebuild | 60 ++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+)