commit: 63614e796a23e202e8c12e506756dd14528786bb Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Sep 19 07:57:19 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 12:45:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63614e79
profiles: Mask opengl USE flag on m68k I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 928ba43c6c7..d759d61843a 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -m68k +# James Le Cuirot <[email protected]> (2021-09-19) +# I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work. +opengl + # James Le Cuirot <[email protected]> (2021-09-17) # Ruby just crashes on startup. ruby
