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 F377C1382C5 for ; Sat, 28 Nov 2020 18:54:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376A6E07D7; Sat, 28 Nov 2020 18:54:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1EB1DE07D7 for ; Sat, 28 Nov 2020 18:54:13 +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 0AAF33415A5 for ; Sat, 28 Nov 2020 18:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE5F3FB for ; Sat, 28 Nov 2020 18:54:10 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1606589636.9442d61a4c4d8483f53868776586446aba7a7d78.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/files/, dev-libs/icu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu/files/icu-68.1-nonunicode.patch dev-libs/icu/icu-68.1.ebuild X-VCS-Directories: dev-libs/icu/ dev-libs/icu/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 9442d61a4c4d8483f53868776586446aba7a7d78 X-VCS-Branch: master Date: Sat, 28 Nov 2020 18:54:10 +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: 65b0bcb0-8f09-4299-9389-2790826fa692 X-Archives-Hash: ebfc82928ed4211c0335bd2dece17fcf commit: 9442d61a4c4d8483f53868776586446aba7a7d78 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 28 18:51:05 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 28 18:53:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9442d61a dev-libs/icu: Allow non-utf8 locales again Bug: https://bugs.gentoo.org/679674 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-libs/icu/files/icu-68.1-nonunicode.patch | 12 ++++++++++++ dev-libs/icu/icu-68.1.ebuild | 1 + 2 files changed, 13 insertions(+) diff --git a/dev-libs/icu/files/icu-68.1-nonunicode.patch b/dev-libs/icu/files/icu-68.1-nonunicode.patch new file mode 100644 index 00000000000..e02c1413d99 --- /dev/null +++ b/dev-libs/icu/files/icu-68.1-nonunicode.patch @@ -0,0 +1,12 @@ +diff -ruN a/common/unicode/platform.h b/common/unicode/platform.h +--- a/common/unicode/platform.h 2020-10-28 23:21:12.000000000 +0200 ++++ b/common/unicode/platform.h 2020-11-28 20:48:53.223629867 +0200 +@@ -649,7 +649,7 @@ + /* Use the predefined value. */ + #elif U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED || \ + U_PLATFORM == U_PF_EMSCRIPTEN +-# define U_CHARSET_IS_UTF8 1 ++# define U_CHARSET_IS_UTF8 0 + #else + # define U_CHARSET_IS_UTF8 0 + #endif diff --git a/dev-libs/icu/icu-68.1.ebuild b/dev-libs/icu/icu-68.1.ebuild index 50248a6dbbd..e13a81c1b33 100644 --- a/dev-libs/icu/icu-68.1.ebuild +++ b/dev-libs/icu/icu-68.1.ebuild @@ -31,6 +31,7 @@ MULTILIB_CHOST_TOOLS=( PATCHES=( "${FILESDIR}/${PN}-65.1-remove-bashisms.patch" "${FILESDIR}/${PN}-64.2-darwin.patch" + "${FILESDIR}/${PN}-68.1-nonunicode.patch" ) src_prepare() {