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 F0B6F138334 for ; Wed, 8 May 2019 07:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF39FE0858; Wed, 8 May 2019 07:25:26 +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 AA38AE0858 for ; Wed, 8 May 2019 07:25:26 +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 65332343975 for ; Wed, 8 May 2019 07:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75F11452 for ; Wed, 8 May 2019 07:25:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1557300307.aeb99d834f4debc64eb25c68cd092049f4427bde.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-layoutex/, dev-libs/icu-layoutex/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild X-VCS-Directories: dev-libs/icu-layoutex/files/ dev-libs/icu-layoutex/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: aeb99d834f4debc64eb25c68cd092049f4427bde X-VCS-Branch: master Date: Wed, 8 May 2019 07:25:23 +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: 4ad94ff6-5071-47ff-84ab-173a3038b28b X-Archives-Hash: f176a8d114b33e8a0514509b0c0bf8cb commit: aeb99d834f4debc64eb25c68cd092049f4427bde Author: Lars Wendler gentoo org> AuthorDate: Wed May 8 07:25:07 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 8 07:25:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb99d83 qdev-libs/icu-layoutex: Added big-endian build fix. Closes: https://bugs.gentoo.org/682444 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> .../files/icu-layoutex-64.1-data_archive_generation.patch | 14 ++++++++++++++ dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch b/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch new file mode 100644 index 00000000000..3bb7673f254 --- /dev/null +++ b/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/682170 + +--- a/data/Makefile.in ++++ b/data/Makefile.in +@@ -148,7 +148,8 @@ + # and convert it to the current type. + ifneq ($(ICUDATA_ARCHIVE),) + ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat +-$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR) ++$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) ++ $(MKINSTALLDIRS) $(OUTDIR) + $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE) + endif + else diff --git a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild index 9f738852cf9..efe008f9981 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild @@ -27,6 +27,7 @@ S="${WORKDIR}/${PN/-layoutex}/source" PATCHES=( "${FILESDIR}/${PN}-58.1-remove-bashisms.patch" + "${FILESDIR}/${PN}-64.1-data_archive_generation.patch" ) src_prepare() {