Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: ChangeLog package.use.mask
Date: Mon, 09 Jan 2012 04:36:49
Message-Id: 20120109043634.7FA352004B@flycatcher.gentoo.org
1 tetromino 12/01/09 04:36:34
2
3 Modified: ChangeLog package.use.mask
4 Log:
5 Unmask USE="jit" for webkit-gtk on amd64/arm/x86 and the amd64/arm/x86 prefix arches where webkit-gtk is keyworded (bug #396313).
6
7 Revision Changes Path
8 1.157 profiles/arch/amd64/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.157&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?rev=1.157&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/ChangeLog?r1=1.156&r2=1.157
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v
17 retrieving revision 1.156
18 retrieving revision 1.157
19 diff -u -r1.156 -r1.157
20 --- ChangeLog 7 Dec 2011 19:23:45 -0000 1.156
21 +++ ChangeLog 9 Jan 2012 04:36:34 -0000 1.157
22 @@ -1,6 +1,9 @@
23 # ChangeLog for Gentoo/AMD64 profile directory
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.156 2011/12/07 19:23:45 vapier Exp $
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.157 2012/01/09 04:36:34 tetromino Exp $
28 +
29 + 09 Jan 2012; Alexandre Rostovtsev <tetromino@g.o> package.use.mask:
30 + Unmask USE="jit" for webkit-gtk (bug #396313).
31
32 07 Dec 2011; Mike Frysinger <vapier@g.o> make.defaults:
33 Add settings for x32 ABI, and make amd64 explicit in case it is not the
34
35
36
37 1.116 profiles/arch/amd64/package.use.mask
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.116&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.116&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.115&r2=1.116
42
43 Index: package.use.mask
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v
46 retrieving revision 1.115
47 retrieving revision 1.116
48 diff -u -r1.115 -r1.116
49 --- package.use.mask 22 Dec 2011 12:27:04 -0000 1.115
50 +++ package.use.mask 9 Jan 2012 04:36:34 -0000 1.116
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2011 Gentoo Foundation
53 +# Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.115 2011/12/22 12:27:04 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.116 2012/01/09 04:36:34 tetromino Exp $
57
58 # When you add an entry to the top of this file, add your name, the date, and
59 # an explanation of why something is getting masked. Please be extremely
60 @@ -18,6 +18,11 @@
61
62 #--- END OF EXAMPLES ---
63
64 +# Alexandre Rostovtsev <tetromono@g.o> (09 Jan 2012)
65 +# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
66 +# it's masked in base profile and unmasked here (bug #396313).
67 +net-libs/webkit-gtk -jit
68 +
69 # Davide Pesavento <pesa@g.o> (30 Nov 2011)
70 # JavaScriptCore JIT is supported only on amd64/arm/x86,
71 # so it's masked in base profile and unmasked here