Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/
Date: Tue, 29 Nov 2016 21:23:52
Message-Id: 1480454511.177d61f02f8c2865910179d81c43f703f221e6b9.wizardedit@gentoo
1 commit: 177d61f02f8c2865910179d81c43f703f221e6b9
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 21:21:40 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 21:21:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177d61f0
7
8 app-emulation/wine: fix wineconsole manpage removal for USE="-X -ncurses"
9
10 Gentoo-Bug: https://bugs.gentoo.org/596498
11
12 Package-Manager: portage-2.3.2
13
14 app-emulation/wine/wine-1.8-r3.ebuild | 3 ++-
15 app-emulation/wine/wine-1.8.1-r3.ebuild | 3 ++-
16 app-emulation/wine/wine-1.8.2-r2.ebuild | 3 ++-
17 app-emulation/wine/wine-1.8.3-r1.ebuild | 3 ++-
18 app-emulation/wine/wine-1.8.4.ebuild | 3 ++-
19 app-emulation/wine/wine-1.9.10-r3.ebuild | 3 ++-
20 app-emulation/wine/wine-1.9.11-r3.ebuild | 3 ++-
21 app-emulation/wine/wine-1.9.12-r2.ebuild | 3 ++-
22 app-emulation/wine/wine-1.9.13-r2.ebuild | 3 ++-
23 app-emulation/wine/wine-1.9.14-r2.ebuild | 3 ++-
24 app-emulation/wine/wine-1.9.15-r1.ebuild | 3 ++-
25 app-emulation/wine/wine-1.9.16.ebuild | 3 ++-
26 app-emulation/wine/wine-1.9.17.ebuild | 3 ++-
27 app-emulation/wine/wine-1.9.18.ebuild | 3 ++-
28 app-emulation/wine/wine-1.9.19-r1.ebuild | 3 ++-
29 app-emulation/wine/wine-1.9.20.ebuild | 3 ++-
30 app-emulation/wine/wine-1.9.4-r3.ebuild | 3 ++-
31 app-emulation/wine/wine-1.9.5-r3.ebuild | 3 ++-
32 app-emulation/wine/wine-1.9.6-r3.ebuild | 3 ++-
33 app-emulation/wine/wine-1.9.7-r3.ebuild | 3 ++-
34 app-emulation/wine/wine-1.9.8-r2.ebuild | 3 ++-
35 app-emulation/wine/wine-1.9.9-r3.ebuild | 3 ++-
36 app-emulation/wine/wine-9999.ebuild | 3 ++-
37 23 files changed, 46 insertions(+), 23 deletions(-)
38
39 diff --git a/app-emulation/wine/wine-1.8-r3.ebuild b/app-emulation/wine/wine-1.8-r3.ebuild
40 index ae19c1a..02b5c87 100644
41 --- a/app-emulation/wine/wine-1.8-r3.ebuild
42 +++ b/app-emulation/wine/wine-1.8-r3.ebuild
43 @@ -483,7 +483,8 @@ multilib_src_install_all() {
44
45 # Remove wineconsole if neither backend is installed #551124
46 if ! use X && ! use ncurses; then
47 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
48 + rm "${D}"/usr/bin/wineconsole* || die
49 + rm "${D}"/usr/share/man/man1/wineconsole* || die
50 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
51 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
52 fi
53
54 diff --git a/app-emulation/wine/wine-1.8.1-r3.ebuild b/app-emulation/wine/wine-1.8.1-r3.ebuild
55 index d7b27bd..7c8a9ce 100644
56 --- a/app-emulation/wine/wine-1.8.1-r3.ebuild
57 +++ b/app-emulation/wine/wine-1.8.1-r3.ebuild
58 @@ -489,7 +489,8 @@ multilib_src_install_all() {
59
60 # Remove wineconsole if neither backend is installed #551124
61 if ! use X && ! use ncurses; then
62 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
63 + rm "${D}"/usr/bin/wineconsole* || die
64 + rm "${D}"/usr/share/man/man1/wineconsole* || die
65 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
66 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
67 fi
68
69 diff --git a/app-emulation/wine/wine-1.8.2-r2.ebuild b/app-emulation/wine/wine-1.8.2-r2.ebuild
70 index 3af0ad7..a13d736 100644
71 --- a/app-emulation/wine/wine-1.8.2-r2.ebuild
72 +++ b/app-emulation/wine/wine-1.8.2-r2.ebuild
73 @@ -489,7 +489,8 @@ multilib_src_install_all() {
74
75 # Remove wineconsole if neither backend is installed #551124
76 if ! use X && ! use ncurses; then
77 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
78 + rm "${D}"/usr/bin/wineconsole* || die
79 + rm "${D}"/usr/share/man/man1/wineconsole* || die
80 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
81 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
82 fi
83
84 diff --git a/app-emulation/wine/wine-1.8.3-r1.ebuild b/app-emulation/wine/wine-1.8.3-r1.ebuild
85 index 5b0473b..eddb6f2 100644
86 --- a/app-emulation/wine/wine-1.8.3-r1.ebuild
87 +++ b/app-emulation/wine/wine-1.8.3-r1.ebuild
88 @@ -488,7 +488,8 @@ multilib_src_install_all() {
89
90 # Remove wineconsole if neither backend is installed #551124
91 if ! use X && ! use ncurses; then
92 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
93 + rm "${D}"/usr/bin/wineconsole* || die
94 + rm "${D}"/usr/share/man/man1/wineconsole* || die
95 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
96 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
97 fi
98
99 diff --git a/app-emulation/wine/wine-1.8.4.ebuild b/app-emulation/wine/wine-1.8.4.ebuild
100 index 29a3071..0a88892 100644
101 --- a/app-emulation/wine/wine-1.8.4.ebuild
102 +++ b/app-emulation/wine/wine-1.8.4.ebuild
103 @@ -487,7 +487,8 @@ multilib_src_install_all() {
104
105 # Remove wineconsole if neither backend is installed #551124
106 if ! use X && ! use ncurses; then
107 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
108 + rm "${D}"/usr/bin/wineconsole* || die
109 + rm "${D}"/usr/share/man/man1/wineconsole* || die
110 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
111 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
112 fi
113
114 diff --git a/app-emulation/wine/wine-1.9.10-r3.ebuild b/app-emulation/wine/wine-1.9.10-r3.ebuild
115 index 0509877..06559b1 100644
116 --- a/app-emulation/wine/wine-1.9.10-r3.ebuild
117 +++ b/app-emulation/wine/wine-1.9.10-r3.ebuild
118 @@ -507,7 +507,8 @@ multilib_src_install_all() {
119
120 # Remove wineconsole if neither backend is installed #551124
121 if ! use X && ! use ncurses; then
122 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
123 + rm "${D}"/usr/bin/wineconsole* || die
124 + rm "${D}"/usr/share/man/man1/wineconsole* || die
125 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
126 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
127 fi
128
129 diff --git a/app-emulation/wine/wine-1.9.11-r3.ebuild b/app-emulation/wine/wine-1.9.11-r3.ebuild
130 index 0509877..06559b1 100644
131 --- a/app-emulation/wine/wine-1.9.11-r3.ebuild
132 +++ b/app-emulation/wine/wine-1.9.11-r3.ebuild
133 @@ -507,7 +507,8 @@ multilib_src_install_all() {
134
135 # Remove wineconsole if neither backend is installed #551124
136 if ! use X && ! use ncurses; then
137 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
138 + rm "${D}"/usr/bin/wineconsole* || die
139 + rm "${D}"/usr/share/man/man1/wineconsole* || die
140 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
141 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
142 fi
143
144 diff --git a/app-emulation/wine/wine-1.9.12-r2.ebuild b/app-emulation/wine/wine-1.9.12-r2.ebuild
145 index 8b92f6b..4d1c5ee 100644
146 --- a/app-emulation/wine/wine-1.9.12-r2.ebuild
147 +++ b/app-emulation/wine/wine-1.9.12-r2.ebuild
148 @@ -507,7 +507,8 @@ multilib_src_install_all() {
149
150 # Remove wineconsole if neither backend is installed #551124
151 if ! use X && ! use ncurses; then
152 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
153 + rm "${D}"/usr/bin/wineconsole* || die
154 + rm "${D}"/usr/share/man/man1/wineconsole* || die
155 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
156 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
157 fi
158
159 diff --git a/app-emulation/wine/wine-1.9.13-r2.ebuild b/app-emulation/wine/wine-1.9.13-r2.ebuild
160 index d38bbbd..1f4a9c9 100644
161 --- a/app-emulation/wine/wine-1.9.13-r2.ebuild
162 +++ b/app-emulation/wine/wine-1.9.13-r2.ebuild
163 @@ -506,7 +506,8 @@ multilib_src_install_all() {
164
165 # Remove wineconsole if neither backend is installed #551124
166 if ! use X && ! use ncurses; then
167 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
168 + rm "${D}"/usr/bin/wineconsole* || die
169 + rm "${D}"/usr/share/man/man1/wineconsole* || die
170 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
171 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
172 fi
173
174 diff --git a/app-emulation/wine/wine-1.9.14-r2.ebuild b/app-emulation/wine/wine-1.9.14-r2.ebuild
175 index d38bbbd..1f4a9c9 100644
176 --- a/app-emulation/wine/wine-1.9.14-r2.ebuild
177 +++ b/app-emulation/wine/wine-1.9.14-r2.ebuild
178 @@ -506,7 +506,8 @@ multilib_src_install_all() {
179
180 # Remove wineconsole if neither backend is installed #551124
181 if ! use X && ! use ncurses; then
182 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
183 + rm "${D}"/usr/bin/wineconsole* || die
184 + rm "${D}"/usr/share/man/man1/wineconsole* || die
185 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
186 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
187 fi
188
189 diff --git a/app-emulation/wine/wine-1.9.15-r1.ebuild b/app-emulation/wine/wine-1.9.15-r1.ebuild
190 index d38bbbd..1f4a9c9 100644
191 --- a/app-emulation/wine/wine-1.9.15-r1.ebuild
192 +++ b/app-emulation/wine/wine-1.9.15-r1.ebuild
193 @@ -506,7 +506,8 @@ multilib_src_install_all() {
194
195 # Remove wineconsole if neither backend is installed #551124
196 if ! use X && ! use ncurses; then
197 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
198 + rm "${D}"/usr/bin/wineconsole* || die
199 + rm "${D}"/usr/share/man/man1/wineconsole* || die
200 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
201 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
202 fi
203
204 diff --git a/app-emulation/wine/wine-1.9.16.ebuild b/app-emulation/wine/wine-1.9.16.ebuild
205 index d38bbbd..1f4a9c9 100644
206 --- a/app-emulation/wine/wine-1.9.16.ebuild
207 +++ b/app-emulation/wine/wine-1.9.16.ebuild
208 @@ -506,7 +506,8 @@ multilib_src_install_all() {
209
210 # Remove wineconsole if neither backend is installed #551124
211 if ! use X && ! use ncurses; then
212 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
213 + rm "${D}"/usr/bin/wineconsole* || die
214 + rm "${D}"/usr/share/man/man1/wineconsole* || die
215 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
216 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
217 fi
218
219 diff --git a/app-emulation/wine/wine-1.9.17.ebuild b/app-emulation/wine/wine-1.9.17.ebuild
220 index c36e882..9e5e124 100644
221 --- a/app-emulation/wine/wine-1.9.17.ebuild
222 +++ b/app-emulation/wine/wine-1.9.17.ebuild
223 @@ -506,7 +506,8 @@ multilib_src_install_all() {
224
225 # Remove wineconsole if neither backend is installed #551124
226 if ! use X && ! use ncurses; then
227 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
228 + rm "${D}"/usr/bin/wineconsole* || die
229 + rm "${D}"/usr/share/man/man1/wineconsole* || die
230 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
231 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
232 fi
233
234 diff --git a/app-emulation/wine/wine-1.9.18.ebuild b/app-emulation/wine/wine-1.9.18.ebuild
235 index 3e02ff4..c90f2c9 100644
236 --- a/app-emulation/wine/wine-1.9.18.ebuild
237 +++ b/app-emulation/wine/wine-1.9.18.ebuild
238 @@ -506,7 +506,8 @@ multilib_src_install_all() {
239
240 # Remove wineconsole if neither backend is installed #551124
241 if ! use X && ! use ncurses; then
242 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
243 + rm "${D}"/usr/bin/wineconsole* || die
244 + rm "${D}"/usr/share/man/man1/wineconsole* || die
245 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
246 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
247 fi
248
249 diff --git a/app-emulation/wine/wine-1.9.19-r1.ebuild b/app-emulation/wine/wine-1.9.19-r1.ebuild
250 index bad015a..5c1f95b 100644
251 --- a/app-emulation/wine/wine-1.9.19-r1.ebuild
252 +++ b/app-emulation/wine/wine-1.9.19-r1.ebuild
253 @@ -508,7 +508,8 @@ multilib_src_install_all() {
254
255 # Remove wineconsole if neither backend is installed #551124
256 if ! use X && ! use ncurses; then
257 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
258 + rm "${D}"/usr/bin/wineconsole* || die
259 + rm "${D}"/usr/share/man/man1/wineconsole* || die
260 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
261 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
262 fi
263
264 diff --git a/app-emulation/wine/wine-1.9.20.ebuild b/app-emulation/wine/wine-1.9.20.ebuild
265 index bad015a..5c1f95b 100644
266 --- a/app-emulation/wine/wine-1.9.20.ebuild
267 +++ b/app-emulation/wine/wine-1.9.20.ebuild
268 @@ -508,7 +508,8 @@ multilib_src_install_all() {
269
270 # Remove wineconsole if neither backend is installed #551124
271 if ! use X && ! use ncurses; then
272 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
273 + rm "${D}"/usr/bin/wineconsole* || die
274 + rm "${D}"/usr/share/man/man1/wineconsole* || die
275 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
276 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
277 fi
278
279 diff --git a/app-emulation/wine/wine-1.9.4-r3.ebuild b/app-emulation/wine/wine-1.9.4-r3.ebuild
280 index 25b915c..7b4221c 100644
281 --- a/app-emulation/wine/wine-1.9.4-r3.ebuild
282 +++ b/app-emulation/wine/wine-1.9.4-r3.ebuild
283 @@ -486,7 +486,8 @@ multilib_src_install_all() {
284
285 # Remove wineconsole if neither backend is installed #551124
286 if ! use X && ! use ncurses; then
287 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
288 + rm "${D}"/usr/bin/wineconsole* || die
289 + rm "${D}"/usr/share/man/man1/wineconsole* || die
290 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
291 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
292 fi
293
294 diff --git a/app-emulation/wine/wine-1.9.5-r3.ebuild b/app-emulation/wine/wine-1.9.5-r3.ebuild
295 index 01be562..49b9dc7 100644
296 --- a/app-emulation/wine/wine-1.9.5-r3.ebuild
297 +++ b/app-emulation/wine/wine-1.9.5-r3.ebuild
298 @@ -488,7 +488,8 @@ multilib_src_install_all() {
299
300 # Remove wineconsole if neither backend is installed #551124
301 if ! use X && ! use ncurses; then
302 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
303 + rm "${D}"/usr/bin/wineconsole* || die
304 + rm "${D}"/usr/share/man/man1/wineconsole* || die
305 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
306 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
307 fi
308
309 diff --git a/app-emulation/wine/wine-1.9.6-r3.ebuild b/app-emulation/wine/wine-1.9.6-r3.ebuild
310 index c179080..186ee04 100644
311 --- a/app-emulation/wine/wine-1.9.6-r3.ebuild
312 +++ b/app-emulation/wine/wine-1.9.6-r3.ebuild
313 @@ -485,7 +485,8 @@ multilib_src_install_all() {
314
315 # Remove wineconsole if neither backend is installed #551124
316 if ! use X && ! use ncurses; then
317 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
318 + rm "${D}"/usr/bin/wineconsole* || die
319 + rm "${D}"/usr/share/man/man1/wineconsole* || die
320 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
321 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
322 fi
323
324 diff --git a/app-emulation/wine/wine-1.9.7-r3.ebuild b/app-emulation/wine/wine-1.9.7-r3.ebuild
325 index c179080..186ee04 100644
326 --- a/app-emulation/wine/wine-1.9.7-r3.ebuild
327 +++ b/app-emulation/wine/wine-1.9.7-r3.ebuild
328 @@ -485,7 +485,8 @@ multilib_src_install_all() {
329
330 # Remove wineconsole if neither backend is installed #551124
331 if ! use X && ! use ncurses; then
332 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
333 + rm "${D}"/usr/bin/wineconsole* || die
334 + rm "${D}"/usr/share/man/man1/wineconsole* || die
335 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
336 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
337 fi
338
339 diff --git a/app-emulation/wine/wine-1.9.8-r2.ebuild b/app-emulation/wine/wine-1.9.8-r2.ebuild
340 index 37f284e..278a370 100644
341 --- a/app-emulation/wine/wine-1.9.8-r2.ebuild
342 +++ b/app-emulation/wine/wine-1.9.8-r2.ebuild
343 @@ -485,7 +485,8 @@ multilib_src_install_all() {
344
345 # Remove wineconsole if neither backend is installed #551124
346 if ! use X && ! use ncurses; then
347 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
348 + rm "${D}"/usr/bin/wineconsole* || die
349 + rm "${D}"/usr/share/man/man1/wineconsole* || die
350 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
351 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
352 fi
353
354 diff --git a/app-emulation/wine/wine-1.9.9-r3.ebuild b/app-emulation/wine/wine-1.9.9-r3.ebuild
355 index 357a86c..919a4fa 100644
356 --- a/app-emulation/wine/wine-1.9.9-r3.ebuild
357 +++ b/app-emulation/wine/wine-1.9.9-r3.ebuild
358 @@ -507,7 +507,8 @@ multilib_src_install_all() {
359
360 # Remove wineconsole if neither backend is installed #551124
361 if ! use X && ! use ncurses; then
362 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
363 + rm "${D}"/usr/bin/wineconsole* || die
364 + rm "${D}"/usr/share/man/man1/wineconsole* || die
365 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
366 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
367 fi
368
369 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
370 index bad015a..5c1f95b 100644
371 --- a/app-emulation/wine/wine-9999.ebuild
372 +++ b/app-emulation/wine/wine-9999.ebuild
373 @@ -508,7 +508,8 @@ multilib_src_install_all() {
374
375 # Remove wineconsole if neither backend is installed #551124
376 if ! use X && ! use ncurses; then
377 - rm "${D}"/usr/{bin/,man/man1/}wineconsole* || die
378 + rm "${D}"/usr/bin/wineconsole* || die
379 + rm "${D}"/usr/share/man/man1/wineconsole* || die
380 use abi_x86_32 && rm "${D}"/usr/lib32/wine/{,fakedlls/}wineconsole.exe* || die
381 use abi_x86_64 && rm "${D}"/usr/lib64/wine/{,fakedlls/}wineconsole.exe* || die
382 fi