Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/winnt/, profiles/arch/sparc/, ...
Date: Fri, 30 Aug 2019 08:51:29
Message-Id: 1567155069.a92f310586e35be4b253435f4e7e0cf47d4cf541.soap@gentoo
1 commit: a92f310586e35be4b253435f4e7e0cf47d4cf541
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 08:51:09 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 08:51:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92f3105
7
8 profiles: [QA] Remove stale USE="directfb" masks
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 profiles/arch/mips/use.mask | 1 -
13 profiles/arch/powerpc/ppc64/64ul/use.mask | 7 ++-----
14 profiles/arch/s390/use.mask | 1 -
15 profiles/arch/sparc/use.mask | 1 -
16 profiles/default/bsd/use.mask | 5 ++---
17 profiles/prefix/aix/use.mask | 1 -
18 profiles/prefix/darwin/use.mask | 1 -
19 profiles/prefix/mint/use.mask | 1 -
20 profiles/prefix/sunos/use.mask | 1 -
21 profiles/prefix/windows/winnt/use.mask | 3 +--
22 10 files changed, 5 insertions(+), 17 deletions(-)
23
24 diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
25 index 0c2c0d8533c..32ba177b1fe 100644
26 --- a/profiles/arch/mips/use.mask
27 +++ b/profiles/arch/mips/use.mask
28 @@ -216,7 +216,6 @@ eds
29 acpi
30 afs
31 apm
32 -directfb
33 dvdr
34 ibm
35 ggi
36
37 diff --git a/profiles/arch/powerpc/ppc64/64ul/use.mask b/profiles/arch/powerpc/ppc64/64ul/use.mask
38 index 0cc7f9e27d9..70b2f2d6446 100644
39 --- a/profiles/arch/powerpc/ppc64/64ul/use.mask
40 +++ b/profiles/arch/powerpc/ppc64/64ul/use.mask
41 @@ -1,4 +1,5 @@
42 -# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2
43 +# Copyright 1999-2019 Gentoo Authors
44 +# Distributed under the terms of the GNU General Public License v2
45
46 # Ilya Tumaykin <itumaykin+gentoo@×××××.com> (2017-05-07)
47 # There is no luajit support on ppc64 userland. Bug #608326.
48 @@ -12,10 +13,6 @@ luajittex
49 # virtual/opencl requires media-libs/mesa[opencl] (bug #549096)
50 opencl
51
52 -# this is a list of USE flags that should not be used on PPC64
53 -# Tom Gall <tgall@g.o> manages this list
54 -directfb
55 -
56 # Agostino Sarubbo <ago@g.o> (2012-12-22)
57 # mask kde since is not anymore keyworded for ppc64
58 kde
59
60 diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
61 index 78f206bc291..491c1dee8a5 100644
62 --- a/profiles/arch/s390/use.mask
63 +++ b/profiles/arch/s390/use.mask
64 @@ -57,7 +57,6 @@ acpi
65 afs
66 alsa
67 apm
68 -directfb
69 lirc
70 llvm
71 java
72
73 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
74 index 5d188553c6b..a5963370adb 100644
75 --- a/profiles/arch/sparc/use.mask
76 +++ b/profiles/arch/sparc/use.mask
77 @@ -168,7 +168,6 @@ redis
78
79 # USE-flags from differents origins
80 brltty
81 -directfb
82 djbfft
83 dvb
84 java
85
86 diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask
87 index 390fcc3df99..6629ace9a07 100644
88 --- a/profiles/default/bsd/use.mask
89 +++ b/profiles/default/bsd/use.mask
90 @@ -1,5 +1,5 @@
91 -# Copyright 1999-2018 Gentoo Authors.
92 -# Distributed under the terms of the GNU General Public License, v2
93 +# Copyright 1999-2019 Gentoo Authors
94 +# Distributed under the terms of the GNU General Public License v2
95
96 # Mart Raudsepp <leio@g.o>
97 # net-misc/networkmanager not keyworded
98 @@ -15,7 +15,6 @@ alsa
99 v4l
100 libv4l
101 fbcon
102 -directfb
103 gpm
104 lirc
105 multilib
106
107 diff --git a/profiles/prefix/aix/use.mask b/profiles/prefix/aix/use.mask
108 index 8ba50841f10..4728fdf3fb6 100644
109 --- a/profiles/prefix/aix/use.mask
110 +++ b/profiles/prefix/aix/use.mask
111 @@ -11,7 +11,6 @@ acpi
112 alsa
113 apm
114 caps
115 -directfb
116 djbfft
117 fbcon
118 ggi
119
120 diff --git a/profiles/prefix/darwin/use.mask b/profiles/prefix/darwin/use.mask
121 index e73cdefb405..1deb466a984 100644
122 --- a/profiles/prefix/darwin/use.mask
123 +++ b/profiles/prefix/darwin/use.mask
124 @@ -18,7 +18,6 @@ acpi
125 alsa
126 apm
127 caps
128 -directfb
129 djbfft
130 fbcon
131 ggi
132
133 diff --git a/profiles/prefix/mint/use.mask b/profiles/prefix/mint/use.mask
134 index a354482fb2f..9485c70a854 100644
135 --- a/profiles/prefix/mint/use.mask
136 +++ b/profiles/prefix/mint/use.mask
137 @@ -11,7 +11,6 @@ acpi
138 alsa
139 apm
140 caps
141 -directfb
142 djbfft
143 fbcon
144 ggi
145
146 diff --git a/profiles/prefix/sunos/use.mask b/profiles/prefix/sunos/use.mask
147 index 92a4f4a28bd..e1152c2b8b7 100644
148 --- a/profiles/prefix/sunos/use.mask
149 +++ b/profiles/prefix/sunos/use.mask
150 @@ -11,7 +11,6 @@ acpi
151 alsa
152 apm
153 caps
154 -directfb
155 djbfft
156 fbcon
157 ggi
158
159 diff --git a/profiles/prefix/windows/winnt/use.mask b/profiles/prefix/windows/winnt/use.mask
160 index 5b60cad0f8a..727eb842a44 100644
161 --- a/profiles/prefix/windows/winnt/use.mask
162 +++ b/profiles/prefix/windows/winnt/use.mask
163 @@ -1,4 +1,4 @@
164 -# Copyright 1999-2017 Gentoo Foundation
165 +# Copyright 1999-2019 Gentoo Authors
166 # Distributed under the terms of the GNU General Public License v2
167
168 # Re-add Winnt libc
169 @@ -19,7 +19,6 @@ caps
170 cdr
171 coreaudio
172 dga
173 -directfb
174 djbfft
175 dri
176 dvdr