commit: 44b2d46ac1e7a6bcfba13f18b1107d95ffbf9bb6 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 06:47:41 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 16:31:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b2d46a
profiles/arch/loong: clean up obsolete package.use.mask entries Regroup the two still applicable entries with updated comments. Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> profiles/arch/loong/package.use.mask | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 75f7aec16402..1969983a39ce 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui <[email protected]> (2025-01-16) +# tests require qtwebengine which is unavailable +dev-python/qtconsole test +dev-python/qtpy test + # WANG Xuerui <[email protected]> (2025-01-12) # Vulkan works on loong. gui-libs/gtk -vulkan @@ -215,10 +220,6 @@ sys-cluster/openmpi openmpi_fabrics_knem openmpi_rm_pbs # fails to build with 6.3.x kernel sys-cluster/knem modules -# Matt Turner <[email protected]> (2023-05-30) -# sys-apps/dbus-broker is not keyworded -app-accessibility/at-spi2-core dbus-broker - # Mike Gilbert <[email protected]> (2023-05-27) # Newer sd-boot does not use gnuefi. >=sys-apps/systemd-254 -boot -ukify @@ -246,24 +247,10 @@ net-nds/openldap kerberos # further investigation. net-vpn/openconnect test -# WANG Xuerui <[email protected]> (2022-12-06) -# dev-python/pyside2 not keyworded yet -dev-python/qtpy pyside2 -dev-python/qtconsole test - # WANG Xuerui <[email protected]> (2022-12-05) # <dev-cpp/tbb-2021 fails to build on loong w/ gcc-13 sci-libs/spqr tbb -# WANG Xuerui <[email protected]> (2022-12-05) -# sys-boot/gnu-efi upstream hasn't merged the loong port yet -sys-apps/fwupd uefi - -# WANG Xuerui <[email protected]> (2022-12-05) -# The loong port of sys-boot/grub:2 isn't upstreamed yet. -dev-util/ostree grub -sys-libs/efivar test - # WANG Xuerui <[email protected]> (2022-12-05) # sci-libs/adolc fails to build on loong for now. dev-cpp/eigen test @@ -303,11 +290,6 @@ net-analyzer/rrdtool rados # Boost.Context has had support for loong since 1.79.0. dev-libs/boost -context -# WANG Xuerui <[email protected]> (2022-12-02) -# dev-qt/qtlocation:5 fails to compile with gcc-13 for now. -dev-python/pyqt5 location -dev-python/qtpy test - # WANG Xuerui <[email protected]> (2022-12-01) # Mask GRUB2 platforms not applicable to loong. sys-boot/grub:2 grub_platforms_coreboot grub_platforms_efi-32 grub_platforms_ieee1275 grub_platforms_multiboot grub_platforms_pc grub_platforms_qemu grub_platforms_uboot grub_platforms_xen grub_platforms_xen-pvh @@ -367,10 +349,6 @@ sys-block/fio -io-uring -zbc # from libxcrypt for a world without libcrypt.so.1 sys-libs/libxcrypt compat -# WANG Xuerui <[email protected]> (2022-04-18) -# Catalyst has support for assembling bootloader on this arch -dev-util/catalyst -system-bootloader - # The below masks are liberally taken from riscv, which has similar # limitations.
