profiles: Sync with Gentoo

It's from Gentoo commit ce13d2713acd7c0139e3e3614d4d6e67c5fcc82a.
This commit is contained in:
Flatcar Buildbot 2024-09-02 07:19:07 +00:00 committed by Krzesimir Nowak
parent f317847889
commit 6a8239ecaf
26 changed files with 150 additions and 67 deletions

View File

@ -253,7 +253,7 @@ sys-libs/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan
sys-libs/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo
sys-libs/compiler-rt-sanitizers -gwp-asan
sys-libs/compiler-rt-sanitizers -libfuzzer -memprof -orc -profile -xray
sys-libs/compiler-rt-sanitizers -ctx-profile
sys-libs/compiler-rt-sanitizers -ctx-profile -nsan -rtsan
# Sam James <sam@gentoo.org> (2020-10-24)
# asm redc is only available on amd64,

View File

@ -76,10 +76,6 @@ media-video/ffmpeg qsv
# needs stabilizing
media-video/ffmpeg vmaf
# Adel Kara Slimane <adel.ks@zegrapher.com> (2022-02-17)
# needs stabilizing
media-video/ffmpeg amf
# Joonas Niilola <juippis@gentoo.org> (2021-08-13)
# dev-libs/efl is stabilized on amd64.
app-crypt/pinentry -efl

View File

@ -237,7 +237,7 @@ app-text/enchant voikko
sys-libs/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan
sys-libs/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo
sys-libs/compiler-rt-sanitizers -gwp-asan -shadowcallstack
sys-libs/compiler-rt-sanitizers -libfuzzer -profile -xray
sys-libs/compiler-rt-sanitizers -libfuzzer -profile -xray -rtsan
>=sys-libs/compiler-rt-sanitizers-16 -orc
# Roy Bamford <neddyseagoon@gentoo.org> (2020-12-07)

View File

@ -252,7 +252,7 @@ sys-libs/compiler-rt-sanitizers asan dfsan lsan msan hwasan tsan
sys-libs/compiler-rt-sanitizers ubsan safestack cfi scudo
sys-libs/compiler-rt-sanitizers shadowcallstack gwp-asan
sys-libs/compiler-rt-sanitizers libfuzzer memprof orc profile xray
sys-libs/compiler-rt-sanitizers ctx-profile
sys-libs/compiler-rt-sanitizers ctx-profile nsan rtsan
# Sam James <sam@gentoo.org> (2020-10-24)
# asm redc is only available on amd64,

View File

@ -1,6 +1,10 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2024-08-31)
# dnstap USE masked due to missing keywords
net-dns/bind dnstap
# Sam James <sam@gentoo.org> (2024-08-23)
# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here
sys-apps/systemd bpf
@ -305,6 +309,7 @@ media-plugins/gst-plugins-meta libvisual
>=sys-libs/compiler-rt-sanitizers-17.0.0_pre20230705 -dfsan
>=sys-libs/compiler-rt-sanitizers-17.0.0_pre20230717 -profile -xray
>sys-libs/compiler-rt-sanitizers-17.0.0_pre20230717 -libfuzzer
>=sys-libs/compiler-rt-sanitizers-19 -cfi
# WANG Xuerui <xen0n@gentoo.org> (2022-07-08)
# virtual/{jdk,jre} is not available on loong yet.

View File

@ -1,12 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-26)
# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here
sys-apps/systemd bpf
# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-26)
# dev-ruby/thor not keyworded here
app-text/htmltidy test
# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-25)
# simplify the dep tree
app-admin/syslog-ng amqp grpc kafka mongodb smtp
app-admin/syslog-ng amqp grpc kafka mongodb smtp test
app-crypt/pinentry efl
app-text/doxygen gui
dev-build/cmake gui
dev-db/mysql cjk
dev-db/percona-server cjk
dev-libs/libisoburn frontend-optional
dev-util/glade gjs
dev-util/pkgcheck emacs
dev-util/ragel doc
@ -112,7 +123,7 @@ net-analyzer/rrdtool rados
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# Qt 5 is not keyworded here
app-admin/setools X
app-admin/setools X test
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# Qt 5 is not keyworded here

View File

@ -1,6 +1,14 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-26)
# media-libs/libheif is not keyworded here
heif
# Arthur Zamarin <arthurzam@gentoo.org> (2024-08-26)
# media-libs/libjxl is not keyworded here
jpegxl
# Unmask the flag which corresponds to ARCH.
-mips

View File

@ -107,6 +107,7 @@ dev-util/diffoscope haskell
sys-libs/compiler-rt-sanitizers -asan -lsan -msan -tsan
sys-libs/compiler-rt-sanitizers -ubsan -scudo
sys-libs/compiler-rt-sanitizers -profile
>=sys-libs/compiler-rt-sanitizers-19 -orc
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-25)
# fwupd keyworded now on ppc64

View File

@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-13)
# Waiting for KF6 stabilisation in bug #934478
app-crypt/pinentry qt6
# Sam James <sam@gentoo.org> (2024-04-30)
# sys-block/nbdkit is not yet marked stable here
app-emulation/libvirt nbd

View File

@ -1,6 +1,18 @@
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michael Orlitzky <mjo@gentoo.org> (2024-09-01)
# Mask the optional plotting backend sci-libs/vtk because it's a beast
# and I don't want to deal with it right now.
sci-mathematics/maxima vtk
# Michael Orlitzky <mjo@gentoo.org> (2024-08-26)
# There's an unexplained test failure in sci-libs/qd that I've emailed
# the authors about. Until we know what's up with that, USE=qd should
# remain masked for consumers.
sci-libs/fplll qd
sci-mathematics/lcalc double-double quad-double
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-06)
# KDE PIM is not keyworded here
kde-apps/libkgapi:5 kf6compat
@ -72,8 +84,10 @@ sys-kernel/installkernel -systemd-boot -ukify -uki
sys-block/tgt rbd
# jinqiang zhang <peeweep@0x0.ee> (2023-03-27)
# Sanitizers supported on this architecture.
# Sanitizers supported on riscv64.
sys-libs/compiler-rt-sanitizers -asan -lsan
>=sys-libs/compiler-rt-sanitizers-19 -libfuzzer -hwasan -profile -tsan
>=sys-libs/compiler-rt-sanitizers-19 -ubsan -scudo
# Yixun Lan <dlan@gentoo.org> (2023-02-16)
# USE=java depend on virtual/jdk:1.8 which is not support on RISC-V

View File

@ -4,6 +4,13 @@
# Unmask the flag which corresponds to ARCH.
-riscv
# Michael Orlitzky <mjo@gentoo.org> (2024-09-01)
# These lisp implementations have ~riscv keywords.
# This counteracts the mask in arch/base/use.mask.
-clisp
-ecl
-gcl
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11)
# Unmask secureboot flag on arches where sbsigntools is keyworded
-secureboot

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Hans de Graaff <graaff@gentoo.org> (2024-09-01)
# Requires large parts of dev-ruby/rails to be keyworded
dev-ruby/minitest-hooks test
# Sam James <sam@gentoo.org> (2024-08-23)
# dev-util/bpftool and/or sys-devel/bpf-toolchain not keyworded here
sys-apps/systemd bpf

View File

@ -17,11 +17,9 @@
#--- END OF EXAMPLES ---
# Andreas Sturmlechner <asturm@gentoo.org> (2024-07-21)
# Need not as yet stable KF6-based counterparts (bug #934361)
kde-apps/libkcddb kf6compat
kde-apps/libksane kf6compat
net-misc/kio-zeroconf kf6compat
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-30)
# KF6 is not stable here.
>=app-crypt/pinentry-1.3.0 wayland
# Matt Turner <mattst88@gentoo.org> (2024-07-14)
# spirv-llvm-translator < 17 is not stable on x86.

View File

@ -1,13 +1,6 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Andreas Sturmlechner <asturm@gentoo.org> (2024-05-30)
# Only up to python 3.11 supported, bug #929546
<dev-util/kdevelop-python-24.05.1:5 python_single_target_python3_11
~www-client/falkon-23.08.5 python_single_target_python3_11
dev-python/pyside2 python_targets_python3_11
dev-python/shiboken2 python_targets_python3_11
# Arthur Zamarin <arthurzam@gentoo.org> (2024-03-23)
# Used by pkgcheck, so let's make it easier for all developers to install it
>=dev-libs/tree-sitter-bash-0.21.0 python

View File

@ -6,6 +6,12 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-31)
# Prepare for KDE PIM 5 removal and avoid conflicts w/ KDE PIM 6
app-office/kmymoney:5 addressbook
app-office/kraft:5 pim
media-gfx/digikam:5 addressbook
# Viorel Munteanu <ceamac@gentoo.org> (2024-07-26)
# Branch 7.1 needs a new BDEPEND for doc
>=app-emulation/virtualbox-7.1 doc

View File

@ -4,10 +4,17 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in package.use.mask
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-13)
# Building with qt6 requires (masked) kde-frameworks:6
app-admin/calamares qt6
app-crypt/pinentry qt6
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-29)
# Pin down kf6compat mask to currently stable versions.
<kde-apps/kio-extras-24.02.2-r2 kf6compat
<kde-apps/libkgapi-23.08.5-r2 kf6compat
<kde-frameworks/baloo-5.116.0-r1 kf6compat
<kde-frameworks/kglobalaccel-5.116.0-r1 kf6compat
<kde-frameworks/kguiaddons-5.116.0-r1 kf6compat
<kde-frameworks/kuserfeedback-1.3.0-r4 kf6compat
<kde-frameworks/kwallet-5.116.0-r1 kf6compat
<kde-misc/kio-gdrive-23.08.5-r2 kf6compat
<kde-plasma/libplasma-5.116.0-r1 kf6compat
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-14)
# Qt6 dependencies are not yet available in stable. Moreover,

View File

@ -4,10 +4,6 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
# Andreas Sturmlechner <asturm@gentoo.org> (2024-06-13)
# KF6 is not in stable yet.
kf6compat
# Michał Górny <mgorny@gentoo.org> (2024-05-08)
# Python implementations without stable keywords.
python_targets_python3_13

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2024-08-31)
# sys-devel/binutils[gprofng] is masked on musl
dev-debug/gprofng-gui
# Sam James <sam@gentoo.org> (2024-08-21)
# systemtap needs porting to musl. Fails to compile in a few ways.
# See bug #925857.
@ -81,7 +85,10 @@ app-arch/lrzip-next
# Christopher Fore <csfore@posteo.net> (2024-01-24)
# >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl
# https://github.com/koverstreet/bcachefs-tools/issues/213
>=sys-fs/bcachefs-tools-1.4.1
# The above was fixed in musl 1.2.5, which bcachefs-tools 1.11.0
# will now depend on.
# https://www.openwall.com/lists/musl/2024/03/01/2
<sys-fs/bcachefs-tools-1.11.0
# Conrad Kostecki <conikost@gentoo.org> (2024-01-23)
# Uses glibc function getsourcefilter(),

View File

@ -44,6 +44,7 @@ net-analyzer/suricata
net-analyzer/gvm-tools
net-analyzer/gr-fosphor
net-analyzer/gvm
net-analyzer/snmpclitools
media-sound/beets
media-sound/gnome-sound-recorder
media-gfx/oxipng
@ -122,6 +123,10 @@ dev-python/dissononce
dev-python/consonance
dev-python/PyGithub
dev-python/adblock
dev-python/pysnmp
dev-python/pysnmp-mibs
dev-python/pysmi
dev-python/pysnmpcrypto
dev-java/icedtea-web
dev-debug/pwndbg
dev-db/mycli
@ -180,6 +185,7 @@ net-wireless/gnuradio
net-wireless/gqrx
net-wireless/gr-iqbal
net-wireless/gr-osmosdr
app-emulation/diskimage-builder
# Various packages requiring Rust.
app-admin/ansible

View File

@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Petr Vaněk <arkamar@gentoo.org> (2024-09-01)
# Requires dev-python/cryptography
app-crypt/osslsigncode test
# matoro <matoro_gentoo@matoro.tk> (2024-07-27)
# Additional entries exposed by correcting musl, #936643
x11-wm/xpra crypt oauth

View File

@ -33,6 +33,51 @@
#--- END OF EXAMPLES ---
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-31)
# This is so old that it was only kept alive as KF5-based snapshot of an
# upstream git branch containing a single "Initial port to KF/Qt5 (back in
# 2017). That was never merged to master, project archived for a long time.
# Bug #759772. Removal on 2024-09-31.
media-gfx/kcoloredit
# Sam James <sam@gentoo.org> (2024-08-31)
# Please unmask and test. If you have any issues, please file a new bug.
# The mask will be lifted by 2024-09-02. Test it before then please!
=net-dns/bind-9.18.29
=net-dns/bind-tools-9.18.0
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-29)
# No signs of development upstream (last commit in 2016). If you use this,
# please ping them in order to get it ported over to KF6.
# Removal on 2024-09-29.
kde-misc/ktoshiba
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-29)
# This is so old that it was only kept alive as KF5-based version by means
# of a downstream patch porting away from KDElibs4 (back in 2014!). Not
# functional in KIO-6 revdeps. Removal on 2024-09-29.
kde-misc/openofficeorg-thumbnail
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-29)
# Long unmaintained Plasma 5-only desktop widget. Removal on 2024-09-29.
kde-misc/plasma-applet-network-monitor
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-29)
# This is so old that it was only kept alive as KF5-based version by means
# of a downstream patch porting away from KDElibs4. No reports of it even
# being in a working state (e.g. bug 813031). Removal on 2024-09-29.
kde-misc/kio-locate
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-29)
# Depends on kde-apps/konqueror:5 which is close to being obsolete.
# No signs of upstream porting work. Removal on 2024-09-29.
kde-misc/kio-gopher
# Michał Górny <mgorny@gentoo.org> (2024-08-28)
# API removals break gobject-introspection.
>=dev-python/ensurepip-setuptools-74
>=dev-python/setuptools-74
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-25)
# Broken with current Plasma 5 version, not ported to Plasma 6.
# Removal on 2024-09-24.
@ -158,25 +203,6 @@ media-video/bdsup2sub
=dev-python/ensurepip-setuptools-72.0.0
=dev-python/setuptools-72.0.0
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-07-27)
# Stable version stuck on EAPI=6.
# Lacks maintainer capacity for dev-lang/scala.
# Removal on 2024-08-26. Bugs #932012, #932737, #933607.
dev-lang/scala
dev-lang/mozart
dev-lang/mozart-stdlib
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-27)
# EAPI=6 package, awaits version bump.
# Removal on 2024-08-26. Bug #936756.
www-apps/rt
# Arthur Zamarin <arthurzam@gentoo.org> (2024-07-27)
# EAPI=6, awaits version bump. This is *-macos prefix only package, so
# hard to verify EAPI bump without the maintainer.
# Removal on 2024-08-26. Bug #936755.
dev-debug/gdb-apple
# Alfred Wingate <parona@protonmail.com> (2024-07-24)
# Includes change that breaks firewalld notably.
#

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg kf6compat lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb vulkan wxwidgets X xcb xft x264 xml xv xvid"
USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg kf6compat lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt6 qt5 sdl sound spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb vulkan wxwidgets X xcb xft x264 xml xv xvid"

View File

@ -1,6 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Andreas Sturmlechner <asturm@gentoo.org> (2024-08-30)
# Resolve conflicting REQUIRED_USE defaults (qt5 vs. qt6)
media-libs/simage -qt5
net-p2p/transmission -qt5
# Andreas Sturmlechner <asturm@gentoo.org> (2024-03-07)
# Required by kde-frameworks/kio:6
dev-qt/qtbase libproxy

View File

@ -4,21 +4,6 @@
# Resolve conflict between Plasma 6 and KDevelop 24.05
>=dev-util/kdevelop-24.05.1:5 -plasma
# Sam James <sam@gentoo.org> (2024-06-13)
# Needed by dependencies of KDE Plasma and KDE Gear
app-crypt/gpgme qt6
app-crypt/pinentry qt6
app-crypt/qca qt6
app-text/poppler qt6
dev-libs/qtkeychain qt6
media-libs/phonon qt6
media-libs/phonon-vlc qt6
net-libs/accounts-qml qt6
net-libs/accounts-qt qt6
net-libs/signond qt6
net-libs/signon-oauth2 qt6
sys-auth/polkit-qt qt6
# Alfred Wingate <parona@protonmail.com> (2023-12-25)
# Prefer wayland over X with REQUIRED_USE: ^^ ( gbm wayland X )
>=media-tv/kodi-20.2 wayland -X

View File

@ -7,7 +7,6 @@ move app-doc/psmark app-text/psmark
move app-doc/xmltoman app-text/xmltoman
move app-doc/zeal app-text/zeal
move sys-devel/gdb dev-debug/gdb
move sys-devel/gdb-apple dev-debug/gdb-apple
move dev-util/lldb dev-debug/lldb
move dev-util/cgdb dev-debug/cgdb
move dev-util/ninja dev-build/ninja

View File

@ -2,3 +2,4 @@ move sci-libs/rtree dev-python/rtree
move dev-python/mapbox_earcut dev-python/mapbox-earcut
move dev-qt/kdsingleapplication dev-libs/kdsingleapplication
slotmove dev-util/kdevelop-pg-qt 5 0
move dev-python/parse_type dev-python/parse-type