The ebuild currently PDEPENDs on eselect-xvmc, but nothing ever calls it, so it isn't doing anything. Even if it was called manually, the module hard-codes /usr/lib, so it doesn't detect any targets on 64-bit systems using lib64 (or any other non-lib LIBDIR): > # eselect xvmc list > Available XvMC implementations (* is current): > (none found) At least the NVIDIA implementation that the module attempts to find does not exist. I don't have any of the other proprietary drivers to check those, but libXvMC is the only existing implementation I see on any of my systems. Also, libXvMC's PDEPEND is the only reference to eselect-xvmc in the entire repository, so the package could probably be last-rited.
Created attachment 713982 [details, diff] fix.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5b393cb3ca49b035e8b5713a1dcadeba76896b commit bf5b393cb3ca49b035e8b5713a1dcadeba76896b Author: David Michael <fedora.dm0@gmail.com> AuthorDate: 2021-06-06 16:04:22 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-07-04 19:05:48 +0000 x11-libs/libXvMC: drop unused eselect-xvmc Closes: https://bugs.gentoo.org/794595 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org> x11-libs/libXvMC/{libXvMC-1.0.12.ebuild => libXvMC-1.0.12-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)