commit:     d77602a0e8befc348c91375b7021da3cbc32069b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 00:15:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 00:32:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77602a0

profiles: drop obsolete masks

Closes: https://github.com/gentoo/gentoo/pull/28867
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/alpha/package.use.mask               |  5 -----
 profiles/arch/amd64/package.use.mask               |  2 +-
 profiles/arch/amd64/x32/package.use.mask           |  1 -
 profiles/arch/arm/package.use.mask                 |  1 -
 profiles/arch/arm64/package.mask                   |  6 ------
 profiles/arch/arm64/package.use.mask               |  6 +-----
 profiles/arch/arm64/package.use.stable.mask        |  1 -
 profiles/arch/base/package.use.mask                |  2 +-
 profiles/arch/hppa/package.use.stable.mask         |  2 +-
 profiles/arch/powerpc/package.use.mask             |  1 -
 profiles/arch/powerpc/package.use.stable.mask      |  4 ----
 .../arch/powerpc/ppc32/package.use.stable.mask     |  2 +-
 profiles/arch/powerpc/ppc64/64ul/package.use.mask  |  2 +-
 profiles/arch/riscv/package.use.mask               |  3 +--
 profiles/arch/s390/package.use.mask                |  4 ----
 profiles/arch/x86/package.use.mask                 |  9 ++-------
 profiles/base/package.use.mask                     | 22 ----------------------
 profiles/base/package.use.stable.mask              | 10 ----------
 profiles/default/linux/x86/package.use.mask        |  1 -
 profiles/features/musl/package.use.mask            |  4 ----
 profiles/features/selinux/package.use.mask         |  1 -
 profiles/features/wd40/package.use.mask            |  2 +-
 22 files changed, 10 insertions(+), 81 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 56226c90bb3b..d911bcaf7be1 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -237,11 +237,6 @@ x11-wm/mutter screencast
 # Requires net-libs/webkit-gtk which has no keywords on alpha
 dev-util/geany-plugins markdown
 
-# Tobias Klausmann <klaus...@gentoo.rog> (2018-11-23)
-# Requires sys-cluster/ceph, which is unlikely to be used on Alpha
-# and a rather large dependency.
-sys-fs/multipath-tools rbd
-
 # Thomas Deutschmann <whi...@gentoo.org> (2018-10-15)
 # Requires app-text/mecab which isn't yet keyworded
 # on alpha, bug 668674

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index cae08acd30b3..12787fac0489 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -300,7 +300,7 @@ sys-boot/grub:2 -grub_platforms_xen-32
 
 # Brian Evans <grkni...@gentoo.org (2015-09-14)
 # Unmask new USE flags for mariadb on supported arches
->=dev-db/mariadb-10.1.0 -mroonga -sst-xtrabackup -galera
+>=dev-db/mariadb-10.1.0 -mroonga -galera
 
 # Mike Gilbert <flop...@gentoo.org> (2015-09-05)
 # sys-boot/gnu-efi is not supported on all archs.

diff --git a/profiles/arch/amd64/x32/package.use.mask 
b/profiles/arch/amd64/x32/package.use.mask
index ea7045e60329..9e25c7136ea1 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -33,7 +33,6 @@ net-analyzer/rrdtool rados
 net-fs/samba ceph
 sys-block/fio rbd
 sys-block/tgt rbd
-sys-fs/multipath-tools rbd
 www-servers/uwsgi uwsgi_plugins_rados
 
 # Robin H. Johnson <robb...@gentoo.org> (2019-12-06)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 805353975272..19dd87fa8d1c 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -175,7 +175,6 @@ sys-cluster/ceph babeltrace lttng
 # Patrick McLean <chutz...@gentoo.org> (2019-04-15)
 # pending re-keyword request, bug 615400
 net-analyzer/rrdtool rados
-sys-fs/multipath-tools rbd
 www-servers/uwsgi uwsgi_plugins_rados
 
 # Andreas Sturmlechner <ast...@gentoo.org> (2019-02-25)

diff --git a/profiles/arch/arm64/package.mask b/profiles/arch/arm64/package.mask
index 83546a68c8fc..65c385e7abde 100644
--- a/profiles/arch/arm64/package.mask
+++ b/profiles/arch/arm64/package.mask
@@ -1,8 +1,2 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-
-# Sam James <s...@gentoo.org> (2022-01-22)
-# Fails to build on arm64.
-# marbling.c:181:44: error: incompatible type for argument 1 of ‘vqdmulhq_s16’
-# bug #830914
-~x11-misc/xscreensaver-6.02

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 99c6bf2d978d..de330c657d1b 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -58,10 +58,6 @@ dev-libs/libgcrypt -cpu_flags_arm_neon
 # dev-python/pyilmbase isn't keyworded on arm64
 media-gfx/alembic python
 
-# Ben Kohler <bkoh...@gentoo.org> (2021-10-18)
-# missing keywords on net-misc/pyhoca-cli and its deps
-net-misc/remmina x2go
-
 # Jakov Smolić <jsmo...@gentoo.org> (2021-10-07)
 # dev-libs/mongo-c-driver is not keyworded here
 net-analyzer/zmap mongo
@@ -315,7 +311,7 @@ dev-libs/boost -context
 
 # Michał Górny <mgo...@gentoo.org> (2018-03-03)
 # Requires masked dependent flags.
-net-fs/samba addns cluster test
+net-fs/samba cluster test
 
 # Michał Górny <mgo...@gentoo.org> (2018-03-03)
 # Some more unkeyworded dependencies.

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index f35278ffe81e..99fa2c94bc8e 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -88,7 +88,6 @@ net-misc/ntpsec rclock_oncore rclock_pps
 dev-util/bcc test
 dev-libs/libisoburn launch-frontend launch-frontend-setuid frontend-optional
 net-analyzer/rrdtool rados
-sys-fs/multipath-tools rbd
 www-servers/uwsgi uwsgi_plugins_rados
 dev-libs/boost mpi
 media-plugins/gst-plugins-meta aac dts dv lame libvisual taglib vcd wavpack

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index eb0d9c7bbb76..0a693ccb366d 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -309,7 +309,7 @@ media-video/mpv mmal
 
 # Brian Evans <grkni...@gentoo.org (2015-09-14)
 # Mask new USE flags for mariadb which all arches do not yet have dependencies
->=dev-db/mariadb-10.1.0 mroonga sst-xtrabackup galera
+>=dev-db/mariadb-10.1.0 mroonga galera
 
 # Mike Gilbert <flop...@gentoo.org> (2015-09-05)
 # sys-boot/gnu-efi is not supported on all archs.

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 44ceabea8dea..518ff4aa005a 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -85,7 +85,7 @@ dev-python/matplotlib cairo gtk3
 # Prepare for stabilizing a minimal xorg-server, for Xvfb.
 media-libs/libglvnd -X
 x11-apps/xinit twm
-x11-base/xorg-server dmx kdrive xephyr
+x11-base/xorg-server xephyr
 
 # Matt Turner <matts...@gentoo.org> (2021-09-10)
 # dev-libs/tomsfastmath does not have stable keywords on hppa

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index e868a826483e..3d57ab889ecb 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -136,7 +136,6 @@ sys-cluster/ceph babeltrace lttng
 # Patrick McLean <chutz...@gentoo.org> (2019-04-15)
 # pending re-keyword request, bug 615400
 net-analyzer/rrdtool rados
-sys-fs/multipath-tools rbd
 www-servers/uwsgi uwsgi_plugins_rados
 
 # Thomas Deutschmann <whi...@gentoo.org> (2019-02-26)

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index f8aa43f0355b..2b80cef3f828 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -73,10 +73,6 @@ sci-libs/fftw mpi
 # Boost 1.63 (bug 624662), Boost 1.62 (bug 590244)
 dev-libs/boost mpi
 
-# Mikle Kolyada <zlog...@gentoo.org> (2017-08-25)
-# ceph has never been stabilized under either ~ppc or ~ppc64
-sys-fs/multipath-tools rbd
-
 # Pacho Ramos <grkni...@gentoo.org> (2016-11-01)
 # Dependencies not going to stable for now
 dev-util/geany-plugins gtkspell

diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask 
b/profiles/arch/powerpc/ppc32/package.use.stable.mask
index 98dba266b7f4..433b67add5b3 100644
--- a/profiles/arch/powerpc/ppc32/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask
@@ -47,7 +47,7 @@ mail-mta/postfix ldap-bind
 
 # Sam James <s...@gentoo.org> (2022-03-03)
 # No kerberos provider is marked stable here
-net-fs/samba addns ads system-heimdal system-mitkrb5
+net-fs/samba ads system-heimdal system-mitkrb5
 net-fs/cifs-utils ads
 sys-auth/pambase pam_krb5
 

diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask 
b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
index cfeff90485ae..c4a6c015a8b6 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
@@ -24,7 +24,7 @@ gnome-base/gnome -classic -extras
 
 # Georgy Yakovlev <gyakov...@gentoo.org> (2021-06-06)
 # deps not keyworded
-net-analyzer/netdata kinesis mongodb
+net-analyzer/netdata mongodb
 
 # Michał Górny <mgo...@gentoo.org> (2021-03-06)
 # LLVM 9 has been removed.

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index cd85ec73034e..1071becd3136 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -30,7 +30,7 @@ sys-cluster/slurm nvml
 # Jakov Smolić <jsmo...@gentoo.org> (2022-09-07)
 # Unkeyworded dependencies (xen-tools, aws stack), masking to reduce
 # the dependency graph
-net-analyzer/netdata xen kinesis
+net-analyzer/netdata xen
 
 # Jakov Smolić <jsmo...@gentoo.org> (2022-08-27)
 # depends on <sys-libs/libfaketime-0.9.7 which is not available on riscv
@@ -85,7 +85,6 @@ app-containers/crun criu
 app-emulation/qemu xen
 # unkeyworded depdendency - sys-cluster/ceph
 app-emulation/qemu rbd
-sys-fs/multipath-tools rbd
 
 # Alexey Sokolov <alexey+gen...@asokolov.org> (2012-12-25)
 # Requires dev-qt/qtwebengine

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 86717448041f..53c1348f82a9 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -34,10 +34,6 @@ app-admin/syslog-ng kafka test
 # Large number of unkeyworded sci testdeps
 dev-cpp/eigen test
 
-# Sam James <s...@gentoo.org> (2022-04-26)
-# Avoid unkeyworded sci-libs/umfpack
-dev-python/scipy sparse
-
 # Sam James <s...@gentoo.org> (2022-04-26)
 # Avoid unkeyworded media-gfx/libimagequant
 dev-python/pillow imagequant

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 87d227d00170..e5b25a5c0bb6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -113,11 +113,6 @@ media-video/obs-studio browser
 x11-base/xwayland video_cards_nvidia
 x11-wm/mutter video_cards_nvidia
 
-# Andreas Sturmlechner <ast...@gentoo.org> (2020-04-25)
-# Mask java on old bin-versions with it unavailable
-<app-office/libreoffice-bin-7.3.5 java
-<app-office/libreoffice-bin-debug-7.3.5 java
-
 # Daniel Novomesky <dnovome...@gmail.com> (2021-02-24)
 # Depends on media-libs/svt-av1, which is unavailable on x86
 media-libs/libavif svt-av1
@@ -343,12 +338,12 @@ www-client/vivaldi widevine
 www-client/vivaldi-snapshot widevine
 
 # Ian Delaney <idel...@gentoo.org> (2015-12-02)
-# mask revdeps of xen that emply a hypervisor in arch x86
+# mask revdeps of xen that imply a hypervisor in arch x86
 app-emulation/libvirt xen
 
 # Brian Evans <grkni...@gentoo.org (2015-09-14)
 # Unmask new USE flags for mariadb on supported arches
->=dev-db/mariadb-10.1.0 -sst-xtrabackup -galera
+>=dev-db/mariadb-10.1.0 -galera
 
 # Mike Gilbert <flop...@gentoo.org> (2015-09-05)
 # sys-boot/gnu-efi is not supported on all archs.

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 56637cb12e02..d6c7328696b5 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -54,11 +54,6 @@ media-libs/coin javascript
 # Michał Górny <mgo...@gentoo.org> (2022-11-19)
 # Requires packages masked for removal.
 mail-mta/netqmail authcram
-mail-mta/notqmail authcram
-
-# Michał Górny <mgo...@gentoo.org> (2022-11-17)
-# Require packages masked for removal.
-net-analyzer/netdata kinesis
 
 # Matt Turner <matts...@gentoo.org> (2022-11-16)
 # gnome-music and gnome-photos have not been ported to libsoup:3.0, while
@@ -75,10 +70,6 @@ gnome-base/gnome-extra-apps tracker
 # qmake-utils.eclass nor the ebuilds yet.
 dev-python/pyotherside qt6
 
-# Sam James <s...@gentoo.org> (2022-10-08)
-# Older versions of libvirt need a vulnerable version of wireshark
-<app-emulation/libvirt-8.0.0 wireshark-plugins
-
 # Viorel Munteanu <ceamac.para...@gmail.com> (2022-10-07)
 # Cannot test and fix pax-kernel related bugs on a current grsec kernel
 # Mask the flag for now
@@ -133,15 +124,6 @@ app-arch/pigz symlink
 # Broken at runtime for now (bug #865113).
 sys-devel/binutils gprofng
 
-# Matthew Smith <matt...@gentoo.org> (2022-08-19)
-# Upstream recommends that tbb be built with a patch to avoid bugs.
-# https://github.com/rui314/mold/releases/tag/v1.4.1
-sys-devel/mold system-tbb
-
-# John Helmert III <a...@gentoo.org> (2022-08-14)
-# libaacplus is last rited
-media-sound/darkice aacplus
-
 # John Helmert III <a...@gentoo.org> (2022-08-14)
 # slurm is last rited
 app-metrics/collectd collectd_plugins_slurm
@@ -271,10 +253,6 @@ app-text/texlive pdfannotextractor
 # openjfx for openjdk17 is not yet available
 dev-java/openjdk:17 javafx
 
-# Sam James <s...@gentoo.org> (2021-10-16)
-# Fails to compile, bug #787134
-=sys-fs/dd-rescue-1.99.11 cpu_flags_x86_avx2
-
 # Marek Szuba <mare...@gentoo.org> (2021-10-10)
 # Legacy interface that depends on dev-libs/libx86 and specific kernel
 # headers, both of which are only available on certain arches.

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 223b8d113080..0bcb4aca4357 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -58,10 +58,6 @@ sys-apps/nvme-cli hugepages
 # due to network access issues #829430
 net-libs/grpc test
 
-# Ben Kohler <bkoh...@gentoo.org> (2021-11-27)
-# net-misc/pyhoca-cli and several of its deps will need stable first
-net-misc/remmina x2go
-
 # Sergey Popov <pinkb...@gentoo.org> (2021-10-14)
 # net-libs/grpc is not yet stabilized,
 # so mask optional use flag on net-misc/frr
@@ -237,12 +233,6 @@ net-libs/gnutls test-full
 # Requires php:7.0 and ruby:2.2 being stable
 >=dev-libs/Ice-3.6.3 php ruby
 
-# Kristian Fiskerstrand <k...@gentoo.org> (2016-08-18)
-# Dropping stable for xtrabackup-bin, stable masking use
-# flag until a source based version that doesn't depend
-# on a vulnerable libgcrypt version is in tree
-dev-db/mariadb sst-xtrabackup
-
 # Pacho Ramos <pa...@gentoo.org> (2015-05-15)
 # Version compatible with current ffmpeg is not ready to be stabilized
 # bug #539212

diff --git a/profiles/default/linux/x86/package.use.mask 
b/profiles/default/linux/x86/package.use.mask
index d8e63d89f8c8..4067b708459a 100644
--- a/profiles/default/linux/x86/package.use.mask
+++ b/profiles/default/linux/x86/package.use.mask
@@ -11,7 +11,6 @@ net-analyzer/rrdtool rados
 net-fs/samba ceph
 sys-block/fio rbd
 sys-block/tgt rbd
-sys-fs/multipath-tools rbd
 www-servers/uwsgi uwsgi_plugins_rados
 
 # Mike Frysinger <vap...@gentoo.org> (2016-05-08)

diff --git a/profiles/features/musl/package.use.mask 
b/profiles/features/musl/package.use.mask
index 948bfb2552b9..ce364a3891e4 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -96,10 +96,6 @@ sys-libs/compiler-rt-sanitizers gwp-asan
 # Broken as "error: unknown type name '_Unwind_Word'"
 <sys-libs/compiler-rt-sanitizers-14 hwasan
 
-# Andreas K. Hüttel <dilfri...@gentoo.org>
-# Restore mask here that is gone elsewhere
-<sys-libs/libxcrypt-4.4.28-r2 split-usr system
-
 # James Le Cuirot <ch...@gentoo.org> (2020-05-16)
 # execinfo.h is required for debug.
 dev-games/cegui debug

diff --git a/profiles/features/selinux/package.use.mask 
b/profiles/features/selinux/package.use.mask
index 6b42b7f76eb7..e390f50635e9 100644
--- a/profiles/features/selinux/package.use.mask
+++ b/profiles/features/selinux/package.use.mask
@@ -8,6 +8,5 @@ app-portage/elicense python_targets_pypy3
 app-portage/elogv python_targets_pypy3
 app-portage/gentoolkit python_targets_pypy3
 app-portage/layman python_targets_pypy3
-app-portage/repoman python_targets_pypy3
 app-portage/smart-live-rebuild python_targets_pypy3
 app-portage/gentoopm python_targets_pypy3

diff --git a/profiles/features/wd40/package.use.mask 
b/profiles/features/wd40/package.use.mask
index 9bffa9f2a999..c1cad5feada4 100644
--- a/profiles/features/wd40/package.use.mask
+++ b/profiles/features/wd40/package.use.mask
@@ -101,7 +101,7 @@ media-libs/imlib2 svg
 dev-python/dnspython dnssec
 dev-python/twisted conch ssl
 dev-python/urllib3 test
-net-fs/samba addc addns ads
+net-fs/samba addc ads
 
 # Matt Turner <matts...@gentoo.org> (2021-07-25)
 # gdm requires gnome-shell requires rustified librsvg.

Reply via email to