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 | a315f677cb76a38fdf6886bbfa27e47ae05e2fac (patch) | |
tree | 8b18f26ccefd92c7c3c7f5adb970aab2cf2dd10a /profiles/prefix/bsd | |
parent | Repurpose USE=debug to respect CFLAGS by Agostino Sarubbo (bug #397883). (diff) | |
download | gentoo-2-a315f677cb76a38fdf6886bbfa27e47ae05e2fac.tar.gz gentoo-2-a315f677cb76a38fdf6886bbfa27e47ae05e2fac.tar.bz2 gentoo-2-a315f677cb76a38fdf6886bbfa27e47ae05e2fac.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/prefix/bsd')
-rw-r--r-- | profiles/prefix/bsd/freebsd/arch/x86/package.use.mask | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask index 400765493317..8a26c66869b8 100644 --- a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask +++ b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask @@ -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 |