From 30114ae8ef07a32fea1e44a10b61f98c84142645 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 20 Jul 2023 13:07:51 +0100 Subject: gentoo auto-resync : 20:07:2023 - 13:07:51 --- profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/amd64/x32/package.mask | 6 ++++++ profiles/arch/amd64/x32/package.use.mask | 5 +++++ profiles/arch/arm64/use.mask | 4 ++++ profiles/arch/base/use.mask | 4 ++++ profiles/arch/loong/package.use.force | 4 ++++ profiles/arch/loong/package.use.mask | 21 +++++++++++++++++++++ profiles/arch/loong/parent | 1 - profiles/arch/loong/use.mask | 5 +++++ profiles/arch/riscv/use.mask | 4 ++++ profiles/arch/x86/use.mask | 4 ++++ 11 files changed, 61 insertions(+), 1 deletion(-) (limited to 'profiles/arch') diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index b0644e56961e..31bf806892a6 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -amd64 +# Andrew Ammerlaan (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Jimi Huotari (2023-03-03) # Unmask on amd64 only for now. -qt6 diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 56fec00dc6f8..8ece684ef9c9 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -27,6 +27,12 @@ dev-python/plotly-geo dev-python/chart-studio sci-visualization/dash sci-visualization/jupyter-dash +>=dev-python/notebook-7 +dev-python/spyder-notebook +app-emacs/emacs-ipython-notebook +dev-python/jupyter +dev-python/widgetsnbextension +sci-physics/root # Bernd Waibel (2021-02-13) # Is reverse-dependency of dev-qt/qtwebengine diff --git a/profiles/arch/amd64/x32/package.use.mask b/profiles/arch/amd64/x32/package.use.mask index 59a5bc552394..4294c35ee59b 100644 --- a/profiles/arch/amd64/x32/package.use.mask +++ b/profiles/arch/amd64/x32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2023-07-20) +# depends on dev-python/notebook which depends on nodejs +dev-python/ipython notebook +dev-python/nbdime test + # Guilherme Amadio (2023-06-30) # sys-cluster/ceph not keyworded on x86 >=net-libs/xrootd-5.6.0 ceph diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 5718f8d24bec..506221145de9 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -arm64 +# Andrew Ammerlaan (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Georgy Yakovlev (2023-01-01) # unmask synaptics input driver -input_devices_synaptics diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 91314159584e..a0408d9e7c5e 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2023-07-11) +# Mask secureboot flag on arches where sbsigntools is not keyworded +secureboot + # matoro (2022-09-29) # Pulls in dev-util/google-perftools, which is arch-specific # Unmask on supported arches. 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 (2023-07-19) +# dev-lang/spidermonkey still waiting on upstream lld support +sys-auth/polkit duktape + # WANG Xuerui (2022-08-13) # Force the host target # diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 7fca943273a7..ca2061b5a0ba 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,27 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui (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 (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 (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. +# The atom should be made more accurate once a newer version is released that +# contains bumped libc deps. +dev-python/setuptools-rust test + # WANG Xuerui (2023-07-11) # Upstream lacks pmu-events definition file for loong. dev-util/perf python diff --git a/profiles/arch/loong/parent b/profiles/arch/loong/parent index e234bf836e61..eb001c6e8ab8 100644 --- a/profiles/arch/loong/parent +++ b/profiles/arch/loong/parent @@ -1,2 +1 @@ ../base -../../features/wd40 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 (2023-07-19) +# Temporary masks; to be lifted after leaving wd40 status. +imagequant +gnome-shell + # WANG Xuerui (2023-07-11) # dev-util/babeltrace fails tests on loong babeltrace diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 1c381636e5e7..c57fb229f9d4 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -riscv +# Andrew Ammerlaan (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # matoro (2022-09-29) # dev-util/google-perftools is supported here -tcmalloc diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 96a220f97a3e..bb3406faf4cc 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Andrew Ammerlaan (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Andreas Sturmlechner (2023-06-10) # Requires media-libs/opencolorio, broken on x86, bug #884115 color-management -- cgit v1.2.3