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: Thu, 06 Jan 2022 22:07:16
Message-Id: 1641506707.3ba5b3d56c3bb5d36cc4e0d5cd5cd7ca063d0f2e.chewi@gentoo
1 commit: 3ba5b3d56c3bb5d36cc4e0d5cd5cd7ca063d0f2e
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 21:58:42 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 22:05:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba5b3d5
7
8 profiles: Force USE=minimal for x11-base/xorg-server on m68k
9
10 Force Xorg without Mesa. Mesa has been tested on m68k with VirtIO-GPU
11 under QEMU and seems quite broken.
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 profiles/arch/m68k/package.use.force | 7 ++++++-
16 1 file changed, 6 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/arch/m68k/package.use.force b/profiles/arch/m68k/package.use.force
19 index 0430487c6a2f..068dcfea95c4 100644
20 --- a/profiles/arch/m68k/package.use.force
21 +++ b/profiles/arch/m68k/package.use.force
22 @@ -1,6 +1,11 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 +# James Le Cuirot <chewi@g.o> (2022-01-06)
28 +# Force Xorg without Mesa. Mesa has been tested on m68k with VirtIO-GPU under
29 +# QEMU and seems quite broken.
30 +x11-base/xorg-server minimal
31 +
32 # James Le Cuirot <chewi@g.o> (2021-11-09)
33 # dev-perl/Type-Tie fails a test so avoid dependencies.
34 dev-perl/Type-Tiny minimal