commit: fc9fda2a6ad75ed943421b6301eba0ced6ba9c0f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 26 13:46:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 13:46:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9fda2a
profiles/arch/s390: force polkit[duktape] where no rust Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/s390/package.use.force | 6 +++++- profiles/arch/s390/s390x/package.use.force | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/profiles/arch/s390/package.use.force b/profiles/arch/s390/package.use.force index 63b764ca220d..fc76598ad05d 100644 --- a/profiles/arch/s390/package.use.force +++ b/profiles/arch/s390/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-04-26) +# Spidermonkey needs Rust and not available for s390 (but is for s390x) +sys-auth/polkit duktape + # Andreas K. Hüttel <[email protected]> (2022-04-20) # s390-tools (in @system) needs this for building some bootloader code sys-devel/binutils multitarget diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force index 577dcc99cc07..44699e079c3f 100644 --- a/profiles/arch/s390/s390x/package.use.force +++ b/profiles/arch/s390/s390x/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-04-26) +# Spidermonkey needs Rust and not available for s390 (but is for s390x) +sys-auth/polkit -duktape + # Michał Górny <[email protected]> (2016-11-11) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_SystemZ
