commit: 516b32b1abbe245d8390967fbcaffe7fbbe77e71 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Jan 9 15:59:48 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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 <ch...@gentoo.org> (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 <ch...@gentoo.org> (2022-01-09) # Requires dev-lang/go, which is not ported to m68k. sys-libs/libcap tools