commit: d1c23ace2542e0d6e95484aa0e11569d5c24632d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 15 21:08:33 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 15 22:09:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c23ace
profiles/arch/arm: force sys-auth/polkit[duktape] where no Rust Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/armv4/package.use.force | 6 ++++++ profiles/arch/arm/armv4t/package.use.force | 6 ++++++ profiles/arch/arm/armv5te/package.use.force | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/profiles/arch/arm/armv4/package.use.force b/profiles/arch/arm/armv4/package.use.force new file mode 100644 index 000000000000..d70ac2644441 --- /dev/null +++ b/profiles/arch/arm/armv4/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-05-15) +# No Rust here (so no Spidermonkey), force Duktape instead +sys-auth/polkit duktape diff --git a/profiles/arch/arm/armv4t/package.use.force b/profiles/arch/arm/armv4t/package.use.force new file mode 100644 index 000000000000..d70ac2644441 --- /dev/null +++ b/profiles/arch/arm/armv4t/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-05-15) +# No Rust here (so no Spidermonkey), force Duktape instead +sys-auth/polkit duktape diff --git a/profiles/arch/arm/armv5te/package.use.force b/profiles/arch/arm/armv5te/package.use.force new file mode 100644 index 000000000000..d70ac2644441 --- /dev/null +++ b/profiles/arch/arm/armv5te/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-05-15) +# No Rust here (so no Spidermonkey), force Duktape instead +sys-auth/polkit duktape
