summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2020-08-02 17:28:55 -0400
committerSam James <sam@gentoo.org>2020-08-07 17:57:49 +0000
commit5d1f2a434037d6ec578b8b57fed7676ca446b6c0 (patch)
tree5171e3f0ca422cd30528e486f49eae881b942570 /www-client/elinks/elinks-9999.ebuild
parentwww-client/elinks: fix compilation with -fno-common/gcc10 (diff)
downloadgentoo-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 'www-client/elinks/elinks-9999.ebuild')
-rw-r--r--www-client/elinks/elinks-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
index ce228d3832a8..15f8ced61462 100644
--- a/www-client/elinks/elinks-9999.ebuild
+++ b/www-client/elinks/elinks-9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
gpm? ( >=sys-libs/ncurses-5.2:0= >=sys-libs/gpm-1.20.0-r5 )
guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] )
idn? ( net-dns/libidn:= )
- javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )
+ javascript? ( dev-lang/spidermonkey:17= )
lua? ( >=dev-lang/lua-5:0= )
perl? ( dev-lang/perl:= )
ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* )