media-gfx/openscad[egl] Build using EGL instead of GLX Given we have one case of USE=egl-only, and global USE=gles2-only for precedents, perhaps this one should that as well.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b809ad20e706bf9af8c0a918f3b47701efc4e9e4 commit b809ad20e706bf9af8c0a918f3b47701efc4e9e4 Author: Paul Zander <negril.nx+gentoo@gmail.com> AuthorDate: Sat Nov 16 02:52:12 2024 +0100 Commit: Sam James <sam@gentoo.org> CommitDate: Sat Nov 16 21:39:07 2024 +0000 media-gfx/openscad: add 20241114 Drop RESTRICT=mirror. Document manifold USE-flag. Drop qt5 support. Bundle sanitizers-cmake as there is and likely never will be another consumer. Force CONFIG mode for FindBoost. Eigen3 is a header-only library and we do not have public headers, so it's DEPEND only. Add egl and glx USE-flags. Adjust ebuild style to fit the rest my ebuilds. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> media-gfx/openscad/Manifest | 3 +- media-gfx/openscad/metadata.xml | 6 + ...ad-20241111.ebuild => openscad-20241114.ebuild} | 134 +++++++++++---------- profiles/arch/amd64/package.use.mask | 4 + profiles/arch/base/package.use.mask | 4 + 5 files changed, 87 insertions(+), 64 deletions(-) Has `|| ( egl glx )` now.