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/prefix/bsd/freebsd/arch/x86: package.use.mask
Date: Mon, 09 Jan 2012 04:37:10
Message-Id: 20120109043635.06B2420054@flycatcher.gentoo.org
1 tetromino 12/01/09 04:36:35
2
3 Modified: 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.2 profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask?r1=1.1&r2=1.2
13
14 Index: package.use.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- package.use.mask 30 Dec 2011 17:28:18 -0000 1.1
21 +++ package.use.mask 9 Jan 2012 04:36:34 -0000 1.2
22 @@ -1,8 +1,12 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 +# Copyright 1999-2012 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:34 tetromino Exp $
28
29 # The 32-bits profile is inherited by the 64-bits one!
30 # All the FreeBSD profiles inherit from their matching arch profile here.
31
32
33 +# Alexandre Rostovtsev <tetromono@g.o> (09 Jan 2012)
34 +# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
35 +# it's masked in base profile and unmasked here (bug #396313).
36 +net-libs/webkit-gtk -jit