commit: fbec8c01fafe24b40990434d9c3ea30287b8a810 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Wed Jul 19 13:14:17 2023 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 09:52:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbec8c01
profiles/arch/loong: retain some wd40 dep forces/masks Prefer to leave wd40 status first, then get these deps keyworded later, to minimize the wd40 graduation PR size and keep it focused. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.force | 4 ++++ profiles/arch/loong/package.use.mask | 14 ++++++++++++++ profiles/arch/loong/use.mask | 5 +++++ 3 files changed, 23 insertions(+) diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 20547d7e155b..ccd2246cf5a9 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -1,6 +1,10 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2023-07-19) +# dev-lang/spidermonkey still waiting on upstream lld support +sys-auth/polkit duktape + # WANG Xuerui <[email protected]> (2022-08-13) # Force the host target # diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 7ffe10bae8ad..ca2061b5a0ba 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,20 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2023-07-19) +# Temporary masks; to be lifted after leaving wd40 status. +gnome-base/nautilus previewer +mate-extra/caja-extensions gajim +x11-misc/xscreensaver gdm + +# WANG Xuerui <[email protected]> (2023-07-19) +# dev-lang/spidermonkey still waiting on upstream lld support +app-crypt/libsecret test-rust +dev-util/glade gjs + +# dev-python/watchfiles has too old target-lexicon without loong support +dev-python/uvicorn test-rust + # WANG Xuerui <[email protected]> (2023-07-19) # Examples used by tests have their libc crate Cargo.locked to 0.2.121, that # predated Rust's loong support. The package itself works as intended. diff --git a/profiles/arch/loong/use.mask b/profiles/arch/loong/use.mask index 2ef4b5d69844..67a6e33307b7 100644 --- a/profiles/arch/loong/use.mask +++ b/profiles/arch/loong/use.mask @@ -1,6 +1,11 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2023-07-19) +# Temporary masks; to be lifted after leaving wd40 status. +imagequant +gnome-shell + # WANG Xuerui <[email protected]> (2023-07-11) # dev-util/babeltrace fails tests on loong babeltrace
