Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-icu-r0.patch
Date: Sat, 28 Sep 2013 22:31:48
Message-Id: 20130928223144.78DE52004E@flycatcher.gentoo.org
1 phajdan.jr 13/09/28 22:31:44
2
3 Modified: chromium-system-icu-r0.patch
4 Log:
5 Fix the patch and apply it, bug #486342 by floppym.
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 30427902)
8
9 Revision Changes Path
10 1.12 www-client/chromium/files/chromium-system-icu-r0.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch?r1=1.11&r2=1.12
15
16 Index: chromium-system-icu-r0.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/files/chromium-system-icu-r0.patch,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- chromium-system-icu-r0.patch 28 Sep 2013 03:54:54 -0000 1.11
23 +++ chromium-system-icu-r0.patch 28 Sep 2013 22:31:44 -0000 1.12
24 @@ -1,14 +1,26 @@
25 ---- build/linux/unbundle/icu.gyp.orig 2013-05-08 16:16:58.989728264 +0000
26 -+++ build/linux/unbundle/icu.gyp 2013-05-08 16:18:07.910115715 +0000
27 -@@ -7,6 +7,11 @@
28 +--- build/linux/unbundle/icu.gyp.orig 2013-09-27 18:18:50.531839532 +0000
29 ++++ build/linux/unbundle/icu.gyp 2013-09-27 18:19:08.301950500 +0000
30 +@@ -7,6 +7,7 @@
31 {
32 'target_name': 'system_icu',
33 'type': 'none',
34 -+ 'direct_dependent_settings': {
35 -+ 'defines': [
36 -+ 'U_USING_ICU_NAMESPACE=0',
37 -+ ],
38 -+ },
39 - 'link_settings': {
40 - 'ldflags': [
41 - '<!@(icu-config --ldflags)',
42 ++ 'toolsets': ['host', 'target'],
43 + 'direct_dependent_settings': {
44 + 'defines': [
45 + 'U_USING_ICU_NAMESPACE=0',
46 +@@ -30,6 +31,7 @@
47 + {
48 + 'target_name': 'icui18n',
49 + 'type': 'none',
50 ++ 'toolsets': ['host', 'target'],
51 + 'dependencies': ['system_icu'],
52 + 'export_dependent_settings': ['system_icu'],
53 + 'variables': {
54 +@@ -116,6 +118,7 @@
55 + {
56 + 'target_name': 'icuuc',
57 + 'type': 'none',
58 ++ 'toolsets': ['host', 'target'],
59 + 'dependencies': ['system_icu'],
60 + 'export_dependent_settings': ['system_icu'],
61 + 'variables': {