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: Sun, 09 Jan 2022 16:03:06
Message-Id: 1641744149.516b32b1abbe245d8390967fbcaffe7fbbe77e71.chewi@gentoo
1 commit: 516b32b1abbe245d8390967fbcaffe7fbbe77e71
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 15:59:48 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 16:02:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516b32b1
7
8 profiles: Mask kms USE flag against some packages on m68k
9
10 Most usage of KMS requires GBM, which is provided by Mesa, which
11 currently doesn't work on m68k.
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 profiles/arch/m68k/package.use.mask | 6 ++++++
16 1 file changed, 6 insertions(+)
17
18 diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask
19 index e1925bab557c..550fbc906b86 100644
20 --- a/profiles/arch/m68k/package.use.mask
21 +++ b/profiles/arch/m68k/package.use.mask
22 @@ -1,6 +1,12 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 +# James Le Cuirot <chewi@g.o> (2022-01-09)
27 +# Most usage of KMS requires GBM, which is provided by Mesa, which currently
28 +# doesn't work on m68k.
29 +media-libs/cogl kms
30 +media-libs/libsdl2 kms
31 +
32 # James Le Cuirot <chewi@g.o> (2022-01-09)
33 # Requires dev-lang/go, which is not ported to m68k.
34 sys-libs/libcap tools