From d7c4df5c9424a2e359beb10531adcf37f21a96ec Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 20 Sep 2020 14:57:09 +0200 Subject: 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 --- www-client/elinks/elinks-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www-client/elinks/elinks-9999.ebuild') diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 15f8ced61462..aec8f06d1856 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -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) -- cgit v1.2.3-65-gdbad