For some software I needed libshumate to generate the vala API, but it didn't find vapigen, even though eselect-vala did manage the /usr/bin/vapigen symlink.
Turns out when I symlinked /usr/lib64/pkgconfig/vapigen-0.56.pc to /usr/lib64/pkgconfig/vapigen.pc, it worked flawlessly.
I don't have any idea how eselect works internally, but would it be possible to also manage the /usr/lib64/pkgconfig/vapigen.pc symlink perhaps?
For some software I needed
libshumateto generate the vala API, but it didn't findvapigen, even thougheselect-valadid manage the/usr/bin/vapigensymlink.Turns out when I symlinked
/usr/lib64/pkgconfig/vapigen-0.56.pcto/usr/lib64/pkgconfig/vapigen.pc, it worked flawlessly.I don't have any idea how
eselectworks internally, but would it be possible to also manage the/usr/lib64/pkgconfig/vapigen.pcsymlink perhaps?