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-angle-r0.patch
Date: Wed, 04 Jun 2014 07:17:03
Message-Id: 20140604071659.F17EB2004F@flycatcher.gentoo.org
1 phajdan.jr 14/06/04 07:16:59
2
3 Added: chromium-angle-r0.patch
4 Log:
5 Dev channel bump. Remove old.
6
7 (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x4F1A2555EA71991D!)
8
9 Revision Changes Path
10 1.1 www-client/chromium/files/chromium-angle-r0.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-angle-r0.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-angle-r0.patch?rev=1.1&content-type=text/plain
14
15 Index: chromium-angle-r0.patch
16 ===================================================================
17 --- third_party/angle/src/angle.gypi.orig 2014-06-03 15:21:44.892885543 +0000
18 +++ third_party/angle/src/angle.gypi 2014-06-03 15:22:07.833345520 +0000
19 @@ -56,7 +56,7 @@
20 {
21 'action_name': 'Generate Commit ID Header',
22 'message': 'Generating commit ID header...',
23 - 'inputs': [ '<(SHARED_INTERMEDIATE_DIR)/commit_id.py', '<(angle_path)/.git/index' ],
24 + 'inputs': [ '<(SHARED_INTERMEDIATE_DIR)/commit_id.py' ],
25 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/commit.h' ],
26 'action': [ 'python', '<(SHARED_INTERMEDIATE_DIR)/commit_id.py', '<(SHARED_INTERMEDIATE_DIR)/commit.h' ],
27 },