Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/
Date: Sun, 19 Sep 2021 12:47:14
Message-Id: 1632055551.63614e796a23e202e8c12e506756dd14528786bb.chewi@gentoo
1 commit: 63614e796a23e202e8c12e506756dd14528786bb
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 07:57:19 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 12:45:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63614e79
7
8 profiles: Mask opengl USE flag on m68k
9
10 I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 profiles/arch/m68k/use.mask | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
18 index 928ba43c6c7..d759d61843a 100644
19 --- a/profiles/arch/m68k/use.mask
20 +++ b/profiles/arch/m68k/use.mask
21 @@ -4,6 +4,10 @@
22 # Unmask the flag which corresponds to ARCH.
23 -m68k
24
25 +# James Le Cuirot <chewi@g.o> (2021-09-19)
26 +# I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work.
27 +opengl
28 +
29 # James Le Cuirot <chewi@g.o> (2021-09-17)
30 # Ruby just crashes on startup.
31 ruby