Unmask USE="jit" for webkit-gtk on amd64/arm/x86 and the amd64/arm/x86 prefix arches...
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Mon, 9 Jan 2012 04:36:35 +0000 (04:36 +0000)
committerAlexandre Rostovtsev <tetromino@gentoo.org>
Mon, 9 Jan 2012 04:36:35 +0000 (04:36 +0000)
13 files changed:
profiles/arch/amd64/ChangeLog
profiles/arch/amd64/package.use.mask
profiles/arch/arm/ChangeLog
profiles/arch/arm/package.use.mask
profiles/arch/x86-fbsd/ChangeLog
profiles/arch/x86-fbsd/package.use.mask
profiles/arch/x86/ChangeLog
profiles/arch/x86/package.use.mask
profiles/prefix/ChangeLog
profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
profiles/prefix/darwin/macos/arch/x86/package.use.mask
profiles/prefix/linux/amd64/package.use.mask [new file with mode: 0644]
profiles/prefix/linux/x86/package.use.mask [new file with mode: 0644]

index 96216e370d48f228f7e6389e8b8539ae61d78b19..130d2dfb3571d2d3b9e8ac2f096e53552441f87b 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.156 2011/12/07 19:23:45 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.157 2012/01/09 04:36:34 tetromino Exp $
+
+  09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
+  Unmask USE="jit" for webkit-gtk (bug #396313).
 
   07 Dec 2011; Mike Frysinger <vapier@gentoo.org> make.defaults:
   Add settings for x32 ABI, and make amd64 explicit in case it is not the
index 3aa956a2ad533c173b7f7a6765ad1b7a9ebaabac..e94696277e0ffbb7ca4674295229100fae2a97ff 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.115 2011/12/22 12:27:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.116 2012/01/09 04:36:34 tetromino Exp $
 
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
 
 #--- END OF EXAMPLES ---
 
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
+
 # Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
 # JavaScriptCore JIT is supported only on amd64/arm/x86,
 # so it's masked in base profile and unmasked here
index 45fc77ea377c04b013eb7d7b368c386f72c86bd5..1f846495f1c2b8025bb42c8a0b924ce3a39fbb69 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/ARM profile directory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.146 2011/11/29 23:48:09 pesa Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.147 2012/01/09 04:36:34 tetromino Exp $
+
+  09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
+  Unmask USE="jit" for webkit-gtk (bug #396313).
 
   29 Nov 2011; Davide Pesavento <pesa@gentoo.org> package.use.mask:
   Unmask USE="jit" for qt-webkit.
index 658727f21df9caf90f65e90af99be6d26b970cc8..33bf88b60e3d2442dae9c4f989ffff01f1922567 100644 (file)
@@ -1,6 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.68 2011/11/29 23:48:09 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.69 2012/01/09 04:36:34 tetromino Exp $
+
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
 
 # Davide Pesavento <pesa@gentoo.org> (30 Nov 2011)
 # JavaScriptCore JIT is supported only on amd64/arm/x86,
index fd08720fa2c61624d998d2050e4cd701a701d7c3..a89625a94f198b4c049c61e2be19bde6f38232cb 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/x86-fbsd profile directory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/ChangeLog,v 1.29 2011/10/06 20:42:30 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/ChangeLog,v 1.30 2012/01/09 04:36:34 tetromino Exp $
+
+  09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
+  Unmask USE="jit" for webkit-gtk (bug #396313).
 
   06 Oct 2011; Alexis Ballier <aballier@gentoo.org> use.mask:
   mask vaapi useflag as libva doesnt build
index f0f55bf0226e12debcef7d66bcdca63e80ae9d15..a5754030dc3f71ef834369d481e9f41ec77e9d94 100644 (file)
@@ -1,6 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/package.use.mask,v 1.27 2011/08/06 01:04:56 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/package.use.mask,v 1.28 2012/01/09 04:36:34 tetromino Exp $
+
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
 
 # Pacho Ramos <pacho@gentoo> (18 Mar 2011)
 # Missing keywords on deps (GNOME related packages)
index f8be6244121e5e0efda074085f2ddec56e5643a7..e7e27a1ec18b24daaa0981bc44ae13489b8e817f 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/x86 profile directory
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.88 2011/12/06 13:29:27 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.89 2012/01/09 04:36:34 tetromino Exp $
+
+  09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.use.mask:
+  Unmask USE="jit" for webkit-gtk (bug #396313).
 
   06 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> package.use.mask:
   Unmask USE="pic" for media-video/transcode.
index 3e58606d5bde2607787ea57777f82c15aea5d566..eb374e91f47afcef0ac937e02f6e26066f8cd74e 100644 (file)
@@ -1,9 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.74 2011/12/22 12:27:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.75 2012/01/09 04:36:34 tetromino Exp $
 
 # This file requires >=portage-2.1.1
 
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
+
 # Samuli Suominen <ssuominen@gentoo.org> (06 Dec 2011)
 # NuppelVideo support is x86 only
 media-video/transcode -nuv -pic
index f22c25f7e3a84005ebaa0c1c1d56210a43d0457b..414d5abf4f00bcbd429f3ff5b449edbcc165020f 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.320 2012/01/01 19:39:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.321 2012/01/09 04:36:34 tetromino Exp $
+
+  09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  +linux/amd64/package.use.mask, +linux/x86/package.use.mask,
+  bsd/freebsd/arch/x86/package.use.mask,
+  darwin/macos/arch/x86/package.use.mask:
+  Unmask USE="jit" for webkit-gtk on amd64/arm/x86 prefix arches where
+  webkit-gtk is keyworded (bug #396313).
 
   01 Jan 2012; Fabian Groffen <grobian@gentoo.org> darwin/package.use.mask:
   Mask USE=server for sys-devel/gdb, since it's not supported on Darwin
index 400765493317dccc6888acb6fa334d4a05524cd6..8a26c66869b8ce06f19ffb0bbbf2fcd1c058aff2 100644 (file)
@@ -1,8 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 # The 32-bits profile is inherited by the 64-bits one!
 # All the FreeBSD profiles inherit from their matching arch profile here.
 
 
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
index f0fb4a656f6adacc50ef9e70d10031d040e7d38d..d8f0028add13f3f12fc87fc0ae7e4fc54d66a155 100644 (file)
@@ -1,11 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:35 tetromino Exp $
 
 # The 32-bits profile is inherited by the 64-bits one!
 # All the Mac OS X profiles inherit from their matching arch profile here.
 
 
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
+
 # Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010)
 # Relocation issues on 32-bit OSX, bug #329859
 media-sound/mpg123 mmx sse
diff --git a/profiles/prefix/linux/amd64/package.use.mask b/profiles/prefix/linux/amd64/package.use.mask
new file mode 100644 (file)
index 0000000..c06fdde
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/package.use.mask,v 1.1 2012/01/09 04:36:35 tetromino Exp $
+
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
diff --git a/profiles/prefix/linux/x86/package.use.mask b/profiles/prefix/linux/x86/package.use.mask
new file mode 100644 (file)
index 0000000..9306922
--- /dev/null
@@ -0,0 +1,8 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/package.use.mask,v 1.1 2012/01/09 04:36:35 tetromino Exp $
+
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit