diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-06-20 22:25:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-06-20 22:27:02 -0400 |
commit | 39f0eafc3d0ca0f5993d8e6a5b1334ba7e4408da (patch) | |
tree | ce025fc2ddf2db686adfbe6e9467b94d4f8f94d5 /profiles/arch/arm | |
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/arm')
-rw-r--r-- | profiles/arch/arm/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 852b2407f7e4..76b9c2b707e6 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <mattst88@gentoo.org> (20 Jun 2019) +# dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does +# build on arm. +>=dev-lang/spidermonkey-60 -jit + # Lars Wendler <polynomial-c@gentoo.org> (29 Apr 2019) # Requires app-text/discount and net-libs/webkit-gtk which both have # no keywords on arm |