commit:     c16a92d3aab376c3385848d63794c799cd01f9d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 14:04:54 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 14:06:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16a92d3

profiles: Remove obsolete flag masks

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/arch/arm/package.use.mask                                  | 4 ----
 profiles/arch/loong/package.use.mask                                | 5 -----
 profiles/arch/powerpc/package.use.mask                              | 4 ----
 profiles/arch/powerpc/ppc32/package.use.mask                        | 1 -
 profiles/arch/riscv/package.use.mask                                | 1 -
 profiles/arch/sparc/package.use.mask                                | 1 -
 profiles/base/package.use.mask                                      | 6 ------
 profiles/features/llvm/package.use.mask                             | 5 +----
 profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask | 3 +--
 9 files changed, 2 insertions(+), 28 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 5cbea4768169..5bf0f16c91c8 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -288,10 +288,6 @@ media-tv/tvheadend hdhomerun
 # smallest wav files.
 media-sound/xmms2 mac
 
-# Michał Górny <[email protected]> (2017-08-10)
-# Requires USE=ipmi which is masked in this profile.
-sys-power/nut ups_drivers_nut-ipmipsu
-
 # Michał Górny <[email protected]> (2017-08-08)
 # Requires USE=opencl that is masked in this profile.
 net-misc/bfgminer adl lm-sensors

diff --git a/profiles/arch/loong/package.use.mask 
b/profiles/arch/loong/package.use.mask
index d1229cf2d413..ef9d0db5d71e 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -15,11 +15,6 @@ dev-lang/python jit
 # loong yet.
 net-misc/chrony html
 
-# WANG Xuerui <[email protected]> (2024-04-04)
-# dev-qt/qtwebengine is not available on loong (no upstream Chromium support,
-# patchset not integrated yet)
->=kde-apps/kdecore-meta-24 handbook
-
 # Sam James <[email protected]> (2024-03-27)
 # No rust-bin available for profiler
 <virtual/rust-1.73.0 profiler

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 23c554b9ad3d..1eb7443585c1 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -271,10 +271,6 @@ app-i18n/fcitx-libpinyin dictionary-manager
 # Requires java
 app-forensics/sleuthkit java
 
-# Michał Górny <[email protected]> (2017-08-10)
-# Requires USE=ipmi which is masked in this profile.
-sys-power/nut ups_drivers_nut-ipmipsu
-
 # Michał Górny <[email protected]> (2017-08-08)
 # Requires USE=opencl that is masked in this profile.
 net-misc/bfgminer adl lm-sensors

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 8b5f9711f300..3ffa4d7d7592 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -25,7 +25,6 @@ app-crypt/mit-krb5 keyutils
 app-emulation/qemu keyutils
 net-fs/cifs-utils ads creds pam
 net-fs/samba ads
-sys-auth/sssd keyutils
 >=sys-libs/libblockdev-3.0.0 cryptsetup
 sys-libs/libnvme keyutils
 

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 4ff7748d732a..71f3b1ed025f 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -220,7 +220,6 @@ dev-libs/mongo-c-driver test
 # LuaJIT does not support riscv
 app-text/texlive-core luajittex
 dev-texlive/texlive-basic luajittex
-dev-texlive/texlive-context luajittex
 media-gfx/gimp lua
 www-servers/nginx nginx_modules_http_lua
 

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 4d1773b16ee7..25161d4a42a1 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -48,7 +48,6 @@ app-crypt/mit-krb5 keyutils
 app-emulation/qemu keyutils
 net-fs/samba ads
 net-fs/cifs-utils ads creds pam
-sys-auth/sssd keyutils
 >=sys-libs/libblockdev-3.0.0 cryptsetup
 sys-libs/libnvme keyutils
 

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 81aef24ebf5f..b7c43720b8c2 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -57,11 +57,6 @@ app-admin/calamares qt6
 # Needs masked KF6 for Wayland at least.
 app-crypt/pinentry qt6
 
-# Michał Górny <[email protected]> (2024-03-17)
-# Suffers from unaligned accesses, upstream's working on it.
-# https://github.com/psycopg/psycopg/issues/734
-<=dev-python/psycopg-3.1.18 native-extensions
-
 # Guilherme Amadio <[email protected]> (2024-03-09)
 # Requires manually installing dependencies, see bug #791802
 # Please use MYCMAKEARGS instead.
@@ -803,7 +798,6 @@ app-emulation/libvirt openvz
 # need or even advantage to set custom compiler flags at all.
 # Example: bug #619628
 sys-boot/gnu-efi custom-cflags
-sys-boot/refind custom-cflags
 
 # Andreas K. Hüttel <[email protected]> (2017-05-29)
 # Does not build

diff --git a/profiles/features/llvm/package.use.mask 
b/profiles/features/llvm/package.use.mask
index 2b52ec272120..44b8fcea3c54 100644
--- a/profiles/features/llvm/package.use.mask
+++ b/profiles/features/llvm/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Sam James <[email protected]> (2023-07-22)
@@ -8,6 +8,3 @@ sys-devel/binutils pgo
 # Sam James <[email protected]> (2022-09-15)
 # Works on pure LLVM systems: bug #870211.
 dev-lang/rust -llvm-libunwind
-
-# libquadmath is gcc-specific
-dev-lang/perl quadmath

diff --git 
a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask 
b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
index b838f9fa82cc..266afd1a1eee 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/package.use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Benda Xu <[email protected]> (2019-10-14)
@@ -6,7 +6,6 @@
 # without checking.  That results on build time failure, because we have
 # stripped away F_DUPFD_CLOEXEC from glibc for this profile.
 media-libs/mesa gles2 llvm
-media-libs/libepoxy egl
 
 # Benda Xu <[email protected]> (2018-02-21)
 # We are on an old kernel that only glibc-2.19 is supported. That glibc does

Reply via email to