From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A40C1382C5 for ; Fri, 29 May 2020 22:12:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABDE2E092B; Fri, 29 May 2020 22:12:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 920D7E092B for ; Fri, 29 May 2020 22:12:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF04834F04E for ; Fri, 29 May 2020 22:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBB89232 for ; Fri, 29 May 2020 22:12:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590790290.294dffeb97505a5195c14345b10cd615b9d559d7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch X-VCS-Directories: media-libs/harfbuzz/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 294dffeb97505a5195c14345b10cd615b9d559d7 X-VCS-Branch: master Date: Fri, 29 May 2020 22:12:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3dc0807-a1b1-464b-8ea2-4f228d1880f1 X-Archives-Hash: 2dd3f83923b382fb0f4bf794bdf6fc4c commit: 294dffeb97505a5195c14345b10cd615b9d559d7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 29 17:57:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 29 22:11:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294dffeb media-libs/harfbuzz: remove unused patch(es) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16004 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch | 14 -------------- 1 file changed, 14 deletions(-) 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 deleted file mode 100644 index c16fedd6d9d..00000000000 --- a/media-libs/harfbuzz/files/harfbuzz-2.6.1-gcc-9.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix build failure on gcc-9. It's a slightly less invasive -version of upstream's commit 2dce85ed06a8cc7ca -("[icu] Remove HB_ICU_STMT (#1993)") ---- a/src/hb-icu.cc -+++ b/src/hb-icu.cc -@@ -53,7 +53,7 @@ - - /* ICU doesn't do-while(0) around their statements. Ugh! - * https://unicode-org.atlassian.net/browse/CLDR-13027 */ --#define HB_ICU_STMT(S) do { S } while (0) -+#define HB_ICU_STMT(S) do { S; } while (0) - - hb_script_t - hb_icu_script_to_script (UScriptCode script)