diff options
author | 2019-06-20 22:25:15 -0400 | |
---|---|---|
committer | 2019-06-20 22:27:02 -0400 | |
commit | 39f0eafc3d0ca0f5993d8e6a5b1334ba7e4408da (patch) | |
tree | ce025fc2ddf2db686adfbe6e9467b94d4f8f94d5 /profiles/arch/x86 | |
parent | dev-lang/spidermonkey-60.5.2_p0-r2: ppc64 stable, bug 685150 (diff) | |
download | gentoo-39f0eafc3d0ca0f5993d8e6a5b1334ba7e4408da.tar.gz gentoo-39f0eafc3d0ca0f5993d8e6a5b1334ba7e4408da.tar.bz2 gentoo-39f0eafc3d0ca0f5993d8e6a5b1334ba7e4408da.zip |
profiles: Mask/unmask spidermonkey[jit] per-platform
USE=jit fails to build on most platforms, but does build on x86, amd64,
and arm.
Bug: https://bugs.gentoo.org/685150
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index ab3e3fbf8fa4..8626e359d716 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,11 @@ # This file requires >=portage-2.1.1 +# Matt Turner <mattst88@gentoo.org> (20 Jun 2019) +# dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does +# build on x86. +>=dev-lang/spidermonkey-60 -jit + # Denis Lisov <dennis.lissov@gmail.com> (09 May 2019) # Overlay can only be built on amd64 and x86 x11-apps/igt-gpu-tools -overlay |