From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FA21158088 for ; Thu, 6 Jan 2022 22:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1B52BC01C; Thu, 6 Jan 2022 22:07:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FAEF2BC01C for ; Thu, 6 Jan 2022 22:07:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99B5B342F79 for ; Thu, 6 Jan 2022 22:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C052628E for ; Thu, 6 Jan 2022 22:07:10 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1641506707.3ba5b3d56c3bb5d36cc4e0d5cd5cd7ca063d0f2e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/m68k/package.use.force X-VCS-Directories: profiles/arch/m68k/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3ba5b3d56c3bb5d36cc4e0d5cd5cd7ca063d0f2e X-VCS-Branch: master Date: Thu, 6 Jan 2022 22:07:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91cca2bc-2f61-47ac-8cc2-6a96759ff4d5 X-Archives-Hash: 5d685ea73a60fe76777c14ca6115a676 commit: 3ba5b3d56c3bb5d36cc4e0d5cd5cd7ca063d0f2e Author: James Le Cuirot gentoo org> AuthorDate: Thu Jan 6 21:58:42 2022 +0000 Commit: James Le Cuirot gentoo 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 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 (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 (2021-11-09) # dev-perl/Type-Tie fails a test so avoid dependencies. dev-perl/Type-Tiny minimal