Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-layoutex/, dev-libs/icu-layoutex/files/
Date: Wed, 08 May 2019 07:25:27
Message-Id: 1557300307.aeb99d834f4debc64eb25c68cd092049f4427bde.polynomial-c@gentoo
1 commit: aeb99d834f4debc64eb25c68cd092049f4427bde
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 07:25:07 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 07:25:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb99d83
7
8 qdev-libs/icu-layoutex: Added big-endian build fix.
9
10 Closes: https://bugs.gentoo.org/682444
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 .../files/icu-layoutex-64.1-data_archive_generation.patch | 14 ++++++++++++++
15 dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild | 1 +
16 2 files changed, 15 insertions(+)
17
18 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
19 new file mode 100644
20 index 00000000000..3bb7673f254
21 --- /dev/null
22 +++ b/dev-libs/icu-layoutex/files/icu-layoutex-64.1-data_archive_generation.patch
23 @@ -0,0 +1,14 @@
24 +https://bugs.gentoo.org/682170
25 +
26 +--- a/data/Makefile.in
27 ++++ b/data/Makefile.in
28 +@@ -148,7 +148,8 @@
29 + # and convert it to the current type.
30 + ifneq ($(ICUDATA_ARCHIVE),)
31 + ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat
32 +-$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR)
33 ++$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE)
34 ++ $(MKINSTALLDIRS) $(OUTDIR)
35 + $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE)
36 + endif
37 + else
38
39 diff --git a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild
40 index 9f738852cf9..efe008f9981 100644
41 --- a/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild
42 +++ b/dev-libs/icu-layoutex/icu-layoutex-64.2.ebuild
43 @@ -27,6 +27,7 @@ S="${WORKDIR}/${PN/-layoutex}/source"
44
45 PATCHES=(
46 "${FILESDIR}/${PN}-58.1-remove-bashisms.patch"
47 + "${FILESDIR}/${PN}-64.1-data_archive_generation.patch"
48 )
49
50 src_prepare() {