From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 94FD91388C1 for ; Thu, 3 Mar 2016 19:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A25E2E07E8; Thu, 3 Mar 2016 19:44:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46A3AE07E8 for ; Thu, 3 Mar 2016 19:44:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F27F4340BC7 for ; Thu, 3 Mar 2016 19:44:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AF2614CE for ; Thu, 3 Mar 2016 19:44:51 +0000 (UTC) From: "Andreas 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 Hüttel" Message-ID: <1457034267.7bb8a9efebd6b2292734380bf7c0b65520d2efcc.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-flagparser.patch dev-libs/icu/icu-56.1-r1.ebuild X-VCS-Directories: dev-libs/icu/ dev-libs/icu/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7bb8a9efebd6b2292734380bf7c0b65520d2efcc X-VCS-Branch: master Date: Thu, 3 Mar 2016 19:44:51 +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-Archives-Salt: 3aa35a28-bda0-440e-b909-830300d70e41 X-Archives-Hash: 655a1f3c5fc912c85569b06058393356 commit: 7bb8a9efebd6b2292734380bf7c0b65520d2efcc Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Mar 3 19:44:00 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Thu Mar 3 19:44:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb8a9ef dev-libs/icu: Backport fix for bug 573294 Package-Manager: portage-2.2.27 dev-libs/icu/files/icu-flagparser.patch | 13 +++++++++++++ dev-libs/icu/icu-56.1-r1.ebuild | 1 + 2 files changed, 14 insertions(+) diff --git a/dev-libs/icu/files/icu-flagparser.patch b/dev-libs/icu/files/icu-flagparser.patch new file mode 100644 index 0000000..bd64276 --- /dev/null +++ b/dev-libs/icu/files/icu-flagparser.patch @@ -0,0 +1,13 @@ +Index: source/tools/toolutil/flagparser.c +=================================================================== +--- a/source/tools/toolutil/flagparser.c (revision 38080) ++++ b/source/tools/toolutil/flagparser.c (revision 38081) +@@ -97,7 +97,7 @@ + + T_FileStream_close(f); + +- if (U_FAILURE(*status)) { ++ if (U_FAILURE(*status) && *status != U_BUFFER_OVERFLOW_ERROR) { + return -1; + } + diff --git a/dev-libs/icu/icu-56.1-r1.ebuild b/dev-libs/icu/icu-56.1-r1.ebuild index e8a0e2b..3968b3a 100644 --- a/dev-libs/icu/icu-56.1-r1.ebuild +++ b/dev-libs/icu/icu-56.1-r1.ebuild @@ -34,6 +34,7 @@ src_prepare() { local variable epatch "${FILESDIR}/${PN}-remove-bashisms.patch" + epatch "${FILESDIR}/${PN}-flagparser.patch" epatch_user # Disable renaming as it is stupind thing to do