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 D3307158087 for ; Sun, 9 Jan 2022 16:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD1AF2BC014; Sun, 9 Jan 2022 16:03:05 +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 8FC5A2BC02E for ; Sun, 9 Jan 2022 16:03:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B6A8342F32 for ; Sun, 9 Jan 2022 16:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9213F288 for ; Sun, 9 Jan 2022 16:03:02 +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: <1641744149.516b32b1abbe245d8390967fbcaffe7fbbe77e71.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.mask X-VCS-Directories: profiles/arch/m68k/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 516b32b1abbe245d8390967fbcaffe7fbbe77e71 X-VCS-Branch: master Date: Sun, 9 Jan 2022 16:03:02 +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: c8495b00-abd6-47d1-ba01-37acad04d68e X-Archives-Hash: dadb37c6e457f2ae702b4b286cd19ac4 commit: 516b32b1abbe245d8390967fbcaffe7fbbe77e71 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jan 9 15:59:48 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 9 16:02:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516b32b1 profiles: Mask kms USE flag against some packages on m68k Most usage of KMS requires GBM, which is provided by Mesa, which currently doesn't work on m68k. Signed-off-by: James Le Cuirot gentoo.org> profiles/arch/m68k/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index e1925bab557c..550fbc906b86 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2022-01-09) +# Most usage of KMS requires GBM, which is provided by Mesa, which currently +# doesn't work on m68k. +media-libs/cogl kms +media-libs/libsdl2 kms + # James Le Cuirot (2022-01-09) # Requires dev-lang/go, which is not ported to m68k. sys-libs/libcap tools