Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/files/
Date: Fri, 29 May 2020 22:12:50
Message-Id: 1590790290.294dffeb97505a5195c14345b10cd615b9d559d7.asturm@gentoo
1 commit: 294dffeb97505a5195c14345b10cd615b9d559d7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri May 29 17:57:59 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 22:11:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294dffeb
7
8 media-libs/harfbuzz: remove unused patch(es)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16004
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch | 14 --------------
16 1 file changed, 14 deletions(-)
17
18 diff --git a/media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch b/media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch
19 deleted file mode 100644
20 index c16fedd6d9d..00000000000
21 --- a/media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch
22 +++ /dev/null
23 @@ -1,14 +0,0 @@
24 -Fix build failure on gcc-9. It's a slightly less invasive
25 -version of upstream's commit 2dce85ed06a8cc7ca
26 -("[icu] Remove HB_ICU_STMT (#1993)")
27 ---- a/src/hb-icu.cc
28 -+++ b/src/hb-icu.cc
29 -@@ -53,7 +53,7 @@
30 -
31 - /* ICU doesn't do-while(0) around their statements. Ugh!
32 - * https://unicode-org.atlassian.net/browse/CLDR-13027 */
33 --#define HB_ICU_STMT(S) do { S } while (0)
34 -+#define HB_ICU_STMT(S) do { S; } while (0)
35 -
36 - hb_script_t
37 - hb_icu_script_to_script (UScriptCode script)