diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-07-31 15:40:26 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2013-07-31 15:40:26 +0000 |
commit | 24b467befc832ff071ea1978eba0a3a161af2acf (patch) | |
tree | 995f01a640755082b10c3b911d333a421433a458 /www-client/chromium/files | |
parent | Version bump, implementing latest eapi, python-r1.eclass, no longer slotted b... (diff) | |
download | gentoo-2-24b467befc832ff071ea1978eba0a3a161af2acf.tar.gz gentoo-2-24b467befc832ff071ea1978eba0a3a161af2acf.tar.bz2 gentoo-2-24b467befc832ff071ea1978eba0a3a161af2acf.zip |
Dev channel bump.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-system-icu-r0.patch | 20 | ||||
-rw-r--r-- | www-client/chromium/files/chromium-system-ply-r0.patch | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-system-icu-r0.patch b/www-client/chromium/files/chromium-system-icu-r0.patch new file mode 100644 index 000000000000..9761cc7f39c8 --- /dev/null +++ b/www-client/chromium/files/chromium-system-icu-r0.patch @@ -0,0 +1,20 @@ +--- build/linux/unbundle/icu.gyp.orig 2013-07-30 23:57:09.894162340 +0000 ++++ build/linux/unbundle/icu.gyp 2013-07-30 23:57:30.604293370 +0000 +@@ -33,7 +33,7 @@ + 'dependencies': ['system_icu'], + 'export_dependent_settings': ['system_icu'], + 'variables': { +- 'headers_root_path': 'public/i18n', ++ 'headers_root_path': 'source/i18n', + 'header_filenames': [ + # This list can easily be updated using the command below: + # find third_party/icu/source/i18n/unicode -iname '*.h' \ +@@ -119,7 +119,7 @@ + 'dependencies': ['system_icu'], + 'export_dependent_settings': ['system_icu'], + 'variables': { +- 'headers_root_path': 'public/common', ++ 'headers_root_path': 'source/common', + 'header_filenames': [ + # This list can easily be updated using the command below: + # find third_party/icu/source/common/unicode -iname '*.h' \ diff --git a/www-client/chromium/files/chromium-system-ply-r0.patch b/www-client/chromium/files/chromium-system-ply-r0.patch new file mode 100644 index 000000000000..2ab2c8a080db --- /dev/null +++ b/www-client/chromium/files/chromium-system-ply-r0.patch @@ -0,0 +1,11 @@ +--- third_party/WebKit/Source/bindings/derived_sources.gyp.orig 2013-07-30 22:29:53.610647573 +0000 ++++ third_party/WebKit/Source/bindings/derived_sources.gyp 2013-07-30 22:30:05.150721649 +0000 +@@ -262,8 +262,6 @@ + 'msvs_external_rule': 1, + 'inputs': [ + 'scripts/idl_compiler.py', +- '<(DEPTH)/third_party/ply/lex.py', +- '<(DEPTH)/third_party/ply/yacc.py', + '<(DEPTH)/tools/idl_parser/idl_lexer.py', + '<(DEPTH)/tools/idl_parser/idl_node.py', + '<(DEPTH)/tools/idl_parser/idl_parser.py', |