commit: 5d1f2a434037d6ec578b8b57fed7676ca446b6c0 Author: Felix Janda <felix.janda <AT> posteo <DOT> de> AuthorDate: Sun Aug 2 21:28:55 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 17:57:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1f2a43
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 <AT> posteo.de> Closes: https://github.com/gentoo/gentoo/pull/16604 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ www-client/elinks/elinks-0.13.4.ebuild | 2 +- www-client/elinks/elinks-9999.ebuild | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index af378b8bdb3..a20e594712e 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 <[email protected]> (2020-08-01) +# Requires unkeyworded dev-lang/spidermonkey:17 +>=www-client/elinks-0.13.3 javascript + # Mike Pagano <[email protected]> (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 8631b24b64a..7322a8eb91c 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 <[email protected]> (2020-08-01) +# Requires masked dev-lang/spidermonkey:17 +>=www-client/elinks-0.13.3 javascript + # Robin H. Johnson <[email protected]> (2020-07-02) # Mask io-uring & zbc pending keywording sys-block/fio -io-uring zbc diff --git a/www-client/elinks/elinks-0.13.4.ebuild b/www-client/elinks/elinks-0.13.4.ebuild index c4b601e544b..aa8b251b8b4 100644 --- a/www-client/elinks/elinks-0.13.4.ebuild +++ b/www-client/elinks/elinks-0.13.4.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:* ) diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index ce228d3832a..15f8ced6146 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:* )
