commit:     c35c1bf5949b16de6668faf38d73e67f5b23cf3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 16:27:58 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 16:49:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35c1bf5

profiles: Clean up obsolete entries

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

 profiles/arch/alpha/package.use.mask                | 4 +---
 profiles/arch/amd64/package.use.stable.mask         | 2 +-
 profiles/arch/amd64/x32/package.mask                | 4 ----
 profiles/arch/amd64/x32/package.use.mask            | 1 -
 profiles/arch/arm/package.use.mask                  | 4 ++--
 profiles/arch/arm/package.use.stable.mask           | 4 ----
 profiles/arch/arm64/package.use.mask                | 1 -
 profiles/arch/hppa/package.use.mask                 | 4 ----
 profiles/arch/hppa/package.use.stable.mask          | 6 ------
 profiles/arch/ia64/package.use.mask                 | 3 +--
 profiles/arch/powerpc/package.use.mask              | 4 ++--
 profiles/arch/powerpc/ppc32/package.use.mask        | 3 +--
 profiles/arch/powerpc/ppc32/package.use.stable.mask | 1 -
 profiles/arch/powerpc/ppc64/64le/package.use.mask   | 4 ----
 profiles/arch/powerpc/ppc64/package.use.stable.mask | 1 -
 profiles/arch/riscv/package.use.mask                | 4 ----
 profiles/arch/sparc/package.use.mask                | 2 +-
 profiles/arch/sparc/use.mask                        | 1 -
 profiles/arch/x86/package.use.stable.mask           | 2 +-
 profiles/base/package.use.force                     | 2 --
 profiles/base/package.use.mask                      | 8 --------
 profiles/base/use.mask                              | 1 -
 profiles/desc/abi_ppc.desc                          | 9 ---------
 profiles/desc/apache2_modules.desc                  | 4 ----
 profiles/desc/apache2_mpms.desc                     | 2 --
 profiles/desc/collectd_plugins.desc                 | 1 -
 profiles/desc/curl_ssl.desc                         | 1 -
 profiles/desc/l10n.desc                             | 6 ------
 profiles/desc/openmpi_fabrics.desc                  | 3 ---
 profiles/desc/openmpi_ofed_features.desc            | 2 --
 profiles/desc/qemu_softmmu_targets.desc             | 3 ---
 profiles/desc/qemu_user_targets.desc                | 1 -
 profiles/desc/ruby_targets.desc                     | 4 ----
 profiles/desc/video_cards.desc                      | 1 -
 profiles/features/clang/package.use                 | 3 +--
 profiles/features/prefix/package.use                | 4 ----
 profiles/package.mask                               | 4 ----
 profiles/prefix/package.use.mask                    | 2 +-
 profiles/prefix/sunos/solaris/package.use.mask      | 4 ----
 39 files changed, 12 insertions(+), 108 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 9630d6cff97c..735b7ff9ab9e 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -469,7 +469,7 @@ x11-misc/xscreensaver new-login
 
 # Alexey Shvetsov <[email protected]> (2011-12-17)
 # mask use numa for openmpi
-sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl 
openmpi_ofed_features_failover
+sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl
 
 # Raúl Porcel <[email protected]> (2011-10-08)
 # Needs media-sound/lilypond
@@ -482,8 +482,6 @@ media-video/x264-encoder ffmpegsource
 # Alexey Shvetsov <[email protected]> (2011-08-31)
 # Mask numa use flag per bug #381313
 sys-apps/hwloc numa
-# This mask also implies masking the numa flag on openmpi
-sys-cluster/openmpi numa
 
 # Pacho Ramos <[email protected]> (2011-06-30)
 # Needed plugins are not keyworded on this arch

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index 0847976fbd7b..7b7773646bab 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -86,7 +86,7 @@ virtual/wine staging
 
 # Christoph Junghans <[email protected]> (2017-02-26)
 # Stable mask some fabrics (bug #525534)
-sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover
+sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_rm_pbs 
openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl
 
 # Brian Evans <[email protected]> (2017-01-17)
 # Stable mask groonga on mariadb as I don't know how stable

diff --git a/profiles/arch/amd64/x32/package.mask 
b/profiles/arch/amd64/x32/package.mask
index 5b194e7de8b9..1f4941baa226 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -32,12 +32,8 @@ app-text/kchmviewer
 app-text/sigil
 dev-lang/typescript
 dev-python/spyder
-dev-python/spyder-line-profiler
-dev-python/spyder-memory-profiler
-dev-python/spyder-notebook
 dev-python/spyder-terminal
 dev-python/spyder-unittest
-dev-python/spyder-vim
 dev-util/kdevelop:5
 dev-util/kdevelop-php:5
 dev-util/kdevelop-python:5

diff --git a/profiles/arch/amd64/x32/package.use.mask 
b/profiles/arch/amd64/x32/package.use.mask
index c0a63dfeeb71..ed1439f23d49 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -46,7 +46,6 @@ dev-ruby/rails asset-pipeline
 dev-ruby/sprockets test
 dev-ruby/tilt test
 net-analyzer/netdata nodejs
-www-apps/gitea build-client
 www-apps/jekyll test
 www-apps/xpra-html5 minify
 dev-python/QtPy test

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index bcc142aa2953..2ebd5f8b73fd 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -239,7 +239,7 @@ net-proxy/haproxy device-atlas
 
 # Christoph Junghans <[email protected]> (2017-02-05)
 # Mask some fabrics
-sys-cluster/openmpi java openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover
+sys-cluster/openmpi java openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl
 
 # Luke Dashjr <[email protected]> (2017-01-04)
 # Assembly optimisations are supported on arm since 0.0.0_pre20161213
@@ -413,7 +413,7 @@ dev-libs/xapian-bindings java
 
 # Chí-Thanh Christopher Nguyễn <[email protected]> (2013-02-20)
 # Mask flags of calligra and dependencies due to lack of keywords
-app-office/calligra openexr spacenav
+app-office/calligra spacenav
 media-gfx/pstoedit emf
 
 # Rick Farina <[email protected]> (2013-02-05)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 0ef3ad171122..b654c962e68e 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -155,7 +155,3 @@ media-libs/gegl umfpack
 # Pacho Ramos <[email protected]> (2015-06-02)
 # Missing stable
 net-misc/connman l2tp pptp
-
-# Pacho Ramos <[email protected]> (2014-07-02)
-# net-libs/rest is not stable on arm yet
->=x11-libs/gtk+-3.12.2 cloudprint

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index eadd23c83414..763ddf0854b7 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -393,7 +393,6 @@ net-libs/libpcap bluetooth
 # Not yet tested features/dependencies
 app-text/evince dvi nautilus postscript t1lib xps
 net-wireless/blueman appindicator
-x11-libs/gtk+ cloudprint
 
 # Markus Meier <[email protected]> (2013-12-26)
 # Unkeyworded deps, bug #488724

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 583e322554f8..6b91be0cb07e 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -51,10 +51,6 @@ dev-python/argon2-cffi doc
 # bug #807616
 media-libs/libsdl2 pipewire
 
-# Sam James <[email protected]> (2021-10-16)
-# Avoid unkeyworded dependencies
-x11-libs/gtk+ cloudprint
-
 # Sam James <[email protected]> (2021-09-14)
 # fdk-aac, libfreeaptx not keyworded here
 # nor is jack2

diff --git a/profiles/arch/hppa/package.use.stable.mask 
b/profiles/arch/hppa/package.use.stable.mask
index 6d0bf4791af5..9aa52314f86c 100644
--- a/profiles/arch/hppa/package.use.stable.mask
+++ b/profiles/arch/hppa/package.use.stable.mask
@@ -98,11 +98,6 @@ sys-apps/iproute2 atm bpf iptables
 # dev-libs/libzip does not have stable keywords on hppa
 >=media-gfx/imagemagick-7 zip
 
-# Matt Turner <[email protected]> (2021-06-02)
-# dev-util/gi-docgen does not have stable keywords on hppa
-x11-libs/gdk-pixbuf gtk-doc
-x11-libs/pango gtk-doc
-
 # Sam James <[email protected]> (2021-06-01)
 # sys-apps/systemd is not stable on hppa
 sys-auth/pambase homed
@@ -235,7 +230,6 @@ dev-lang/php enchant
 # Andreas Sturmlechner <[email protected]> (2019-06-05)
 # sys-auth/polkit stable timeout, bug #661470
 sys-apps/pcsc-lite policykit
-x11-misc/colord policykit
 
 # Sergei Trofimovich <[email protected]> (2019-03-17)
 # net-analyzer/nagios (or icinga) has no stable keywords, bug #676222

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index baab7de6d528..dc3a9060ff10 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -16,7 +16,6 @@ dev-libs/tree-sitter ts-cli
 # Michał Górny <[email protected]> (2021-11-26)
 # These package flags require dev-python/cryptography which -- due
 # to the dependency on Rust -- is no longer portable to ia64.
-dev-python/passlib totp
 dev-python/twisted conch crypt
 dev-python/urllib3 test
 net-fs/samba addc addns ads
@@ -461,7 +460,7 @@ x11-misc/xscreensaver new-login
 
 # Alexey Shvetsov <[email protected]> (2011-12-17)
 # Mask use numa for openmpi
-sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_slurm openmpi_fabrics_sctp 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover
+sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl
 
 # Raúl Porcel <[email protected]> (2011-11-05)
 # jit not supported on ia64

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index ecb81ecca5af..aae9f12e576d 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -97,7 +97,7 @@ sys-firmware/seabios -debug
 
 # Conrad Kostecki <[email protected]> (2019-08-17)
 # app-misc/graphlcd-base won't work on PowerPC/PowerPC64
-app-misc/lcdproc freetype lcd_devices_glcd png
+app-misc/lcdproc lcd_devices_glcd png
 
 # Patrick McLean <[email protected]> (2019-04-15)
 # deps not available on platform
@@ -332,7 +332,7 @@ net-misc/connman ofono
 
 # Alexey Shvetsov <[email protected]> (2012-01-20)
 # Mask some use flags for openmpi due to unkeyworded deps
-sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl 
openmpi_ofed_features_failover
+sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl
 
 # Patrick McLean <[email protected]> (2011-09-07)
 # missing keywords on dependencies

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 654a3a4b1012..907f90768a6f 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -10,9 +10,8 @@ app-crypt/gnupg tpm
 dev-libs/efl heif
 
 # Sam James <[email protected]> (2021-12-31)
-# dev-lang/julia not keyworded here
 # sci-mathematics/polymake not keyworded here
-sci-mathematics/singular julia polymake
+sci-mathematics/singular polymake
 
 # Sam James <[email protected]> (2021-12-08)
 # Masks involving webkit-gtk; webkit-gtk was dekeyworded on ppc for a while.

diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask 
b/profiles/arch/powerpc/ppc32/package.use.stable.mask
index 7b64f1a1fe16..671748b2a1c9 100644
--- a/profiles/arch/powerpc/ppc32/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask
@@ -45,4 +45,3 @@ sci-libs/plplot ocaml
 gnome-base/gvfs google
 mail-client/balsa webkit
 net-libs/libproxy webkit
->=x11-libs/gtk+-3.12.2 cloudprint

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.mask
index ad5616188460..0d0258ca6d6c 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask
@@ -54,10 +54,6 @@ media-libs/mesa -vulkan -vulkan-overlay
 media-video/mpv -vulkan
 media-video/vlc -libplacebo
 
-# Georgy Yakovlev <[email protected]> (2020-01-21)
-# mask untested card for libva
-x11-libs/libva video_cards_nouveau
-
 # Robin H. Johnson <[email protected]> (2019-12-06)
 # PPS should work on all arches, but only keyworded on some arches
 >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks

diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/package.use.stable.mask
index 46b6dcd3e2f7..bbf8e286ce94 100644
--- a/profiles/arch/powerpc/ppc64/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask
@@ -47,4 +47,3 @@ media-gfx/inkscape cdr visio wpg
 # Pacho Ramos <[email protected]> (2014-07-02)
 # Mask due Gnome3 not going to be stabilized on this arch
 gnome-base/gvfs google
->=x11-libs/gtk+-3.12.2 cloudprint

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 90da82af540b..7fef971a0c4e 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -24,10 +24,6 @@ media-gfx/asymptote lsp
 # untested.
 net-misc/vinagre spice
 
-# Alex Fan <[email protected]> (2021-12-28)
-# dev-lang/julia doesn't support riscv yet
-sci-mathematics/singular julia
-
 # Alexey Sokolov <[email protected]> (2012-12-25)
 # Requires dev-qt/qtwebengine
 sci-astronomy/stellarium webengine

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 2c3aa82237ae..475e38e100d7 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -520,7 +520,7 @@ net-vpn/tinc vde
 
 # Alexey Shvetsov <[email protected]> (2011-12-17)
 # Mask use numa for openmpi
-sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl 
openmpi_ofed_features_failover
+sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl
 
 # Raúl Porcel <[email protected]> (2011-10-08)
 # Needs media-sound/lilypond

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index 78b3f2e1e15a..ead5db58d654 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -187,7 +187,6 @@ java
 lirc
 netbeans
 networkmanager
-pbs
 pcmcia
 rar
 valgrind

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index 5c6b5f2dd55a..1441f750342e 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -77,7 +77,7 @@ virtual/wine staging
 
 # Christoph Junghans <[email protected]> (2017-02-26)
 # Stable mask some fabrics (bug #525534)
-sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed 
openmpi_fabrics_dapl openmpi_rm_pbs openmpi_rm_slurm 
openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_connectx-xrc openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover
+sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_rm_pbs 
openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_udcm 
openmpi_ofed_features_dynamic-sl
 
 # Brian Evans <[email protected]> (2017-01-17)
 # Stable mask groonga on mariadb as I don't know how stable

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index a87054de1b13..579e9e3cac43 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -61,7 +61,6 @@ dev-lang/python-exec native-symlinks
 # Add more packages
 #
 # a) no additional deps
-sys-libs/ncurses unicode
 sys-libs/readline unicode
 app-editors/nano unicode
 app-admin/metalog unicode
@@ -167,7 +166,6 @@ sys-firmware/seabios binary
 
 # Andreas K. Hüttel <[email protected]> (2018-09-11)
 # All glibc versions that include RPC code are masked now.
-dev-perl/Lab-VXI11 libtirpc
 net-analyzer/snort libtirpc
 net-firewall/conntrack-tools libtirpc
 net-fs/autofs libtirpc

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 226b862646c4..447aa333b97f 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -189,7 +189,6 @@ net-misc/openssh debug
 
 # Michał Górny <[email protected]> (2021-03-06)
 # LLVM 9 has been removed.
-<dev-lang/julia-1.6.0 system-llvm
 <dev-util/perf-5.15 clang
 
 # Thomas Deutschmann <[email protected]> (2021-02-17)
@@ -329,10 +328,6 @@ sys-devel/gcc ada
 <=dev-util/rosinstall-0.7.8 test
 <=dev-util/wstool-0.1.18 test
 
-# Michał Górny <[email protected]> (2020-03-27)
-# Requires old version of dev-python/docutils.
-dev-util/buildbot doc
-
 # Guilherme Amadio <[email protected]> (2020-03-16)
 # Requires dev-libs/cudnn which is only available on amd64
 sci-physics/root cudnn
@@ -739,9 +734,6 @@ dev-lisp/clisp svm
 # Keep it masked here so that I don't need to manage two versions every time.
 media-sound/pulseaudio system-wide
 
-# These are for BSD only
-net-proxy/squid ipf-transparent pf-transparent
-
 # Alexis Ballier <[email protected]> (2011-02-16)
 # Win32 specific useflag for vlc. Can be used for cross-compiling.
 media-video/vlc directx

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 982071c4ee63..185aa6b80bea 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -25,7 +25,6 @@ ruby_targets_ruby25
 # PHP 7.2 is security vulnerable and end-of-life
 # Please upgrade to a newer slot
 php_targets_php7-2
-php7-2
 
 # Alexis Ballier <[email protected]> (2020-10-13)
 # Nothing depends on those ROS messages. dev-ros/geneus

diff --git a/profiles/desc/abi_ppc.desc b/profiles/desc/abi_ppc.desc
deleted file mode 100644
index 9a15bfecd8ad..000000000000
--- a/profiles/desc/abi_ppc.desc
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2013-2014 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# This file contains descriptions of ABI_PPC USE_EXPAND flags.
-
-# Keep it sorted. Please do not add anything without prior discussion
-# on gentoo-dev.
-32 - 32-bit (ppc) libraries
-64 - 64-bit (ppc64) libraries

diff --git a/profiles/desc/apache2_modules.desc 
b/profiles/desc/apache2_modules.desc
index 2688f2796ca4..155877761912 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -16,13 +16,11 @@ authn_anon - Allows "anonymous" user access to 
authenticated areas
 authn_core - Provides core authentication capabilities common to all 
authentication providers (functionality provided by authn_alias in previous 
versions)
 authn_dbd - User authentication using an SQL database
 authn_dbm - User authentication using DBM files
-authn_default - Authentication fallback module
 authn_file - User authentication using text files
 authn_socache - Maintains a cache of authentication credentials, so that a new 
backend lookup is not required for every authenticated request
 authz_core - Provides core authorization capabilities to various 
authorization/authorization modules, such as authn_file and authz_user
 authz_dbd - Provides authorization capabilities via SQL database so that 
authenticated users can be allowed or denied access to portions of the web site 
by group membership
 authz_dbm - Group authorization using DBM files
-authz_default - Authorization fallback module
 authz_groupfile - Group authorization using plaintext files
 authz_host - Group authorizations based on host (name or IP address)
 authz_owner - Authorization based on file ownership
@@ -42,7 +40,6 @@ dav_lock - generic locking module for mod_dav
 dbd - Manages SQL database connections
 deflate - Compress content before it is delivered to the client
 dir - Provides for "trailing slash" redirects and serving directory index files
-disk_cache - Content cache storage manager keyed to URIs
 dumpio - Dumps all I/O to error log as desired
 env - Modifies the environment which is passed to CGI scripts and SSI pages
 expires - Generation of Expires and Cache-Control HTTP headers according to 
user-specified criteria
@@ -65,7 +62,6 @@ logio - Logging of input and output bytes per request
 lua - Provides Lua hooks into various portions of the httpd request processing
 macro - Macros for the Apache config file
 md - Managing domains across virtual hosts, certificate provisioning via the 
ACME protocol
-mem_cache - Content cache keyed to URIs
 mime - Associates the requested filename's extensions with the file's behavior 
(handlers and filters) and content (mime-type, language, character set and 
encoding)
 mime_magic - Determines the MIME type of a file by looking at a few bytes of 
its contents
 negotiation - Provides for content negotiation

diff --git a/profiles/desc/apache2_mpms.desc b/profiles/desc/apache2_mpms.desc
index 0bcdba8e489e..96762f4b18b0 100644
--- a/profiles/desc/apache2_mpms.desc
+++ b/profiles/desc/apache2_mpms.desc
@@ -5,7 +5,5 @@
 
 # Keep it sorted.
 event - An experimental variant of the standard worker MPM
-itk - Allows to run each virtual host under a separate uid and gid
-peruser - Peruser is a working implementation of the perchild MPM allowing to 
run each apache child process as its own user and group, each handling its own 
set of virtual hosts
 prefork - Implements a non-threaded, pre-forking web server
 worker - Multi-Processing Module implementing a hybrid multi-threaded 
multi-process web server

diff --git a/profiles/desc/collectd_plugins.desc 
b/profiles/desc/collectd_plugins.desc
index d09d2099ee5f..b104710000ea 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -56,7 +56,6 @@ logfile - Build the logfile output plugin (receives log 
messages from collectd a
 logparser - Build the logparser plugin (allows for filtering and parsing log 
messages)
 log_logstash - Build the Logstash output plugin (writes collectd logs and 
events as Logstash JSON formatted events)
 lua - Build the LUA language binding plugin (uses dev-lang/lua) for writing 
plugins
-lvm - Build the LVM input plugin (collects the size of logical volumes (LV) 
and free space inside a volume group (VG) from Linux' Logical Volume Manager 
(LVM))
 madwifi - Build the madwifi input plugin (collects information about Atheros 
wireless LAN chipsets from the MadWifi driver)
 match_empty_counter - Build the match_empty_counter filter plugin
 match_hashed - Build the match_hashed filter plugin

diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc
index bbc771ff950e..bdca43e38232 100644
--- a/profiles/desc/curl_ssl.desc
+++ b/profiles/desc/curl_ssl.desc
@@ -4,7 +4,6 @@
 # This file contains descriptions of CURL_SSL USE_EXPAND flags for 
net-misc/curl
 # spnego - Use SPNEGO fbopenssl - to be added
 
-axtls - Use axTLS
 gnutls - Use GnuTLS
 mbedtls - Use mbed TLS
 nss - Use Mozilla's Network Security Services 

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index 13b8ef19c097..428850bed5f9 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -34,9 +34,7 @@ az - Azerbaijani
 be - Belarusian
 bea - Beaver
 bg - Bulgarian
-bla - Siksika
 bn - Bengali
-bn-BD - Bengali (Bangladesh)
 bn-IN - Bengali (India)
 bo - Tibetan
 br - Breton
@@ -49,7 +47,6 @@ ceb - Cebuano
 ch - Chamorro
 chr - Cherokee
 ckb - Central Kurdish
-cnr - Montenegrin
 cop - Coptic
 co - Corsican
 cs - Czech
@@ -60,7 +57,6 @@ da - Danish
 de - German
 de-1901 - German (traditional orthography)
 de-CH - German (Switzerland)
-de-DE - German (Germany)
 dgo - Dogri (individual language)
 doi - Dogri (macrolanguage)
 dsb - Lower Sorbian
@@ -71,7 +67,6 @@ en - English
 en-AU - English (Australia)
 en-CA - English (Canada)
 en-GB - English (United Kingdom)
-en-NZ - English (New Zealand)
 en-US - English (United States)
 en-ZA - English (South Africa)
 eo - Esperanto
@@ -209,7 +204,6 @@ syc - Classical Syriac
 syr - Syriac
 szl - Silesian
 ta - Tamil
-ta-LK - Tamil (Sri Lanka)
 te - Telugu
 tet - Tetum
 tg - Tajik

diff --git a/profiles/desc/openmpi_fabrics.desc 
b/profiles/desc/openmpi_fabrics.desc
index d5fcbf2a7f82..8c32d42335ae 100644
--- a/profiles/desc/openmpi_fabrics.desc
+++ b/profiles/desc/openmpi_fabrics.desc
@@ -5,8 +5,5 @@
 
 # Keep it sorted.
 
-dapl - Direct Access Provider Library
 ofed - OFED RDMA stack (InfiniBand and iWARP)
 knem - High-Performance Intra-Node MPI Communication
-open-mx - Myrinet Express over Generic Ethernet Hardware
-sctp - Stream Control Transmission Protocol

diff --git a/profiles/desc/openmpi_ofed_features.desc 
b/profiles/desc/openmpi_ofed_features.desc
index 43fe578e527e..0a786dd37cf8 100644
--- a/profiles/desc/openmpi_ofed_features.desc
+++ b/profiles/desc/openmpi_ofed_features.desc
@@ -6,8 +6,6 @@
 # Keep it sorted.
 
 control-hdr-padding - Add padding bytes to the openib control header
-connectx-xrc - Enable ConnectX XRC support
 rdmacm - Enable Open Fabrics RDMACM support in openib BTL
 udcm - Enable Open Fabrics UDCM support in openib BTL
 dynamic-sl - Enable openib BTL to query Subnet Manager for IB SL
-failover - enable openib BTL failover (for multiport adapters

diff --git a/profiles/desc/qemu_softmmu_targets.desc 
b/profiles/desc/qemu_softmmu_targets.desc
index 124e0d38f0db..cd386c56455e 100644
--- a/profiles/desc/qemu_softmmu_targets.desc
+++ b/profiles/desc/qemu_softmmu_targets.desc
@@ -12,7 +12,6 @@ avr - system emulation target
 cris - system emulation target
 hppa - system emulation target
 i386 - system emulation target
-lm32 - LatticeMico32 system emulation target
 m68k - system emulation target
 microblazeel - system emulation target
 microblaze - system emulation target
@@ -20,7 +19,6 @@ mips64el - system emulation target
 mips64 - system emulation target
 mipsel - system emulation target
 mips - system emulation target
-moxie - moxielogic system emulation target
 nios2 - system emulation target
 or1k - OpenRISC system emulation target
 ppc64 - system emulation target
@@ -34,7 +32,6 @@ sh4 - system emulation target
 sparc - system emulation target
 sparc64 - system emulation target
 tricore - system emulation target
-unicore32 - system emulation target
 x86_64 - system emulation target
 xtensaeb - system emulation target
 xtensa - system emulation target

diff --git a/profiles/desc/qemu_user_targets.desc 
b/profiles/desc/qemu_user_targets.desc
index 286a4688d077..bb696ba2ee4c 100644
--- a/profiles/desc/qemu_user_targets.desc
+++ b/profiles/desc/qemu_user_targets.desc
@@ -37,7 +37,6 @@ sh4 - userspace emulation target
 sparc32plus - userspace emulation target
 sparc64 - userspace emulation target
 sparc - userspace emulation target
-tilegx - TILE-Gx 64-bit userspace emulation target
 x86_64 - userspace emulation target
 xtensaeb - userspace emulation target
 xtensa - userspace emulation target

diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
index 6f42774686af..647df6062c67 100644
--- a/profiles/desc/ruby_targets.desc
+++ b/profiles/desc/ruby_targets.desc
@@ -3,10 +3,6 @@
 
 # This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
 
-rbx - Build with Rubinius
-ruby21 - Build with MRI Ruby 2.1.x
-ruby22 - Build with MRI Ruby 2.2.x
-ruby23 - Build with MRI Ruby 2.3.x
 ruby24 - Build with MRI Ruby 2.4.x
 ruby25 - Build with MRI Ruby 2.5.x
 ruby26 - Build with MRI Ruby 2.6.x

diff --git a/profiles/desc/video_cards.desc b/profiles/desc/video_cards.desc
index e4c6adc63271..1d771118596b 100644
--- a/profiles/desc/video_cards.desc
+++ b/profiles/desc/video_cards.desc
@@ -16,7 +16,6 @@ geode - VIDEO_CARDS setting to build driver for AMD Geode GX 
and LX video cards
 glint - VIDEO_CARDS setting to build driver for glint video cards
 i915 - VIDEO_CARDS setting to build driver for Intel i915 video cards
 i965 - VIDEO_CARDS setting to build driver for Intel i965 video cards
-imx - VIDEO_CARDS setting to build driver for Freescale i.MX video cards
 intel - VIDEO_CARDS setting to build driver for Intel video cards
 iris - VIDEO_CARDS setting to build driver for Intel video cards Gen8 / 
Broadwell or newer
 lima - VIDEO_CARDS setting to build driver for Mali 200/400 video cards

diff --git a/profiles/features/clang/package.use 
b/profiles/features/clang/package.use
index 5d568cb8cb66..980c320218f9 100644
--- a/profiles/features/clang/package.use
+++ b/profiles/features/clang/package.use
@@ -2,7 +2,7 @@
 sys-devel/llvm -gold
 
 # use all defaults
-sys-devel/clang compiler-rt default-compiler-rt default-lld default-libcxx 
llvm-libunwind
+sys-devel/clang default-compiler-rt default-lld default-libcxx llvm-libunwind
 sys-libs/compiler-rt clang
 
 # disable sanitizers for now
@@ -11,7 +11,6 @@ sys-devel/clang-runtime compiler-rt libcxx -sanitize
 
 sys-libs/libcxx libunwind libcxxabi
 sys-libs/libcxxabi libunwind
-sys-libs/llvm-libunwind compiler-rt
 
 # libgcrypt doesn't like optimizations
 dev-libs/libgcrypt o-flag-munging

diff --git a/profiles/features/prefix/package.use 
b/profiles/features/prefix/package.use
index 2c6d13ceb043..149c84339598 100644
--- a/profiles/features/prefix/package.use
+++ b/profiles/features/prefix/package.use
@@ -5,7 +5,3 @@ sys-apps/util-linux -su
 
 # Don't enable the security measures for convienence
 sys-apps/portage -rsync-verify
-
-# Yiyang Wu <[email protected]> (2021-03-03)
-# bazel should link libstdc++ statically in prefix to avoid finding host's 
libstdc++ when building other packages
-dev-util/bazel static-libs

diff --git a/profiles/package.mask b/profiles/package.mask
index 4fd02e404740..e664331e1452 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -341,10 +341,6 @@ dev-tex/pdfannotextractor
 # Bug #824558.
 =sys-kernel/gentoo-sources-5.14.19
 =sys-kernel/vanilla-sources-5.14.19
-~sys-kernel/gentoo-kernel-5.14.19
-~sys-kernel/gentoo-kernel-bin-5.14.19
-~sys-kernel/vanilla-kernel-5.14.19
-~virtual/dist-kernel-5.14.19
 
 # Mart Raudsepp <[email protected]> (2021-11-11)
 # Needs testing to ensure valac-0.54 works for existing packages

diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask
index e30a2b1415de..e82a2e7abec8 100644
--- a/profiles/prefix/package.use.mask
+++ b/profiles/prefix/package.use.mask
@@ -24,7 +24,7 @@ sys-devel/binutils gold default-gold
 dev-db/postgresql kerberos ldap llvm pam systemd
 net-libs/libsoup gssapi samba vala
 net-libs/glib-networking gnome libproxy
-net-misc/wget cookie_check metalink uuid
+net-misc/wget metalink uuid
 sys-apps/dbus selinux elogind systemd
 app-doc/doxygen clang doxysearch qt5
 app-text/ghostscript-gpl cups

diff --git a/profiles/prefix/sunos/solaris/package.use.mask 
b/profiles/prefix/sunos/solaris/package.use.mask
index 9461b0780707..82461e3cac7d 100644
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ b/profiles/prefix/sunos/solaris/package.use.mask
@@ -25,7 +25,3 @@ app-text/poppler introspection
 # Fabian Groffen <[email protected]> (2011-04-24)
 # kms seems linux only, bug #319285
 x11-libs/libdrm libkms
-
-# Jeremy Olexa <[email protected]> (2008-12-03)
-# Fails to compile on Solaris, bug #245659
-media-gfx/inkscape lcms

Reply via email to