Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/, profiles/arch/hppa/, profiles/arch/ia64/, ...
Date: Fri, 11 Jun 2021 04:38:24
Message-Id: 1623386244.388a29114cd90adb01fec4d599a4bb9c4110f76d.mattst88@gentoo
1 commit: 388a29114cd90adb01fec4d599a4bb9c4110f76d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 04:37:24 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 04:37:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388a2911
7
8 profiles: Mask dev-python/diskcache's USE=test where needed
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 profiles/arch/alpha/package.use.mask | 4 ++++
13 profiles/arch/hppa/package.use.mask | 4 ++++
14 profiles/arch/ia64/package.use.mask | 4 ++++
15 profiles/arch/mips/package.use.mask | 4 ++++
16 profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++
17 profiles/arch/powerpc/ppc64/package.use.mask | 4 ++++
18 profiles/arch/s390/package.use.mask | 4 ++++
19 profiles/arch/sparc/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 88c37c564b1..35da5fb33b0 100644
24 --- a/profiles/arch/alpha/package.use.mask
25 +++ b/profiles/arch/alpha/package.use.mask
26 @@ -1,6 +1,10 @@
27 # Copyright 1999-2021 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 +# Matt Turner <mattst88@g.o> (2021-06-10)
31 +# dev-python/django is not keyworded here
32 +dev-python/diskcache test
33 +
34 # Miroslav Šulc <fordfrog@g.o> (2021-03-13)
35 # dev-python/sphinx_lv2_theme isn't keyworded here (bug #769413)
36 >=media-libs/lilv-0.24.12 doc
37
38 diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask
39 index 4027d9a9376..a71444b9958 100644
40 --- a/profiles/arch/hppa/package.use.mask
41 +++ b/profiles/arch/hppa/package.use.mask
42 @@ -4,6 +4,10 @@
43 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
44 # request bug for the hppa arch.
45
46 +# Matt Turner <mattst88@g.o> (2021-06-10)
47 +# dev-python/django is not keyworded here
48 +dev-python/diskcache test
49 +
50 # Rolf Eike Beer <eike@×××××××.de> (2021-03-14)
51 # dependencies not yet keyworded
52 dev-ruby/globalid test
53
54 diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
55 index 81ccf7e037a..971f51be2de 100644
56 --- a/profiles/arch/ia64/package.use.mask
57 +++ b/profiles/arch/ia64/package.use.mask
58 @@ -1,6 +1,10 @@
59 # Copyright 1999-2021 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 +# Matt Turner <mattst88@g.o> (2021-06-10)
63 +# dev-python/django is not keyworded here
64 +dev-python/diskcache test
65 +
66 # Miroslav Šulc <fordfrog@g.o> (2021-03-13)
67 # virtual/jdk isn't keyworded here
68 media-libs/rubberband jni
69
70 diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask
71 index 5e27c674e83..7bfdedc6436 100644
72 --- a/profiles/arch/mips/package.use.mask
73 +++ b/profiles/arch/mips/package.use.mask
74 @@ -1,6 +1,10 @@
75 # Copyright 1999-2021 Gentoo Authors
76 # Distributed under the terms of the GNU General Public License v2
77
78 +# Matt Turner <mattst88@g.o> (2021-06-10)
79 +# dev-python/django is not keyworded here
80 +dev-python/diskcache test
81 +
82 # Joshua Kinard <kumba@g.o> (2021-05-20)
83 # mask USE 'test' on MIPS for setuptools and jaraco-path due to
84 # the very deep dependency chain that is enabled. Will unmask
85
86 diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask
87 index 356905cce02..677b807221a 100644
88 --- a/profiles/arch/powerpc/ppc32/package.use.mask
89 +++ b/profiles/arch/powerpc/ppc32/package.use.mask
90 @@ -1,6 +1,10 @@
91 # Copyright 1999-2021 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 +# Matt Turner <mattst88@g.o> (2021-06-10)
95 +# dev-python/django is not keyworded here
96 +dev-python/diskcache test
97 +
98 # Sam James <sam@g.o> (2021-05-17)
99 # Deps not yet tested/keyworded.
100 # bug #708344
101
102 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
103 index 442a3dd9af8..c665107ad64 100644
104 --- a/profiles/arch/powerpc/ppc64/package.use.mask
105 +++ b/profiles/arch/powerpc/ppc64/package.use.mask
106 @@ -1,6 +1,10 @@
107 # Copyright 1999-2021 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109
110 +# Matt Turner <mattst88@g.o> (2021-06-10)
111 +# dev-python/django is not keyworded here
112 +dev-python/diskcache test
113 +
114 # Mike Gilbert <floppym@g.o> (2021-03-29)
115 # Unmask TPM on supported archs.
116 sys-apps/systemd -tpm
117
118 diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask
119 index 20fa51d1695..817a08e683c 100644
120 --- a/profiles/arch/s390/package.use.mask
121 +++ b/profiles/arch/s390/package.use.mask
122 @@ -1,6 +1,10 @@
123 # Copyright 1999-2021 Gentoo Authors
124 # Distributed under the terms of the GNU General Public License v2
125
126 +# Matt Turner <mattst88@g.o> (2021-06-10)
127 +# dev-python/django is not keyworded here
128 +dev-python/diskcache test
129 +
130 # Matt Turner <mattst88@g.o> (2020-08-11)
131 # No drivers on this architecture support Vulkan
132 media-libs/mesa vulkan vulkan-overlay zink
133
134 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
135 index 5f0e692d0ce..e0e813eef86 100644
136 --- a/profiles/arch/sparc/package.use.mask
137 +++ b/profiles/arch/sparc/package.use.mask
138 @@ -1,6 +1,10 @@
139 # Copyright 1999-2021 Gentoo Authors
140 # Distributed under the terms of the GNU General Public License v2
141
142 +# Matt Turner <mattst88@g.o> (2021-06-10)
143 +# dev-python/django is not keyworded here
144 +dev-python/diskcache test
145 +
146 # Sam James <sam@g.o> (2021-06-03)
147 # Mask tests on dev-cpp/eigen for now as they're rather large and
148 # eigen itself is only being dragged in as a test dependency for now.