New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/27291#issuecomment-749838640 Comment: ``` --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -196,6 +196,9 @@ post_install() { } libglapi_package() { + # this dependency is wrong, it was added as a hack to allow updating + # systems with libglapi-32bit after the switch to glvnd + # see 927f17347f9c646047c65312c8e8ce1ad88b7832 commit message depends="libglvnd" short_desc="Free implementation of the GL API - shared library" pkg_install() { ``` I would like to remove this if/when current multilib goes away