diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-09 04:36:35 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-09 04:36:35 +0000 |
commit | cdde8cceb877d17dc03a64e31b87c127d9b1a6ae (patch) | |
tree | 50b56c381465d2d57e4067856cd9a7149c5e64b7 /profiles/arch | |
parent | Repurpose USE=debug to respect CFLAGS by Agostino Sarubbo (bug #397883). (diff) | |
download | historical-cdde8cceb877d17dc03a64e31b87c127d9b1a6ae.tar.gz historical-cdde8cceb877d17dc03a64e31b87c127d9b1a6ae.tar.bz2 historical-cdde8cceb877d17dc03a64e31b87c127d9b1a6ae.zip |
Unmask USE="jit" for webkit-gtk on amd64/arm/x86 and the amd64/arm/x86 prefix arches where webkit-gtk is keyworded (bug #396313).
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/arch/arm/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/arm/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/arch/x86-fbsd/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/x86-fbsd/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/arch/x86/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 9 |
8 files changed, 48 insertions, 16 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 96216e370d48..130d2dfb3571 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -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 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3aa956a2ad53..e94696277e0f 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -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 @@ -18,6 +18,11 @@ #--- 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 diff --git a/profiles/arch/arm/ChangeLog b/profiles/arch/arm/ChangeLog index 45fc77ea377c..1f846495f1c2 100644 --- a/profiles/arch/arm/ChangeLog +++ b/profiles/arch/arm/ChangeLog @@ -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. diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 658727f21df9..33bf88b60e3d 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -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, diff --git a/profiles/arch/x86-fbsd/ChangeLog b/profiles/arch/x86-fbsd/ChangeLog index fd08720fa2c6..a89625a94f19 100644 --- a/profiles/arch/x86-fbsd/ChangeLog +++ b/profiles/arch/x86-fbsd/ChangeLog @@ -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 diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index f0f55bf0226e..a5754030dc3f 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/package.use.mask @@ -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) diff --git a/profiles/arch/x86/ChangeLog b/profiles/arch/x86/ChangeLog index f8be6244121e..e7e27a1ec18b 100644 --- a/profiles/arch/x86/ChangeLog +++ b/profiles/arch/x86/ChangeLog @@ -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. diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 3e58606d5bde..eb374e91f47a 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -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 |