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/powerpc/ppc64/, profiles/arch/arm/
Date: Wed, 19 Aug 2020 22:19:07
Message-Id: 1597875376.8e0c30b86c311d6e74dbaba94383ba4caea3a415.chewi@gentoo
1 commit: 8e0c30b86c311d6e74dbaba94383ba4caea3a415
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 22:16:16 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 22:16:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0c30b8
7
8 profiles: Mask x11-themes/arc-theme[cinnamon] on applicable arches
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 profiles/arch/arm/package.use.mask | 4 ++++
13 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
14 2 files changed, 8 insertions(+)
15
16 diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
17 index f3de32e84be..322e6a63545 100644
18 --- a/profiles/arch/arm/package.use.mask
19 +++ b/profiles/arch/arm/package.use.mask
20 @@ -1,6 +1,10 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 +# James Le Cuirot <chewi@g.o> (2020-08-19)
25 +# Cinnamon is not keyworded on this architecture.
26 +x11-themes/arc-theme cinnamon
27 +
28 # Mart Raudsepp <leio@g.o> (2020-08-02)
29 # armv5 and older has no virtual/rust support yet, needed by newer
30 # gnome-base/librsvg, et al
31
32 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
33 index 3f314360f80..cd36fb3f3ff 100644
34 --- a/profiles/arch/powerpc/ppc64/package.use.mask
35 +++ b/profiles/arch/powerpc/ppc64/package.use.mask
36 @@ -1,6 +1,10 @@
37 # Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 +# James Le Cuirot <chewi@g.o> (2020-08-19)
41 +# Cinnamon is not keyworded on this architecture.
42 +x11-themes/arc-theme cinnamon
43 +
44 # Sam James <sam@g.o> (2020-07-03)
45 # Rust is available here
46 # Bug #728558