diff options
author | Sam James <sam@gentoo.org> | 2022-04-26 14:46:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-26 14:46:38 +0100 |
commit | fc9fda2a6ad75ed943421b6301eba0ced6ba9c0f (patch) | |
tree | 5b875598a5d09bc010fbae0ce32f91c16ffdf04d /profiles | |
parent | dev-ruby/timecop: Keyword 0.9.5 s390, #840930 (diff) | |
download | gentoo-fc9fda2a6ad75ed943421b6301eba0ced6ba9c0f.tar.gz gentoo-fc9fda2a6ad75ed943421b6301eba0ced6ba9c0f.tar.bz2 gentoo-fc9fda2a6ad75ed943421b6301eba0ced6ba9c0f.zip |
profiles/arch/s390: force polkit[duktape] where no rust
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/s390/package.use.force | 6 | ||||
-rw-r--r-- | 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 <sam@gentoo.org> (2022-04-26) +# Spidermonkey needs Rust and not available for s390 (but is for s390x) +sys-auth/polkit duktape + # Andreas K. Hüttel <dilfridge@gentoo.org> (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 <sam@gentoo.org> (2022-04-26) +# Spidermonkey needs Rust and not available for s390 (but is for s390x) +sys-auth/polkit -duktape + # Michał Górny <mgorny@gentoo.org> (2016-11-11) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_SystemZ |