commit: 3ba5b3d56c3bb5d36cc4e0d5cd5cd7ca063d0f2e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Thu Jan 6 21:58:42 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Jan 6 22:05:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba5b3d5
profiles: Force USE=minimal for x11-base/xorg-server on m68k Force Xorg without Mesa. Mesa has been tested on m68k with VirtIO-GPU under QEMU and seems quite broken. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/package.use.force | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/m68k/package.use.force b/profiles/arch/m68k/package.use.force index 0430487c6a2f..068dcfea95c4 100644 --- a/profiles/arch/m68k/package.use.force +++ b/profiles/arch/m68k/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (2022-01-06) +# Force Xorg without Mesa. Mesa has been tested on m68k with VirtIO-GPU under +# QEMU and seems quite broken. +x11-base/xorg-server minimal + # James Le Cuirot <[email protected]> (2021-11-09) # dev-perl/Type-Tie fails a test so avoid dependencies. dev-perl/Type-Tiny minimal
