diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-20 14:57:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-09-20 15:12:30 +0200 |
commit | d7c4df5c9424a2e359beb10531adcf37f21a96ec (patch) | |
tree | fb1782e07a3ad3d4f5e8322fe2f629d28a9b4b49 /www-client/elinks | |
parent | dev-python/whoosh: Remove python2 (diff) | |
download | gentoo-d7c4df5c9424a2e359beb10531adcf37f21a96ec.tar.gz gentoo-d7c4df5c9424a2e359beb10531adcf37f21a96ec.tar.bz2 gentoo-d7c4df5c9424a2e359beb10531adcf37f21a96ec.zip |
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>
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/elinks-0.13.4-r1.ebuild (renamed from www-client/elinks/elinks-0.13.4.ebuild) | 3 | ||||
-rw-r--r-- | www-client/elinks/elinks-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www-client/elinks/elinks-0.13.4.ebuild b/www-client/elinks/elinks-0.13.4-r1.ebuild index 9e8e327da172..11660c2e694f 100644 --- a/www-client/elinks/elinks-0.13.4.ebuild +++ b/www-client/elinks/elinks-0.13.4-r1.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:* ) @@ -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) 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) |