Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/files/
Date: Sun, 19 Sep 2021 14:08:42
Message-Id: 1632060466.4e6dd446a3a9447fe238ebb08a4fe668e128eb71.sarnex@gentoo
1 commit: 4e6dd446a3a9447fe238ebb08a4fe668e128eb71
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Sep 14 11:17:53 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 14:07:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6dd446
7
8 app-emulation/wine-vanilla: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/22294
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 .../files/wine-vanilla-6.12-winegcc-equals-args.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/app-emulation/wine-vanilla/files/wine-vanilla-6.12-winegcc-equals-args.patch b/app-emulation/wine-vanilla/files/wine-vanilla-6.12-winegcc-equals-args.patch
19 deleted file mode 100644
20 index 562b63af063..00000000000
21 --- a/app-emulation/wine-vanilla/files/wine-vanilla-6.12-winegcc-equals-args.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -https://bugs.winehq.org/show_bug.cgi?id=51413
25 -https://bugs.gentoo.org/800809
26 ---- a/tools/winegcc/winegcc.c
27 -+++ b/tools/winegcc/winegcc.c
28 -@@ -1982,7 +1982,7 @@ int main(int argc, char **argv)
29 - if (strncmp("-Wl,", opts.args->base[i], 4) == 0)
30 - {
31 - unsigned int j;
32 -- strarray* Wl = strarray_fromstring(opts.args->base[i] + 4, ",=");
33 -+ strarray* Wl = strarray_fromstring(opts.args->base[i] + 4, ",");
34 - for (j = 0; j < Wl->size; j++)
35 - {
36 - if (!strcmp(Wl->base[j], "--image-base") && j < Wl->size - 1)