Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/, profiles/arch/base/, ...
Date: Fri, 07 Aug 2020 08:32:43
Message-Id: 1596789155.203085347fc2b0a9ca4a1d434bfe4cacd1af6554.mgorny@gentoo
1 commit: 203085347fc2b0a9ca4a1d434bfe4cacd1af6554
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 08:31:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 08:32:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20308534
7
8 profiles/arch: Restore texlive-core[xindy] mask
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/alpha/package.use.mask | 4 ++++
13 profiles/arch/amd64/package.use.mask | 4 ++++
14 profiles/arch/base/package.use.mask | 4 ++++
15 profiles/arch/ia64/package.use.mask | 4 ++++
16 profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++
17 profiles/arch/sparc/package.use.mask | 4 ++++
18 profiles/arch/sparc/package.use.stable.mask | 4 ++++
19 profiles/arch/x86/package.use.mask | 4 ++++
20 8 files changed, 32 insertions(+)
21
22 diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
23 index bd84663e3b9..07c3ac0933e 100644
24 --- a/profiles/arch/alpha/package.use.mask
25 +++ b/profiles/arch/alpha/package.use.mask
26 @@ -28,6 +28,10 @@ app-portage/nattka depgraph-order
27 # Requires unsupported dev-python/eventlet and fails tests with gevent
28 dev-python/socketpool eventlet gevent
29
30 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
31 +# clisp is keyworded on alpha
32 +app-text/texlive-core -xindy
33 +
34 # Michał Górny <mgorny@g.o> (2020-06-02)
35 # Avoid unkeyworded deps, we really need a minimal install
36 # for imagemagick.
37
38 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
39 index ee5e091f27e..725770217af 100644
40 --- a/profiles/arch/amd64/package.use.mask
41 +++ b/profiles/arch/amd64/package.use.mask
42 @@ -34,6 +34,10 @@ sys-block/fio -io-uring -zbc
43 # Unmask globally-masked flashrom drivers and tools which do work on amd64
44 sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek -rayer-spi -satamv -tools
45
46 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
47 +# clisp is keyworded on amd64
48 +app-text/texlive-core -xindy
49 +
50 # Thomas Deutschmann <whissi@g.o> (2020-04-30)
51 # sys-cluster/slurm is keyworded on amd64
52 app-metrics/collectd -collectd_plugins_slurm
53
54 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
55 index ce05528460d..89e5026f4bc 100644
56 --- a/profiles/arch/base/package.use.mask
57 +++ b/profiles/arch/base/package.use.mask
58 @@ -17,6 +17,10 @@ sys-block/fio io-uring zbc
59 # - the others only work on x86 due to lack of PCI-port I/O support.
60 sys-apps/flashrom atahpt atapromise internal nic3com nicnatsemi nicrealtek rayer-spi satamv tools
61
62 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
63 +# requires clisp whichis keyworded on fewer arches
64 +app-text/texlive-core xindy
65 +
66 # Thomas Deutschmann <whissi@g.o> (2020-04-30)
67 # Dependency is only keyworded on amd64 and x86
68 app-metrics/collectd collectd_plugins_slurm
69
70 diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
71 index a31549dcba6..d96092fbbae 100644
72 --- a/profiles/arch/ia64/package.use.mask
73 +++ b/profiles/arch/ia64/package.use.mask
74 @@ -9,6 +9,10 @@
75 # Requires dev-python/networkx.
76 app-portage/nattka depgraph-order
77
78 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
79 +# clisp is keyworded on ia64
80 +app-text/texlive-core -xindy
81 +
82 # Michał Górny <mgorny@g.o> (2020-06-02)
83 # Avoid unkeyworded deps, we really need a minimal install
84 # for imagemagick.
85
86 diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask
87 index 2199355c778..7b5e8303091 100644
88 --- a/profiles/arch/powerpc/ppc32/package.use.mask
89 +++ b/profiles/arch/powerpc/ppc32/package.use.mask
90 @@ -29,6 +29,10 @@ net-misc/gwget epiphany
91 # needs dev-util/devhelp, depends on net-libs/webkit-gtk
92 dev-util/anjuta devhelp
93
94 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
95 +# clisp is keyworded on ppc
96 +app-text/texlive-core -xindy
97 +
98 # Sergei Trofimovich <slyfox@g.o> (2020-05-09)
99 # No sys-cluster/ceph keywords on ppc.
100 sys-block/tgt rbd
101
102 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
103 index b955a185435..9f922f1925c 100644
104 --- a/profiles/arch/sparc/package.use.mask
105 +++ b/profiles/arch/sparc/package.use.mask
106 @@ -13,6 +13,10 @@ sys-block/fio -io-uring -zbc
107 # Requires dev-python/networkx.
108 app-portage/nattka depgraph-order
109
110 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
111 +# clisp is keyworded on sparc
112 +app-text/texlive-core -xindy
113 +
114 # Michał Górny <mgorny@g.o> (2020-06-02)
115 # Avoid unkeyworded deps, we really need a minimal install
116 # for imagemagick.
117
118 diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask
119 index 291b227bb49..2b2497b5e4d 100644
120 --- a/profiles/arch/sparc/package.use.stable.mask
121 +++ b/profiles/arch/sparc/package.use.stable.mask
122 @@ -5,6 +5,10 @@
123 # app-shells/fish dependency is broken on sparc, bug #727684
124 dev-python/argcomplete test
125
126 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
127 +# clisp is not stable on sparc
128 +app-text/texlive-core xindy
129 +
130 # Rolf Eike Beer <eike@×××××××.de> (2020-04-17)
131 # librdkafka is not stable on sparc because of unaligned accesses, bug #717908
132 app-admin/syslog-ng kafka
133
134 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
135 index 720e1d97198..c2c79b2e687 100644
136 --- a/profiles/arch/x86/package.use.mask
137 +++ b/profiles/arch/x86/package.use.mask
138 @@ -30,6 +30,10 @@ sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek
139 # Requires dev-db/influxdb which is amd64-only
140 dev-python/influxdb test
141
142 +# Mikle Kolyada <zlogene@g.o> (2020-06-08)
143 +# clisp is keyworded on x86
144 +app-text/texlive-core -xindy
145 +
146 # Christoph Junghans <junghans@g.o> (2020-05-16)
147 # restrict USE=kokkos for x86 as kokkos doesn't support 32-bit archs
148 # https://github.com/kokkos/kokkos/issues/2312