www-client/elinks: remove USE=javascript

Javascript support depends on old dev-lang/spidermonkey:17 which will be
removed.

If javascript support in elinks is really critical please file a bug
and we maybe restore support.

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2020-09-20 14:57:09 +02:00
parent 4486cb1722
commit d7c4df5c94
2 changed files with 2 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ 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:17= )
lua? ( >=dev-lang/lua-5:0= )
perl? ( dev-lang/perl:= )
ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* )
@@ -65,12 +64,12 @@ src_configure() {
--enable-256-colors
--enable-true-color
--enable-html-highlight
--without-spidermonkey
$(use_with gpm)
$(use_with brotli)
$(use_with bzip2 bzlib)
$(use_with guile)
$(use_with idn)
$(use_with javascript spidermonkey)
--with-luapkg=$(usev lua)
$(use_with perl)
$(use_with ruby)

View File

@@ -25,7 +25,6 @@ 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:17= )
lua? ( >=dev-lang/lua-5:0= )
perl? ( dev-lang/perl:= )
ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* )
@@ -70,12 +69,12 @@ src_configure() {
--enable-256-colors
--enable-true-color
--enable-html-highlight
--without-spidermonkey
$(use_with gpm)
$(use_with brotli)
$(use_with bzip2 bzlib)
$(use_with guile)
$(use_with idn)
$(use_with javascript spidermonkey)
--with-luapkg=$(usev lua)
$(use_with perl)
$(use_with ruby)