diff options
author | Felix Janda <felix.janda@posteo.de> | 2020-08-02 17:28:55 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-07 17:57:49 +0000 |
commit | 5d1f2a434037d6ec578b8b57fed7676ca446b6c0 (patch) | |
tree | 5171e3f0ca422cd30528e486f49eae881b942570 /profiles | |
parent | www-client/elinks: fix compilation with -fno-common/gcc10 (diff) | |
download | gentoo-5d1f2a434037d6ec578b8b57fed7676ca446b6c0.tar.gz gentoo-5d1f2a434037d6ec578b8b57fed7676ca446b6c0.tar.bz2 gentoo-5d1f2a434037d6ec578b8b57fed7676ca446b6c0.zip |
www-client/elinks: USE=javascript needs dev-lang/spidermonkey:17
Mask javascript use flag on arm64 and hppa due to missing keyword of
dependency
Bug: https://bugs.gentoo.org/685080
Bug: https://bugs.gentoo.org/731134
Signed-off-by: Felix Janda <felix.janda@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/16604
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index af378b8bdb32..a20e594712e8 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Felix Janda <felix.janda@posteo.de> (2020-08-01) +# Requires unkeyworded dev-lang/spidermonkey:17 +>=www-client/elinks-0.13.3 javascript + # Mike Pagano <mpagano@gentoo.org> (2020-07-27) # Failed build on arm64 # bug #732966 diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 8631b24b64a0..7322a8eb91c5 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Felix Janda <felix.janda@posteo.de> (2020-08-01) +# Requires masked dev-lang/spidermonkey:17 +>=www-client/elinks-0.13.3 javascript + # Robin H. Johnson <robbat2@gentoo.org> (2020-07-02) # Mask io-uring & zbc pending keywording sys-block/fio -io-uring zbc |