diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch.list b/sdk_container/src/third_party/portage-stable/profiles/arch.list index 2aad1ae7f4..7bb08e3b87 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch.list +++ b/sdk_container/src/third_party/portage-stable/profiles/arch.list @@ -23,5 +23,6 @@ riscv-linux x86-linux arm64-macos ppc-macos +x86-macos x64-macos x64-solaris diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask index a3e08cabce..ed718f8604 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# matoro (2024-02-06) +# Pulls in dev-python/scipy, which does not pass tests, #923067 +media-video/pipewire liblc3 + # matoro (2024-01-24) # No LLVM on alpha. dev-util/perf bpf diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask index 1d7742865b..c70b5b4fda 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan (2024-02-09) +# Refind is only available on a subset of arches +sys-kernel/installkernel -refind + # Ionen Wolkens (2024-01-27) # dev-python/PyQt6 and dev-python/pyside6 are keyworded here dev-python/QtPy -pyqt6 -pyside6 @@ -85,11 +89,11 @@ dev-qt/qtbase -renderdoc # media-libs/roc-toolkit is not keyworded in most places media-video/pipewire -roc -# Matt Jolly (2023-08-10) +# Matt Jolly (2023-08-10) # 'ssl' USE required for curl's nghttp3/quic support net-libs/ngtcp2 -ssl -# Matt Jolly (2023-08-10) +# Matt Jolly (2023-08-10) # nghttp3 has been tested to work on amd64 net-misc/curl -nghttp3 @@ -410,7 +414,7 @@ sys-boot/grub:2 -grub_platforms_xen-32 # sd-boot is not supported on all archs. sys-apps/systemd -boot -gnuefi -ukify sys-apps/systemd-utils -boot -ukify -sys-kernel/installkernel -ukify +sys-kernel/installkernel -systemd-boot -ukify # Ben de Groot (2015-03-15) # media-libs/libbdplus is keyworded on amd64, so unmask the useflag diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask index 55ec28d2d0..b0ebeb503d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/package.use.stable.mask @@ -42,7 +42,7 @@ dev-db/spatialite rttopo # Mask testing on stable until we have stable qt6 dev-python/pytest-qt test -# Matt Jolly (2023-08-10) +# Matt Jolly (2023-08-10) # net-libs/ngtcp2 is not marked stable net-misc/curl nghttp3 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask index d418fadc58..39f72443d8 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2024-02-17) +# Requires net-libs/nodejs which is unavailable on amd64/x32. +net-misc/sunshine + # Eli Schwartz (2023-10-19) # Requires net-libs/nodejs which is unavailable on amd64/x32. dev-lang/rapydscript-ng diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4/package.use.mask new file mode 100644 index 0000000000..8f0a5b550f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4/package.use.mask @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2024-02-17) +# dev-libs/libpcre2 doesn't support JIT here +dev-libs/libpcre2 jit +dev-lang/php jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4t/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4t/package.use.mask new file mode 100644 index 0000000000..8f0a5b550f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv4t/package.use.mask @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2024-02-17) +# dev-libs/libpcre2 doesn't support JIT here +dev-libs/libpcre2 jit +dev-lang/php jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv5te/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv5te/package.use.mask new file mode 100644 index 0000000000..8f0a5b550f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/armv5te/package.use.mask @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2024-02-17) +# dev-libs/libpcre2 doesn't support JIT here +dev-libs/libpcre2 jit +dev-lang/php jit +net-proxy/haproxy pcre-jit +www-servers/varnish jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask index efb8d89801..89dbc8a624 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-02-17) +# Broken on arm, see bug #924649 (https://github.com/golang/go/issues/65601). +=dev-lang/go-1.22.0 +>=net-vpn/tailscale-1.60.0 + # Andreas Sturmlechner (2023-02-06) # Successful build of dev-qt/qtwebengine depends on 64-bit host # Bug #893234 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use index bfa795fc17..9790384c50 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2023-12-16) +# Apply additional FFmpeg patches for efficient playback on some SoCs. +media-tv/kodi soc +media-video/ffmpeg libdrm soc +media-video/mpv soc + # Ionen Wolkens (2023-10-09) # media-libs/shaderc is not keyworded here, so enable glslang fallback. media-libs/libplacebo glslang -shaderc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask index 46c7b6a6f2..fc7419122e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.mask @@ -1,6 +1,18 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola (2024-02-16) +# Test dependencies not keyworded on this arch. +www-servers/nginx test + +# Eray Aslan (2024-02-13) +# tests require dev-db/mongodb which is not keyworded +dev-libs/mongo-c-driver test + +# Alexander Tsoy (2024-01-31) +# Supports only 64-bit NEON +media-libs/zita-resampler cpu_flags_arm_neon + # Michal Privoznik (2024-01-18) # No sys-block/nbdkit on arm, yet app-emulation/libvirt nbd @@ -147,7 +159,7 @@ net-im/prosody selinux # bug #729720 sys-apps/systemd -boot -gnuefi -ukify sys-apps/systemd-utils -boot -ukify -sys-kernel/installkernel -ukify +sys-kernel/installkernel -systemd-boot -ukify # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask index 67d95e0884..c3b6e14500 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-02-07) +# grpc not stable here +app-admin/syslog-ng grpc + # Petr Vaněk (2024-01-10) # Destabilize dev-db/redis for ~arm due to a lack of security stabilization # almost one year to this this date. bug 915548#c6 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use index 9842b37259..3d30a34a0d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use @@ -1,6 +1,12 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot (2023-12-16) +# Apply additional FFmpeg patches for efficient playback on some SoCs. +media-tv/kodi soc +media-video/ffmpeg libdrm soc +media-video/mpv soc + # Ionen Wolkens (2023-10-09) # media-libs/shaderc is not keyworded here, so enable glslang fallback. media-libs/libplacebo glslang -shaderc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force index 83a38f1693..2f70b36b7b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly (2024-01-30) +# Google does not provide an arm64 toolchain +www-client/chromium system-toolchain + # matoro (2022-08-31) # GHC does not gain native codegen for arm64 until 9.2. # We don't want an unregisterised build, so force LLVM codegen. @@ -15,6 +19,7 @@ sys-kernel/vanilla-kernel -savedconfig # ffmpeg does support 64 bit neon media-video/ffmpeg cpu_flags_arm_neon media-video/ffmpeg-chromium cpu_flags_arm_neon +net-misc/sunshine cpu_flags_arm_neon # Luke Dashjr (2019-09-21) # iasl is keyworded ~arm64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask index c7a747a831..cb9d953273 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/arm64/package.use.mask @@ -1,6 +1,22 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola (2024-02-16) +# Test dependencies not keyworded on this arch. +www-servers/nginx test + +# Anna (navi) Figueiredo Gomes (2024-02-14) +# Fails to compile, bug #924301 +~dev-lang/rust-1.75.0 lto + +# Ionen Wolkens (2024-02-07) +# nvidia-powerd is only available for arm64 in 550+ + (2024-01-31) +# Supports 64-bit NEON +media-libs/zita-resampler -cpu_flags_arm_neon + # Ionen Wolkens (2024-01-27) # dev-python/PyQt6 is keyworded here dev-python/QtPy -pyqt6 @@ -179,7 +195,7 @@ media-sound/bluez-alsa man # bug #729720 sys-apps/systemd -boot -gnuefi -ukify sys-apps/systemd-utils -boot -ukify -sys-kernel/installkernel -ukify +sys-kernel/installkernel -systemd-boot -ukify # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. @@ -277,6 +293,7 @@ net-wireless/kismet ubertooth # ffmpeg does support 64 bit neon media-video/ffmpeg -cpu_flags_arm_neon media-video/ffmpeg-chromium -cpu_flags_arm_neon +net-misc/sunshine -cpu_flags_arm_neon # Tomáš Mózes (2019-12-19) # dev-libs/criterion is not keyworded yet diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask index 39b5b770b7..fed90b7750 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2024-02-09) +# Refind is only available on a subset of arches +sys-kernel/installkernel refind + # Ionen Wolkens (2024-01-27) # dev-python/PyQt6 and dev-python/pyside6 have very few keywords dev-python/QtPy pyqt6 pyside6 @@ -385,7 +389,7 @@ net-misc/moonlight mmal # sd-boot and ukify are not supported on all archs. sys-apps/systemd boot gnuefi ukify sys-apps/systemd-utils boot ukify -sys-kernel/installkernel ukify +sys-kernel/installkernel systemd-boot ukify # Ben de Groot (2015-03-15) # Mask bdplus support and unmask on arches where libbdplus is keyworded. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask index 2fc87978ee..b36b584af0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/base/use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-02-05) +# LLVM slots without keywords. +llvm_slot_18 +llvm_slot_19 + # Andrew Ammerlaan (2023-07-11) # Mask secureboot flag on arches where sbsigntools is not keyworded secureboot diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/eapi b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa1.1/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/eapi rename to sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa1.1/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa1.1/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa1.1/make.defaults new file mode 100644 index 0000000000..caf7fdb013 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa1.1/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="hppa1.1-unknown-linux-gnu" + +CFLAGS="-O2 -pipe -march=1.1" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa2.0/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/systemd/eapi rename to sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa2.0/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa2.0/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa2.0/make.defaults new file mode 100644 index 0000000000..351feb4f83 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/hppa2.0/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="hppa2.0-unknown-linux-gnu" + +CFLAGS="-O2 -pipe -march=2.0" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask index ccbecff2e4..c12bd0c48c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Eli Schwartz (2024-02-05) +# Mask pdf support so net-print/cups-filters stabilisation +# can go ahead (bug 627392) +# and subsequently bug 923811 +net-print/cups-filters pdf +net-print/libcupsfilters pdf +net-print/cups-meta pdf + # Sam James (2023-06-18) # Qt 5 not stable here app-text/ansifilter gui @@ -258,11 +266,6 @@ dev-ruby/bundler doc dev-ruby/rspec-core highlight test sys-block/thin-provisioning-tools test -# Andreas Sturmlechner (2017-09-30) -# Mask pdf support so net-print/cups-filters stabilisation -# can go ahead (bug 627392) -net-print/cups-filters pdf - # David Seifert (2017-09-23) # >=virtual/mpi-2.0-r4 does not have stable keywords on hppa # Boost 1.63 (bug 624662), Boost 1.62 (bug 590244) diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask index e891228902..5bcfea2169 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-02-13) +# tests require dev-db/mongodb which is not keyworded +dev-libs/mongo-c-driver test + # Leonardo Hernández Hernández (2024-01-15) # net-libs/grpc not keyworded here app-admin/syslog-ng grpc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.force index 7a58a25f91..9d9e368b61 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.force @@ -1,6 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-02-03) +# We only have MariaDB on loong, not MySQL. +dev-perl/DBD-MariaDB mariadb + # WANG Xuerui (2023-08-05) # 1.71.0 is the first Rust version with loong support, so there's no previous # version to bootstrap from diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask index 050e85be03..94a6761dcf 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/package.use.mask @@ -1,6 +1,14 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola (2024-02-16) +# Test dependencies not keyworded on this arch. +www-servers/nginx test + +# Sam James (2024-02-03) +# We only have MariaDB on loong, not MySQL. +dev-perl/DBD-MariaDB mysql + # Andrew Ammerlaan (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub @@ -114,7 +122,7 @@ app-accessibility/at-spi2-core dbus-broker # Newer sd-boot does not use gnuefi. >=sys-apps/systemd-254 -boot -ukify >=sys-apps/systemd-utils-254 -boot -ukify -sys-kernel/installkernel -ukify +sys-kernel/installkernel -systemd-boot -ukify # WANG Xuerui (2023-04-16) # dev-python/pyopengl fails tests diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask index 053f6480d1..e0e50583c2 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/loong/use.mask @@ -1,6 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-02-05) +# LLVM slots without keywords. +llvm_slot_15 + # WANG Xuerui (2023-07-11) # dev-util/babeltrace fails tests on loong babeltrace diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask index 9b2232a1a0..0749fd607d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Anna (navi) Figueiredo Gomes (2024-02-14) +# Fails to compile, bug #924396 +~dev-lang/rust-1.75.0 lto + +# Eray Aslan (2024-02-13) +# tests require dev-db/mongodb which is not keyworded +dev-libs/mongo-c-driver test + # Andrew Ammerlaan (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask index e67adf32e8..a41a43f712 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/64le/package.mask @@ -5,11 +5,6 @@ # Requires media-libs/libva since 29.0.0, which is unmasked here. ->=media-video/obs-studio-29.0.0 -# Michał Górny (2022-08-25) -# Only ppc64le binpkg is provided. --dev-python/pypy-exe-bin --dev-python/pypy3-exe-bin - # Sam James (2022-01-18) # No bootstrap binary available on big endian PPC64 right now, but there is # one for ppc64le. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force index 392d82d756..d197a47b1d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.force @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly (2024-01-30) +# Google does not provide a ppc64 toolchain +www-client/chromium system-toolchain + # Alexey Sokolov (2023-08-14) # OpenMW is only playtested with LuaJIT, and in fact unit tests fail with Lua-5. # Therefore apply mask/force to override the profile's defaults, and invert on diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask index 886416fcda..ca08aef619 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/ppc64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James (2024-02-07) +# grpc not stable here +app-admin/syslog-ng grpc + # Niccolò Belli (2023-03-12) # media-libs/webrtc-audio-processing not stable on ppc64 media-video/pipewire echo-cancel diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask index fd2fb1587a..adbf267bb5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/ppc/package.use.mask @@ -1,6 +1,14 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola (2024-02-16) +# Test dependencies not keyworded on this arch. +www-servers/nginx test + +# Eray Aslan (2024-02-13) +# tests require dev-db/mongodb which is not keyworded +dev-libs/mongo-c-driver test + # Leonardo Hernández Hernández (2023-12-26) # net-libs/grpc not keyworded here app-admin/syslog-ng grpc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use index 85361e2100..3b760c2c75 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use @@ -1,3 +1,12 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# James Le Cuirot (2023-12-16) +# Apply additional FFmpeg patches for efficient playback on some SoCs. +media-tv/kodi soc +media-video/ffmpeg libdrm soc +media-video/mpv soc + # Yixun Lan (2021-07-20) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask index 4980413f97..5f3674f57d 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/riscv/package.use.mask @@ -42,7 +42,7 @@ media-video/mpv lua_single_target_luajit -lua_single_target_lua5-1 # sd-boot should work here. sys-apps/systemd -boot -boot -ukify sys-apps/systemd-utils -boot -ukify -sys-kernel/installkernel -ukify +sys-kernel/installkernel -systemd-boot -ukify # Sam James (2023-05-10) # sys-cluster/ceph not keyworded here @@ -74,10 +74,6 @@ app-i18n/fcitx-libpinyin dictionary-manager # Moved here from default/linux/... sys-devel/gcc -sanitize -# Alexey Shvetsov (2022-09-15) -# Requires proprietary binary-only libraries only available for a handful of arches -sys-cluster/slurm nvml - # Jakov Smolić (2022-09-07) # Unkeyworded dependencies (xen-tools, aws stack), masking to reduce # the dependency graph @@ -243,8 +239,3 @@ sci-libs/opencascade vtk dev-libs/libpcre2 jit dev-libs/libpcre jit www-servers/nginx pcre-jit - -# Ian Jordan (2024-01-24) -# Dependencies not keyworded yet: -# - dev-libs/libisoburn -dev-util/catalyst iso diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask index 212cdaa366..e7296fbdde 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eray Aslan (2024-02-13) +# tests require dev-db/mongodb which is not keyworded +dev-libs/mongo-c-driver test + # Leonardo Hernández Hernández (2024-01-15) # net-libs/grpc not keyworded here app-admin/syslog-ng grpc diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask index e7dcc98b99..4aee735e20 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens (2024-02-13) +# Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that +# is not keyworded here and currently fails tests (bug #924430). +dev-qt/qtmultimedia:6 qml + +# Eray Aslan (2024-02-13) +# tests require dev-db/mongodb which is not keyworded +dev-libs/mongo-c-driver test + # Leonardo Hernández Hernández (2024-01-15) # net-libs/grpc not keyworded here app-admin/syslog-ng grpc @@ -427,10 +436,6 @@ dev-lang/spidermonkey jit # No ffmpeg keywords on sparc media-sound/dir2ogg aac wma -# Virgil Dupras (2018-10-08) -# app-text/mupdf sparc keyword was dropped in bug #631970 -net-print/cups-filters pdf - # Sergei Trofimovich (2018-08-30) # dev-games/openscenegraph is a heavy unkeyworded dependency. # Skip keywording it for now. diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask index fe1888ca9b..5451339c6b 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,13 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Eli Schwartz (2024-02-05) +# app-text/mupdf is not stable. bug #923811 +net-print/cups-filters pdf +net-print/libcupsfilters pdf +net-print/cups-meta pdf + + # Sam James (2023-12-30) # Qt not marked stable here. app-text/doxygen gui diff --git a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask index 4abd90fec0..a85510a59e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/arch/x86/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan (2024-02-09) +# Refind is only available on a subset of arches +sys-kernel/installkernel -refind + +# Marek Szuba (2024-02-01) +# dev-libs/isa-l is seriously broken on x86 (Bugs #922193, #923425), +# and upstream seems to have little to no interest in really +# supporting this arch. +net-libs/xrootd xrdec + # Andrew Ammerlaan (2024-01-13) # Unmask only where grub is keyworded sys-kernel/installkernel -grub @@ -17,7 +27,7 @@ sys-devel/llvm -debuginfod # librttopo has not been tested on this arch dev-db/spatialite rttopo -# Matt Jolly (2023-08-16) +# Matt Jolly (2023-08-16) # Fails tests, potential false negatives #911402 app-antivirus/clamav system-mspack @@ -386,7 +396,7 @@ app-emulation/libvirt xen # sys-boot/gnu-efi is not supported on all archs. sys-apps/systemd -boot -gnuefi -ukify sys-apps/systemd-utils -boot -ukify -sys-kernel/installkernel -ukify +sys-kernel/installkernel -systemd-boot -ukify # Ben de Groot (2015-03-15) # media-libs/libbdplus is keyworded on x86, so unmask the useflag diff --git a/sdk_container/src/third_party/portage-stable/profiles/arches.desc b/sdk_container/src/third_party/portage-stable/profiles/arches.desc index 814592ed92..965e36c6c0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/arches.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/arches.desc @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file specifies keyword level for profiles @@ -36,6 +36,7 @@ riscv-linux testing x86-linux testing arm64-macos testing ppc-macos testing +x86-macos testing x64-macos testing x64-solaris testing diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults index cb203399fa..ba52a297a9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/base/make.defaults @@ -12,7 +12,7 @@ USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force index 9a47d64fea..7430401bf4 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.force @@ -1,6 +1,16 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens (2024-02-17) +# Currently fails to build with gcc, and either way the current upstream +# makes it clear that non-clang is not a supported configuration. +# Please do not report bugs if disabled unless upstream's stance changed. +games-emulation/pcsx2 clang + +# Matt Turner (2024-02-01) +# Reverse dependencies are not ready for media-libs/mesa to not provide OpenGL. +media-libs/mesa opengl + # Michael Orlitzky (2023-11-22) # USE=-gui is broken in this and the subsequent version (bug # 916718). Package is a PITA: the maintainer is combative, and the diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask index 24a7a5c520..6490341d86 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.mask @@ -6,6 +6,16 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matthew Turnbull (2024-01-24) +# Cinnamon wayland support is experimental and incomplete. +# https://github.com/linuxmint/wayland/issues +gnome-extra/cinnamon wayland + +# James Le Cuirot (2024-02-11) +# The Raspberry Pi patch set is very heavy and will probably fail to apply +# against a live checkout. +>=media-video/ffmpeg-9999 soc + # Michael Orlitzky (2024-01-24) # A missing "-o pipefail" in the gap-pkg eclass caused me to # miss a few crashes in dev-gap packages when GAP itself is @@ -289,7 +299,7 @@ dev-util/schroot nls # bug #870211. dev-lang/rust llvm-libunwind -# Matt Jolly (2022-09-09) +# Matt Jolly (2022-09-09) # app-antivirus/clamav JIT support requires LLVM <=13 # ebuild support is there but currently failing to link app-antivirus/clamav jit diff --git a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask index fae6a0085d..a24e352f6e 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/base/package.use.stable.mask @@ -222,11 +222,6 @@ net-libs/gnutls test-full # Requires php:7.0 and ruby:2.2 being stable >=dev-libs/Ice-3.6.3 php ruby -# Pacho Ramos (2015-05-15) -# Version compatible with current ffmpeg is not ready to be stabilized -# bug #539212 -app-emulation/vice ffmpeg - # Ben de Groot # Mask experimental feature on stable. This also needs not yet stable mupdf. app-text/qpdfview fitz diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask deleted file mode 100644 index 3435fc7a7d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/17.0/musl/clang/package.use.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James (2022-10-15) -# Undo the general musl mask -www-client/firefox -clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/musl/llvm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/musl/llvm/package.use.mask deleted file mode 100644 index 3435fc7a7d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/musl/llvm/package.use.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James (2022-10-15) -# Undo the general musl mask -www-client/firefox -clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/package.use.mask deleted file mode 100644 index 3435fc7a7d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/package.use.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James (2022-10-15) -# Undo the general musl mask -www-client/firefox -clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask deleted file mode 100644 index 3435fc7a7d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/17.0/musl/llvm/package.use.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James (2022-10-15) -# Undo the general musl mask -www-client/firefox -clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/musl/llvm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/musl/llvm/package.use.mask deleted file mode 100644 index 3435fc7a7d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/musl/llvm/package.use.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James (2022-10-15) -# Undo the general musl mask -www-client/firefox -clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/package.use.mask deleted file mode 100644 index 3435fc7a7d..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/package.use.mask +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Sam James (2022-10-15) -# Undo the general musl mask -www-client/firefox -clang diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/parent deleted file mode 100644 index ad6c5e126f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/desktop diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/desktop/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/desktop/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/desktop/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/desktop/parent rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/systemd/parent rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/desktop/systemd/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/systemd/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/parent new file mode 100644 index 0000000000..1d4f74693c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/hppa/hppa1.1 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent new file mode 100644 index 0000000000..fae96e8d36 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/systemd/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent new file mode 100644 index 0000000000..2528102682 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/split-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/split-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/desktop/systemd/parent rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa1.1/systemd/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent new file mode 100644 index 0000000000..db8ce088c6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/desktop diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/systemd/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/systemd/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/desktop/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/parent new file mode 100644 index 0000000000..f48e4d2886 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/hppa/hppa2.0 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent new file mode 100644 index 0000000000..fae96e8d36 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/desktop/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/desktop diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent new file mode 100644 index 0000000000..2528102682 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/split-usr/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/split-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/hppa2.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/parent deleted file mode 100644 index 598ca888c8..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/split-usr/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../features/split-usr diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/systemd/parent deleted file mode 100644 index ced72403bd..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/hppa/23.0/systemd/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/make.defaults deleted file mode 100644 index b91472d027..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST_o32="mipsel-unknown-linux-gnu" -CHOST_n32="mips64el-unknown-linux-gnuabin32" -CHOST_n64="mips64el-unknown-linux-gnuabi64" - -CHOST=${CHOST_n32} diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/parent deleted file mode 100644 index b2a231799a..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../../arch/mips/mipsel/mips64el/multilib/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/systemd/parent deleted file mode 100644 index f7739b4058..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/n32/systemd/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/parent deleted file mode 100644 index 5fe2ba6265..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../../arch/mips/mipsel/mips64el/multilib/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults similarity index 84% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults index e9cc91c333..0c4e59c49c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/multilib/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/make.defaults @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST_o32="mipsel-unknown-linux-gnu" +CHOST_o32="mipsel-softfloat-linux-gnu" CHOST_n32="mips64el-unknown-linux-gnuabin32" CHOST_n64="mips64el-unknown-linux-gnuabi64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults new file mode 100644 index 0000000000..f75ee84c90 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="mipsel-softfloat-linux-musl" +CHOST_o32="${CHOST}" +LIBDIR_o32="lib" + +# Disable sandbox because its currently broken on mipsel-musl +FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent new file mode 100644 index 0000000000..f4b62c6e99 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/parent @@ -0,0 +1,2 @@ +.. +../../../../../../arch/mips/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/mipsel/o32_sf/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/make.defaults deleted file mode 100644 index 2cc2bf3ea2..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST_o32="mips-unknown-linux-gnu" -CHOST_n32="mips64-unknown-linux-gnuabin32" -CHOST_n64="mips64-unknown-linux-gnuabi64" - -CHOST=${CHOST_n32} diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/parent deleted file mode 100644 index c48bd8858e..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../arch/mips/mips64/multilib/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n64/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n64/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n64/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n64/systemd/parent new file mode 100644 index 0000000000..44f88d3e2d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/n64/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/parent deleted file mode 100644 index 19367dfc91..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../arch/mips/mips64/multilib/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/make.defaults similarity index 84% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/make.defaults index 0a835e38d2..cce6b6f525 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/multilib/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/make.defaults @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST_o32="mips-unknown-linux-gnu" +CHOST_o32="mips-softfloat-linux-gnu" CHOST_n32="mips64-unknown-linux-gnuabin32" CHOST_n64="mips64-unknown-linux-gnuabi64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults similarity index 59% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults index a471103418..ef9d236f04 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/make.defaults @@ -1,6 +1,6 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="mipsel-unknown-linux-musl" +CHOST="mips-softfloat-linux-musl" CHOST_o32="${CHOST}" LIBDIR_o32="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/parent similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/parent rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/musl/parent diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/parent new file mode 100644 index 0000000000..3474061296 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/mips/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/systemd/eapi similarity index 100% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/eapi rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/systemd/eapi diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/systemd/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/systemd/parent new file mode 100644 index 0000000000..7e061533c1 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/o32_sf/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults deleted file mode 100644 index b91472d027..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST_o32="mipsel-unknown-linux-gnu" -CHOST_n32="mips64el-unknown-linux-gnuabin32" -CHOST_n64="mips64el-unknown-linux-gnuabi64" - -CHOST=${CHOST_n32} diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/parent deleted file mode 100644 index 9dfde5b4bd..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../../../arch/mips/mipsel/mips64el/multilib/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/parent deleted file mode 100644 index 74ed5d6979..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../../../arch/mips/mipsel/mips64el/multilib/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/make.defaults similarity index 54% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/make.defaults index a03fe90872..2e59fcee23 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/make.defaults @@ -1,6 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips64el-unknown-linux-musl" CHOST_n64="${CHOST}" LIBDIR_n64="lib" + +# Disable sandbox because its currently broken on mipsel-musl +FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/parent new file mode 100644 index 0000000000..43b77c652c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../../features/musl +../../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/make.defaults similarity index 57% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/make.defaults index 53daa27ad9..a27d20f7e9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/make.defaults @@ -1,5 +1,9 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +CHOST="mipsel-unknown-linux-musl" +CHOST_o32="${CHOST}" +LIBDIR_o32="lib" + # Disable sandbox because its currently broken on mipsel-musl FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/parent new file mode 100644 index 0000000000..43b77c652c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../../features/musl +../../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults similarity index 84% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults index e9cc91c333..0c4e59c49c 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/make.defaults @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST_o32="mipsel-unknown-linux-gnu" +CHOST_o32="mipsel-softfloat-linux-gnu" CHOST_n32="mips64el-unknown-linux-gnuabin32" CHOST_n64="mips64el-unknown-linux-gnuabi64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults new file mode 100644 index 0000000000..f75ee84c90 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/make.defaults @@ -0,0 +1,9 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="mipsel-softfloat-linux-musl" +CHOST_o32="${CHOST}" +LIBDIR_o32="lib" + +# Disable sandbox because its currently broken on mipsel-musl +FEATURES="-sandbox" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/parent new file mode 100644 index 0000000000..43b77c652c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../../features/musl +../../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent new file mode 100644 index 0000000000..85db6caf16 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/mipsel/o32_sf/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../arch/mips/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/make.defaults deleted file mode 100644 index 2cc2bf3ea2..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/make.defaults +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST_o32="mips-unknown-linux-gnu" -CHOST_n32="mips64-unknown-linux-gnuabin32" -CHOST_n64="mips64-unknown-linux-gnuabi64" - -CHOST=${CHOST_n32} diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/parent deleted file mode 100644 index ec6ec650fa..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/n32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../../arch/mips/mips64/multilib/n32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/parent deleted file mode 100644 index 396437c9e0..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -../.. -../../../../../../../arch/mips/mips64/multilib/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/parent deleted file mode 100644 index 7ddcaf7ebe..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../../arch/mips/mipsel/mips64el/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/parent deleted file mode 100644 index e0296df48f..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../../arch/mips/mipsel/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/parent deleted file mode 100644 index 06ca5406ea..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/mipsel diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/parent deleted file mode 100644 index 1490152882..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/mips64/n64 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/parent deleted file mode 100644 index 4c02cb4239..0000000000 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../../arch/mips/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/make.defaults similarity index 79% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/make.defaults index 3aa37470dc..7d44ab8f14 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips64-unknown-linux-musl" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/n64/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/make.defaults similarity index 78% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/make.defaults index 6075168376..dd6d00ffcb 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 CHOST="mips-unknown-linux-musl" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults similarity index 84% rename from sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/make.defaults rename to sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults index 0a835e38d2..cce6b6f525 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/multilib/o32/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/make.defaults @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST_o32="mips-unknown-linux-gnu" +CHOST_o32="mips-softfloat-linux-gnu" CHOST_n32="mips64-unknown-linux-gnuabin32" CHOST_n64="mips64-unknown-linux-gnuabi64" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/eapi b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults new file mode 100644 index 0000000000..ef9d236f04 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/make.defaults @@ -0,0 +1,6 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="mips-softfloat-linux-musl" +CHOST_o32="${CHOST}" +LIBDIR_o32="lib" diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/parent new file mode 100644 index 0000000000..a3de2bcf95 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../../features/musl +../../../../../../../features/wd40 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent new file mode 100644 index 0000000000..6d4edaa24a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/mips/23.0/split-usr/o32_sf/parent @@ -0,0 +1,2 @@ +.. +../../../../../../arch/mips/o32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask index 5407972c13..e4e8702dc0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/default/linux/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner (2024-01-29) +# Causes various issues. See bugs #919858, #923054 +media-libs/mesa zink + # Sam James (2023-06-06) # Needs linux-only dev-libs/libaio. app-emulation/qemu -aio diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/llvm_slot.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/llvm_slot.desc new file mode 100644 index 0000000000..8e837d3303 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/llvm_slot.desc @@ -0,0 +1,8 @@ +# Copyright 2024 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +15 - Use LLVM 15. +16 - Use LLVM 16. +17 - Use LLVM 17. +18 - Use LLVM 18. +19 - Use LLVM 19. diff --git a/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc b/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc index f749910a11..0a78c8c126 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/desc/video_cards.desc @@ -32,6 +32,7 @@ r600 - VIDEO_CARDS setting to build only r600, r700, Evergreen and Northern Isla radeon - VIDEO_CARDS setting to build driver for ATI radeon video cards radeonsi - VIDEO_CARDS setting to build only Southern Islands based chips code for radeon siliconmotion - VIDEO_CARDS setting to build driver for siliconmotion video cards +swrast - VIDEO_CARDS setting to build software rasterizer driver tegra - VIDEO_CARDS setting to build driver for tegra video cards v3d - VIDEO_CARDS setting to build driver for v3d video cards vc4 - VIDEO_CARDS setting to build driver for vc4 video cards diff --git a/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults index 9b5c9c8f6e..96fbd36959 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults +++ b/sdk_container/src/third_party/portage-stable/profiles/embedded/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2008-2023 Gentoo Authors +# Copyright 2008-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 USE="minimal multicall zlib" @@ -29,7 +29,7 @@ USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@lists.gentoo.org. -USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" +USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask index c0162ce33f..f010e7c588 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.mask @@ -1,6 +1,15 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2024-02-18) +# Binary-only packages linked against glibc +net-analyzer/nessus-agent-bin +net-analyzer/nessus-bin + +# Marc Schiffbauer (2024-02-16) +# Binary package, which is compiled against glibc +app-editors/logseq-desktop-bin + # Christopher Fore (2024-01-24) # >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl # https://github.com/koverstreet/bcachefs-tools/issues/213 @@ -341,6 +350,7 @@ dev-libs/cudnn-frontend dev-python/pycuda dev-util/nvidia-cuda-toolkit dev-libs/optix +media-libs/nvidia-vaapi-driver x11-drivers/nvidia-drivers x11-misc/primus diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask index c134af6cab..ad58f4dbf0 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/musl/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Violet Purcell (2024-01-25) +# f16c support in gtk4 requires the ifunc attribute, which +# is not available on musl. There is a configure check for +# this, however it seems to be unreliable, see bug #922897. +gui-libs/gtk cpu_flags_x86_f16c + # Andrew Ammerlaan (2024-01-12) # The systemd flag is globally masked on musl. But we need # systemd's kernel-install to use systemd-boot which is still @@ -82,11 +88,6 @@ net-analyzer/wireshark sdjournal sys-apps/ipmitool openbmc sys-auth/pambase homed -# Alfred Persson Forsberg (2022-07-27) -# Firefox does not build with these flags enabled on musl libc. -# See bug #829033 -www-client/firefox clang pgo - # Petr Vaněk (2022-03-15) # musl package does not currently provide gencat binary, which is needed for # nls support, see bug #712828 diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask index cab091c40f..5ba4fad3d9 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.mask @@ -1,6 +1,20 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-02-03) +# Need dev-python/jsonschema (or its revdeps). +dev-python/flasgger +dev-python/nbclient +dev-python/nbconvert +dev-python/nbformat +dev-python/nbsphinx +dev-python/sphobjinv +dev-python/warlock +net-wireless/gnuradio +net-wireless/gqrx +net-wireless/gr-iqbal +net-wireless/gr-osmosdr + # Various packages requiring Rust. app-admin/ansible app-admin/ansible-core @@ -90,6 +104,7 @@ dev-python/python-ironicclient dev-python/python-jose dev-python/python-neutronclient dev-python/python-openstackclient +dev-python/quart-trio dev-python/readme-renderer dev-python/referencing dev-python/requests-kerberos diff --git a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask index af589efe2d..ad3d7c36b6 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/features/wd40/package.use.mask @@ -1,6 +1,18 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2024-02-03) +# Need dev-python/jsonschema (or its revdeps). +dev-python/botocore test +dev-python/ipython nbconvert test +dev-python/pip-run test +dev-python/sentry-sdk test +dev-python/sphinx-autodoc-typehints test + +# Michał Górny (2024-02-01) +# Need dev-python/trio. +>=dev-python/urllib3-2.2.0 test + # Takuya Wakazono (2023-11-21) # Need app-crypt/rpm-sequoia. app-arch/rpm sequoia diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.deprecated b/sdk_container/src/third_party/portage-stable/profiles/package.deprecated index 961e9fda53..50f5e9adaa 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.deprecated +++ b/sdk_container/src/third_party/portage-stable/profiles/package.deprecated @@ -96,10 +96,6 @@ dev-python/python-distutils-extra # details. Please migrate to app-admin/rasdaemon instead. sys-apps/edac-utils -# Andreas Sturmlechner (2022-12-26) -# Last-rites pending and waiting for revdeps, bug 877311 -x11-libs/snorenotify - # Michał Górny (2022-12-24) # Unmaintained with last release in 2019. We already patched it to work # with Python 3.9+. The upstream code is also vulnerable diff --git a/sdk_container/src/third_party/portage-stable/profiles/package.mask b/sdk_container/src/third_party/portage-stable/profiles/package.mask index 396069539a..6a8b9184cc 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/package.mask +++ b/sdk_container/src/third_party/portage-stable/profiles/package.mask @@ -33,6 +33,126 @@ #--- END OF EXAMPLES --- +# Alfredo Tupone (2024-02-18) +# Not ported to python3_12 +# Removal on 2024-03-18. +=sci-libs/pytorch-2.0* +=sci-libs/caffe2-2.0* +=sci-libs/pytorch-1* +=sci-libs/caffe2-1* + +# Sam James (2024-02-18) +# Lots of changes, including a port to a new build system. Needs lots of testing. +=sys-apps/gentoo-functions-1* + +# Sam James (2024-02-15) +# May break on some arches b/c of visibility/map changes to ffi_type_longdouble +=dev-libs/libffi-3.4.5 + +# Ulrich Müller (2024-02-15) +# Hangs at runtime, bug #924617. +=net-im/zoom-5.17.5.2543 + +# Michał Górny (2024-02-14) +# Abandoned upstream in 2020. Has a fork that has last been released +# in 2021. No revdeps. +# Removal on 2024-03-15. Bug #833088. +dev-python/fb-re2 + +# Michał Górny (2024-02-14) +# Unmaintained. EAPI 6. The service was shut down. +# Removal on 2024-03-15. Bug #922925. +net-dns/odsclient + +# Michał Górny (2024-02-14) +# Data for removed sci-astronomy/casacore. No other revdeps. +# Removal on 2024-03-15. Bug #923954. +sci-astronomy/casa-data + +# Michał Górny (2024-02-14) +# media-sound/exaile is the last package to require unmaintained +# dev-python/bsddb3 (or dev-python/berkeleydb which is equally horrible +# and was removed in the past). +# Removal on 2024-03-15. Bug #922816. +dev-python/bsddb3 +media-sound/exaile + +# Michał Górny (2024-02-14) +# All these firmwares are included in sys-kernel/linux-firmware, in some +# cases in newer versions with security fixes. +# Removal on 2024-03-15. Bug #924589. +sys-firmware/iwl1000-ucode +sys-firmware/iwl3160-7260-bt-ucode +sys-firmware/iwl3160-ucode +sys-firmware/iwl6005-ucode +sys-firmware/iwl6030-ucode +sys-firmware/iwl7260-ucode +sys-firmware/iwl8000-ucode + +# Michał Górny (2024-02-14) +# Does not work with >=kde-plasma/kwin-5.27 anymore. Discontinued upstream. +# https://github.com/Bismuth-Forge/bismuth/issues/471#issuecomment-1410969462 +# Removal on 2024-03-15. Bug #924588. +kde-misc/bismuth + +# Michał Górny (2024-02-14) +# A NIH build system with no revdeps. Broken with ccache, clang +# and possibly more. Horrible bootstrap process. +# Removal on 2024-03-15. Bug #924587. +dev-cpp/libodb +dev-cpp/libodb-sqlite +dev-util/build2 + +# Volkmar W. Pogatzki (2024-02-14) +# "A harness to build OpenJDK using [...]" is no longer needed since +# Gentoo can build openjdk from source. +# Maintainer capacity missing to maintain these packages. +# More than 30 open bugs. +# Removal on 2024-03-15. +dev-java/icedtea +dev-java/icedtea-bin + +# Michał Górny (2024-02-10) +# Very fragile, keeps breaking. Limited platform support. Used only +# as an optional dependency for dev-python/ipykernel. +# Removal on 2024-03-11. Bug #924221. +dev-python/debugpy + +# Ulrich Müller (2024-02-08) +# Masked for testing. +# Test failure in watchpoints.dem, undefined function FresnelC. +~sci-visualization/gnuplot-6.0.0 + +# Michał Górny (2024-02-07) +# Does not build anymore. Carries a large stack of patches already. +# Last upstream activity in late 2020. No reverse dependencies left. +# Removal on 2024-03-08. Bug #806079. +sys-libs/libhugetlbfs + +# Joonas Niilola (2024-02-07) +# The webpage it was built to scrape isn't online anymore. +# Removal: 2024-03-08. Bug #924007. +net-misc/buka + +# Michał Górny (2024-02-03) +# Doesn't work with Flask 3, and is abandoned upstream. It can be +# trivially replaced by a local function. No revdeps. +# Removal on 2024-03-04. Bug #923701. +dev-python/flask-gravatar + +# Michał Górny (2024-01-31) +# Breaks some plugins and a variety of test suites. Upstream seems +# to be planning to improve compatibility a bit. Masking for testing +# by the Python team. +>=dev-python/pytest-8 + +# Ulrich Müller (2024-01-30) +# SLOT 25 of app-editors/emacs, corresponding to GNU Emacs version 25.3. +# This version was released in May 2018. Please upgrade to >=emacs-26 +# and update your Emacs Lisp packages with emacs-updater. +# Removal on 2024-02-29. Bug #923329. +app-editors/emacs:25 + # Fabian Groffen (2024-01-26) # compilation issues, no reverse dependencies in the tree # bugs #885057, #875410, #847211 @@ -107,131 +227,10 @@ dev-java/osgi-enterprise-api dev-java/osgi-compendium dev-java/osgi-foundation -# Michał Górny (2024-01-12) -# Breaks data collection for a lot of packages, by attempting to import -# all modules (not just test files), and therefore failing if they have -# optional runtime dependencies. -=dev-python/pytest-asyncio-0.23.3 - -# Michał Górny (2024-01-11) -# These plugins are no longer maintained. At least -# dev-python/pytest-virtualenv is broken. They have no revdeps left. -# Removal on 2024-02-10. Bug #921836. -dev-python/pytest-fixture-config -dev-python/pytest-shutil -dev-python/pytest-verbose-parametrize -dev-python/pytest-virtualenv - -# Michał Górny (2024-01-11) -# Breaks random test suites using pytest-xdist. -=dev-python/pytest-asyncio-0.23.4_alpha1 - -# Viorel Munteanu (2024-01-08) -# Masked for removal due to licensing issues and possible GPL infringement. -# Removal: 2024-02-07. Bug #766129. -x11-misc/albert - -# Michał Górny (2024-01-07) -# A Gentoo fork of an abandoned library that was historically used -# by app-office/libreoffice. No revdeps left. -# Removal on 2024-02-06. Bug #921576. -sys-devel/ucpp - -# John Helmert III (2024-01-06) -# Unmaintained in Gentoo, outdated, and vulnerable -# Removal on 2024-02-06. Bugs #856466, #865253 -net-dns/totd - -# John Helmert III (2024-01-06) -# Unmaintained in Gentoo, outdated, vulnerable -# Removal on 2024-02-06. Bug #918536 -net-nds/tac_plus - -# Andreas Sturmlechner (2024-01-03) -# Unmaintained upstream, no more revdeps. -# Removal on 2024-02-03. Bug #877311 -x11-libs/snorenotify - -# Alfredo Tupone (2024-02-02) -# No more used by any package (bug #921167) -# remove in 30 days -net-mail/courier-makedat - -# Petr Vaněk (2024-01-01) -# Mirror restricted package, but the source code is no longer available. -# Homepage gone. Moreover, there is multiple issues reported with modern -# compilers. -# Removal: 2024-01-31. Bug #906645. -net-mail/courierpassd - -# Michał Górny (2023-12-31) -# Unmaintained. A number of serious bugs reported. Homepage gone. -# No release since at least 2010. -# Removal on 2024-01-30. Bug #915827. -app-misc/utimer - -# Michał Górny (2023-12-31) -# Apparently broken on kernels > 5.15, with data loss potential. -# Last release in 2010. sys-apps/hd-idle is a good replacement. -# Removal on 2024-01-30. Bug #849077. -sys-block/noflushd - -# Michał Górny (2023-12-31) -# Buggy code that carries local patches already. The ebuild installs -# junk files. No upstream activity since 2009. -# Removal on 2024-01-30. Bug #874087. -app-admin/newsyslog - -# Michał Górny (2023-12-31) -# Buggy code with a number of local patches already. Last release -# in 2003. media-sound/jack2 should be a good alternative. -# Removal on 2024-01-30. Bug #875152. -media-sound/daudio - -# Michał Górny (2023-12-31) -# dev-python/pydocstyle does not work on Python 3.12 and it has been -# archived in 2023-11. dev-python/pylama is its only reverse -# dependency, and did not have any activity since 2022-08. -# It has no reverse dependencies. -# Removal on 2024-01-30. Bug #917008. -dev-python/pydocstyle -dev-python/pylama - -# Michał Górny (2023-12-31) -# Homepage gone. Last updated in 2005. There are many alternatives -# available in net-firewall/*. -# Removal on 2024-01-30. Bug #920658. -net-misc/monmotha - -# Michał Górny (2023-12-31) -# Discontinued fork of net-firewall/firehol. Last updated in 2013. -# Unmaintained in Gentoo since 2015. Use the original package instead. -# Removal on 2024-01-30. Bug #920659. -net-firewall/sanewall - -# Michał Górny (2023-12-27) -# Broken with all versions of dev-python/snakeoil. Archived upstream. -# No revdeps. -# Removal on 2024-01-26. Bug #920763. -dev-python/pychroot - -# Hans de Graaff (2023-12-27) -# Obsolete slot that no longer has any reverse dependencies. Use the -# newer slot instead. Masked for removal on 2024-01-27. -dev-ruby/rubyzip:1 - # Andreas Sturmlechner (2023-12-25) # Masked until KF6 is unmasked. ~media-libs/mpvqt-1.0.0 -# Michał Górny (2023-12-25) -# libtinynotify-systemwide is not ported to procps-4. It is only -# used to implement sw-notify-send which is used as an optional RDEP -# in sys-apps/uam to send notifications on mount. -# Removal on 2024-01-24. Bug #913525. -x11-libs/libtinynotify-systemwide -x11-misc/sw-notify-send - # Patrick Lauer (2023-12-23) # ROCm-6 builds but has runtime issues for me >=dev-libs/roct-thunk-interface-6.0.0 @@ -243,55 +242,9 @@ x11-misc/sw-notify-send >=dev-util/hip-6.0.0 >=dev-util/rocminfo-6.0.0 -# Michał Górny (2023-12-22) -# Unmaintained. Last release in 2001. media-gfx/xfig -# (that is still maintained) is recommended instead. -# Removal on 2024-01-21. Bug #899790. -media-gfx/figurine - -# Michał Górny (2023-12-22) -# Broken on Python 3.11+. No revdeps. -# Removal on 2024-01-21. Bug #896752. -dev-python/awxkit - -# Michał Górny (2023-12-22) -# Crashes. Discontinued upstream. No revdeps. -# Removal on 2024-01-21. Bug #907758. -media-sound/guayadeque - -# Michał Górny (2023-12-22) -# Abandoned and archived upstream. Known broken. No revdeps. -# dev-go/lichen is the recommended replacement. -# Removal on 2024-01-21. Bug #913755. -dev-go/golicense - -# Michał Górny (2023-12-22) -# Unmaintained tool with NIH libraries that (optionally) depend -# on vulnerable media-gfx/transfig. Homepage gone. No other revdeps. -# Removal on 2024-01-21. Bug #917248. -dev-libs/liblist -dev-libs/libstrl -dev-util/difffilter - -# Michał Górny (2023-12-22) -# Ancient. The website is gone. No revdeps. -# Removal on 2024-01-21. Bug #918622. -net-analyzer/lilac - -# Michał Górny (2023-12-22) -# Unmaintained. Unfetchable and mirror-restricted. No revdeps. -# Removal on 2024-01-21. Bug #918905. -sys-block/hpacucli - -# Michał Górny (2023-12-22) -# Unmaintained. EAPI 6. Last commit in 2017. No revdeps. -# Removal on 2024-01-21. Bug #919050. -app-containers/go-secbench - -# Andreas Sturmlechner (2024-01-10) -# KDE Plasma 6 RC1 (5.92) and Frameworks 6 RC1 (5.248) mask +# Andreas Sturmlechner (2024-01-31) +# KDE Plasma 6 RC2 (5.93) and Frameworks 6 RC2 (5.249) mask # *** PRE-RELEASE *** NO BUGS WILL BE FIXED *** OVERLAY PRs WELCOME *** -# Do *not* attempt to mix with live ebuilds from kde overlay. # To install alongside KDE Frameworks 5: # - put '-kf6compat' into /etc/portage/profile/use.mask # - enable USE=kf6compat globally @@ -307,146 +260,148 @@ app-containers/go-secbench # - file a bug after making sure none exists yet for your issue # - runtime bugs: https://community.kde.org/Plasma/Plasma_6#How_to_use/test_it # - work with upstream and help test patches using /etc/portage/patches -~kde-plasma/bluedevil-5.92.0 -~kde-plasma/breeze-5.92.0 -~kde-plasma/breeze-grub-5.92.0 -~kde-plasma/breeze-gtk-5.92.0 -~kde-plasma/breeze-plymouth-5.92.0 -~kde-plasma/discover-5.92.0 -~kde-plasma/drkonqi-5.92.0 -~kde-plasma/flatpak-kcm-5.92.0 -~kde-plasma/kactivitymanagerd-5.92.0 -~kde-plasma/kde-cli-tools-5.92.0 -~kde-plasma/kde-gtk-config-5.92.0 -~kde-plasma/kdecoration-5.92.0 -~kde-plasma/kdeplasma-addons-5.92.0 -~kde-plasma/kgamma-5.92.0 -~kde-plasma/kglobalacceld-5.92.0 -~kde-plasma/kinfocenter-5.92.0 -~kde-plasma/kmenuedit-5.92.0 -~kde-plasma/kpipewire-5.92.0 -~kde-plasma/kscreen-5.92.0 -~kde-plasma/kscreenlocker-5.92.0 -~kde-plasma/ksshaskpass-5.92.0 -~kde-plasma/ksystemstats-5.92.0 -~kde-plasma/kwallet-pam-5.92.0 -~kde-plasma/kwayland-5.92.0 -~kde-plasma/kwayland-integration-5.92.0 -~kde-plasma/kwin-5.92.0 -~kde-plasma/kwrited-5.92.0 -~kde-plasma/layer-shell-qt-5.92.0 -~kde-plasma/libkscreen-5.92.0 -~kde-plasma/libksysguard-5.92.0 -~kde-plasma/libplasma-5.92.0 -~kde-plasma/milou-5.92.0 -~kde-plasma/ocean-sound-theme-5.92.0 -~kde-plasma/oxygen-5.92.0 -~kde-plasma/oxygen-sounds-5.92.0 -~kde-plasma/plasma-activities-5.92.0 -~kde-plasma/plasma-activities-stats-5.92.0 -~kde-plasma/plasma-browser-integration-5.92.0 -~kde-plasma/plasma-desktop-5.92.0 -~kde-plasma/plasma-disks-5.92.0 -~kde-plasma/plasma-firewall-5.92.0 -~kde-plasma/plasma-integration-5.92.0 -~kde-plasma/plasma-meta-5.92.0 -~kde-plasma/plasma-nm-5.92.0 -~kde-plasma/plasma-pa-5.92.0 -~kde-plasma/plasma-sdk-5.92.0 -~kde-plasma/plasma-systemmonitor-5.92.0 -~kde-plasma/plasma-thunderbolt-5.92.0 -~kde-plasma/plasma-vault-5.92.0 -~kde-plasma/plasma-welcome-5.92.0 -~kde-plasma/plasma-workspace-5.92.0 -~kde-plasma/plasma-workspace-wallpapers-5.92.0 -~kde-plasma/plasma5support-5.92.0 -~kde-plasma/plymouth-kcm-5.92.0 -~kde-plasma/polkit-kde-agent-5.92.0 -~kde-plasma/powerdevil-5.92.0 -~kde-plasma/print-manager-5.92.0 +~kde-frameworks/frameworkintegration-5.249.0 +~kde-frameworks/attica-5.249.0 +~kde-frameworks/bluez-qt-5.249.0 +~kde-frameworks/breeze-icons-5.249.0 +~kde-frameworks/extra-cmake-modules-5.249.0 +~kde-frameworks/karchive-5.249.0 +~kde-frameworks/kcalendarcore-5.249.0 +~kde-frameworks/kcodecs-5.249.0 +~kde-frameworks/kconfig-5.249.0 +~kde-frameworks/kcoreaddons-5.249.0 +~kde-frameworks/kdbusaddons-5.249.0 +~kde-frameworks/kdnssd-5.249.0 +~kde-frameworks/kguiaddons-5.249.0 +~kde-frameworks/kholidays-5.249.0 +~kde-frameworks/ki18n-5.249.0 +~kde-frameworks/kidletime-5.249.0 +~kde-frameworks/kirigami-5.249.0 +~kde-frameworks/kitemmodels-5.249.0 +~kde-frameworks/kitemviews-5.249.0 +~kde-frameworks/kplotting-5.249.0 +~kde-frameworks/kquickcharts-5.249.0 +~kde-frameworks/ktexttemplate-5.249.0 +~kde-frameworks/kuserfeedback-5.249.0 +~kde-frameworks/kwidgetsaddons-5.249.0 +~kde-frameworks/kwindowsystem-5.249.0 +~kde-frameworks/modemmanager-qt-5.249.0 +~kde-frameworks/networkmanager-qt-5.249.0 +~kde-frameworks/prison-5.249.0 +~kde-frameworks/solid-5.249.0 +~kde-frameworks/sonnet-5.249.0 +~kde-frameworks/syntax-highlighting-5.249.0 +~kde-frameworks/threadweaver-5.249.0 +~kde-frameworks/kauth-5.249.0 +~kde-frameworks/kcolorscheme-5.249.0 +~kde-frameworks/kcompletion-5.249.0 +~kde-frameworks/kcontacts-5.249.0 +~kde-frameworks/kcrash-5.249.0 +~kde-frameworks/kdoctools-5.249.0 +~kde-frameworks/kfilemetadata-5.249.0 +~kde-frameworks/kimageformats-5.249.0 +~kde-frameworks/kjobwidgets-5.249.0 +~kde-frameworks/knotifications-5.249.0 +~kde-frameworks/kpackage-5.249.0 +~kde-frameworks/kpeople-5.249.0 +~kde-frameworks/kpty-5.249.0 +~kde-frameworks/kstatusnotifieritem-5.249.0 +~kde-frameworks/ksvg-5.249.0 +~kde-frameworks/kunitconversion-5.249.0 +~kde-frameworks/syndication-5.249.0 +~kde-frameworks/baloo-5.249.0 +~kde-frameworks/kbookmarks-5.249.0 +~kde-frameworks/kcmutils-5.249.0 +~kde-frameworks/kconfigwidgets-5.249.0 +~kde-frameworks/kdav-5.249.0 +~kde-frameworks/kdeclarative-5.249.0 +~kde-frameworks/kded-5.249.0 +~kde-frameworks/kdesu-5.249.0 +~kde-frameworks/kglobalaccel-5.249.0 +~kde-frameworks/kiconthemes-5.249.0 +~kde-frameworks/kio-5.249.0 +~kde-frameworks/knewstuff-5.249.0 +~kde-frameworks/knotifyconfig-5.249.0 +~kde-frameworks/kparts-5.249.0 +~kde-frameworks/krunner-5.249.0 +~kde-frameworks/kservice-5.249.0 +~kde-frameworks/ktexteditor-5.249.0 +~kde-frameworks/ktextwidgets-5.249.0 +~kde-frameworks/kwallet-5.249.0 +~kde-frameworks/kxmlgui-5.249.0 +~kde-frameworks/purpose-5.249.0 +~kde-frameworks/qqc2-desktop-style-5.249.0 +~kde-plasma/bluedevil-5.93.0 +~kde-plasma/breeze-5.93.0 +~kde-plasma/breeze-grub-5.93.0 +~kde-plasma/breeze-gtk-5.93.0 +~kde-plasma/breeze-plymouth-5.93.0 +~kde-plasma/discover-5.93.0 +~kde-plasma/drkonqi-5.93.0 +~kde-plasma/flatpak-kcm-5.93.0 +~kde-plasma/kactivitymanagerd-5.93.0 +~kde-plasma/kde-cli-tools-5.93.0 +~kde-plasma/kde-gtk-config-5.93.0 +~kde-plasma/kdecoration-5.93.0 +~kde-plasma/kdeplasma-addons-5.93.0 +~kde-plasma/kgamma-5.93.0 +~kde-plasma/kglobalacceld-5.93.0 +~kde-plasma/kinfocenter-5.93.0 +~kde-plasma/kmenuedit-5.93.0 +~kde-plasma/kpipewire-5.93.2 +~kde-plasma/kscreen-5.93.0 +~kde-plasma/kscreenlocker-5.93.0 +~kde-plasma/ksshaskpass-5.93.0 +~kde-plasma/ksystemstats-5.93.0 +~kde-plasma/kwallet-pam-5.93.0 +~kde-plasma/kwayland-5.93.0 +~kde-plasma/kwayland-integration-5.93.0 +~kde-plasma/kwin-5.93.0 +~kde-plasma/kwrited-5.93.0 +~kde-plasma/layer-shell-qt-5.93.0 +~kde-plasma/libkscreen-5.93.0 +~kde-plasma/libksysguard-5.93.0 +~kde-plasma/libplasma-5.93.0 +~kde-plasma/milou-5.93.0 +~kde-plasma/ocean-sound-theme-5.93.0 +~kde-plasma/oxygen-5.93.0 +~kde-plasma/oxygen-sounds-5.93.0 +~kde-plasma/plasma-activities-5.93.0 +~kde-plasma/plasma-activities-stats-5.93.0 +~kde-plasma/plasma-browser-integration-5.93.0 +~kde-plasma/plasma-desktop-5.93.0 +~kde-plasma/plasma-disks-5.93.0 +~kde-plasma/plasma-firewall-5.93.0 +~kde-plasma/plasma-integration-5.93.0 +~kde-plasma/plasma-meta-5.93.0 +~kde-plasma/plasma-nm-5.93.0 +~kde-plasma/plasma-pa-5.93.0 +~kde-plasma/plasma-sdk-5.93.0 +~kde-plasma/plasma-systemmonitor-5.93.0 +~kde-plasma/plasma-thunderbolt-5.93.0 +~kde-plasma/plasma-vault-5.93.0 +~kde-plasma/plasma-welcome-5.93.0 +~kde-plasma/plasma-workspace-5.93.0 +~kde-plasma/plasma-workspace-wallpapers-5.93.0 +~kde-plasma/plasma5support-5.93.0 +~kde-plasma/plymouth-kcm-5.93.0 +~kde-plasma/polkit-kde-agent-5.93.0 +~kde-plasma/powerdevil-5.93.0 +~kde-plasma/print-manager-5.93.0 =kde-plasma/print-manager-23.08.5-r100 -~kde-plasma/sddm-kcm-5.92.0 -~kde-plasma/systemsettings-5.92.0 -~kde-plasma/wacomtablet-5.92.0 -~kde-plasma/xdg-desktop-portal-kde-5.92.0 -~kde-frameworks/frameworkintegration-5.248.0 -~kde-frameworks/attica-5.248.0 -~kde-frameworks/bluez-qt-5.248.0 -~kde-frameworks/breeze-icons-5.248.0 -~kde-frameworks/extra-cmake-modules-5.248.0 -~kde-frameworks/karchive-5.248.0 -~kde-frameworks/kcalendarcore-5.248.0 -~kde-frameworks/kcodecs-5.248.0 -~kde-frameworks/kconfig-5.248.0 -~kde-frameworks/kcoreaddons-5.248.0 -~kde-frameworks/kdbusaddons-5.248.0 -~kde-frameworks/kdnssd-5.248.0 -~kde-frameworks/kguiaddons-5.248.0 -~kde-frameworks/kholidays-5.248.0 -~kde-frameworks/ki18n-5.248.0 -~kde-frameworks/kidletime-5.248.0 -~kde-frameworks/kirigami-5.248.0 -~kde-frameworks/kitemmodels-5.248.0 -~kde-frameworks/kitemviews-5.248.0 -~kde-frameworks/kplotting-5.248.0 -~kde-frameworks/kquickcharts-5.248.0 -~kde-frameworks/ktexttemplate-5.248.0 -~kde-frameworks/kuserfeedback-5.248.0 -~kde-frameworks/kwidgetsaddons-5.248.0 -~kde-frameworks/kwindowsystem-5.248.0 -~kde-frameworks/modemmanager-qt-5.248.0 -~kde-frameworks/networkmanager-qt-5.248.0 -~kde-frameworks/prison-5.248.0 -~kde-frameworks/solid-5.248.0 -~kde-frameworks/sonnet-5.248.0 -~kde-frameworks/syntax-highlighting-5.248.0 -~kde-frameworks/threadweaver-5.248.0 -~kde-frameworks/kauth-5.248.0 -~kde-frameworks/kcolorscheme-5.248.0 -~kde-frameworks/kcompletion-5.248.0 -~kde-frameworks/kcontacts-5.248.0 -~kde-frameworks/kcrash-5.248.0 -~kde-frameworks/kdoctools-5.248.0 -~kde-frameworks/kfilemetadata-5.248.0 -~kde-frameworks/kimageformats-5.248.0 -~kde-frameworks/kjobwidgets-5.248.0 -~kde-frameworks/knotifications-5.248.0 -~kde-frameworks/kpackage-5.248.0 -~kde-frameworks/kpeople-5.248.0 -~kde-frameworks/kpty-5.248.0 -~kde-frameworks/kstatusnotifieritem-5.248.0 -~kde-frameworks/ksvg-5.248.0 -~kde-frameworks/kunitconversion-5.248.0 -~kde-frameworks/syndication-5.248.0 -~kde-frameworks/baloo-5.248.0 -~kde-frameworks/kbookmarks-5.248.0 -~kde-frameworks/kcmutils-5.248.0 -~kde-frameworks/kconfigwidgets-5.248.0 -~kde-frameworks/kdav-5.248.0 -~kde-frameworks/kdeclarative-5.248.0 -~kde-frameworks/kded-5.248.0 -~kde-frameworks/kdesu-5.248.0 -~kde-frameworks/kglobalaccel-5.248.0 -~kde-frameworks/kiconthemes-5.248.0 -~kde-frameworks/kio-5.248.0 -~kde-frameworks/knewstuff-5.248.0 -~kde-frameworks/knotifyconfig-5.248.0 -~kde-frameworks/kparts-5.248.0 -~kde-frameworks/krunner-5.248.0 -~kde-frameworks/kservice-5.248.0 -~kde-frameworks/ktexteditor-5.248.0 -~kde-frameworks/ktextwidgets-5.248.0 -~kde-frameworks/kwallet-5.248.0 -~kde-frameworks/kxmlgui-5.248.0 -~kde-frameworks/purpose-5.248.0 -~kde-frameworks/qqc2-desktop-style-5.248.0 -~kde-apps/kaccounts-integration-24.01.90 -~kde-apps/kdegraphics-mobipocket-24.01.90 +~kde-plasma/sddm-kcm-5.93.0 +~kde-plasma/systemsettings-5.93.0 +~kde-plasma/wacomtablet-5.93.0 +~kde-plasma/xdg-desktop-portal-kde-5.93.0 +~kde-apps/kaccounts-integration-24.01.95 +~kde-apps/kdegraphics-mobipocket-24.01.95 =kde-apps/kio-extras-23.08.5-r100 -~kde-apps/kio-extras-24.01.90 -~kde-apps/kio-extras-kf5-24.01.90 -~kde-apps/libkexiv2-24.01.90 -~kde-apps/spectacle-24.01.90 +~kde-apps/kio-extras-24.01.95 +~kde-apps/kio-extras-kf5-24.01.95 +~kde-apps/libkcddb-24.01.95 +~kde-apps/libkcompactdisc-24.01.95 +~kde-apps/libkexiv2-24.01.95 +~kde-apps/spectacle-24.01.95 ~kde-misc/kio-fuse-5.1.0 ~dev-libs/appstream-1.0.1 ~dev-libs/kdiagram-3.0.1 @@ -465,13 +420,10 @@ app-containers/go-secbench ~net-libs/accounts-qml-0.7_p20231028 ~net-libs/signon-oauth2-0.25_p20210102 =net-libs/signond-8.61-r100 +~net-misc/kio-zeroconf-24.01.95 +=net-misc/smb4k-3.2.5-r2 ~sys-auth/polkit-qt-0.175.0 -# Michał Górny (2023-12-17) -# Broken due to invalid use of tzdata. -# https://github.com/sdispater/pendulum/issues/769 -=dev-python/pendulum-3.0.0 - # Sam James (2023-12-14) # Gentoo's kernel maintainers have decided to discontinue gentoo-sources and # gentoo-kernel for old kernel LTS branches because of the resources to require @@ -581,12 +533,6 @@ net-misc/openr2 # GNOME 45 mask >=gnome-extra/gnome-logs-45_alpha -# Sam James (2023-07-05) -# Doesn't install all needed files by e.g. kernelshark. -# Need to either split into libtracecmd for the libraries or revert to Makefiles. -# See bug #909439. -=dev-util/trace-cmd-3.2 - # Michał Górny (2023-06-21) # suitesparseconfig-7.0.0 fails to build with multilib enabled # because of dependencies that cannot be satisfied. All the other diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/gcc/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/gcc/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/gcc/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/gcc/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/gcc/parent new file mode 100644 index 0000000000..f3229c5b98 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/gcc/parent @@ -0,0 +1 @@ +.. diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults new file mode 100644 index 0000000000..862b30eaff --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/make.defaults @@ -0,0 +1,5 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="i686-apple-darwin9" +CHOST_x86="${CHOST}" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask new file mode 100644 index 0000000000..583e92d8cf --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.mask @@ -0,0 +1,2 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask new file mode 100644 index 0000000000..9ded76ad8a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.unmask @@ -0,0 +1,3 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force new file mode 100644 index 0000000000..433d91d935 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Elias Pipping (2007-09-30) +# compiles with -aqua, doesn't work, though +media-video/mplayer aqua diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask new file mode 100644 index 0000000000..0ef52a1767 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/package.use.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent new file mode 100644 index 0000000000..93220d0968 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/parent @@ -0,0 +1,2 @@ +.. +../../arch/x86 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask new file mode 100644 index 0000000000..f4c15ffdbd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/10.5/x86/use.mask @@ -0,0 +1,14 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file masks out USE flags that are simply NOT allowed in the default +# x86 profile. This works, for example, if another architecture's +# profile have a USE flag associated with (such as altivec, mmx, etc). + +# Unmask x86 instruction sets +-cpu_flags_x86_mmx +-cpu_flags_x86_mmxext +-cpu_flags_x86_sse +-cpu_flags_x86_sse2 +-cpu_flags_x86_ssse3 +-svga diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/14.0/arm64/clang/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/14.0/arm64/clang/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/14.0/arm64/clang/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/14.0/arm64/clang/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/14.0/arm64/clang/parent new file mode 100644 index 0000000000..855aaf1759 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/14.0/arm64/clang/parent @@ -0,0 +1,2 @@ +.. +../../../features/clang-lld diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults new file mode 100644 index 0000000000..5fd08b523f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/make.defaults @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +ARCH="x86-macos" +ACCEPT_KEYWORDS="~x86-macos" + +CPU_FLAGS_X86="mmx mmxext sse sse2" + +# multilib build stuff, single ABI (no multilib) +MULTILIB_ABIS="x86" +DEFAULT_ABI="x86" +ABI="x86" +IUSE_IMPLICIT="abi_x86_32" +LIBDIR_x86="lib" +# figure out automatically what is the best to use +CFLAGS="-march=native" diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask new file mode 100644 index 0000000000..5930472f1b --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# All the Mac OS X profiles inherit from their matching arch profile here. + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force new file mode 100644 index 0000000000..9ded76ad8a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.force @@ -0,0 +1,3 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask new file mode 100644 index 0000000000..dcd35623fa --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/package.use.mask @@ -0,0 +1,13 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# All the Mac OS X profiles inherit from their matching arch profile here. + + +# Jeremy Olexa (2010-07-29) +# Relocation issues on 32-bit OSX, bug #329859 +media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_sse + +# Fabian Groffen (2009-02-01) +# Doesn't compile, bug #257225 +media-video/ffmpeg cpu_flags_x86_mmx diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force new file mode 100644 index 0000000000..abc39335ac --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Force the flag corresponding to the default ABI +x86-macos +abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.mask new file mode 100644 index 0000000000..e2603bddf8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/arch/x86/use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Unmask the flag corresponding to the default ABI +-x86-macos +-abi_x86_32 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/eapi b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/eapi new file mode 100644 index 0000000000..7ed6ff82de --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/eapi @@ -0,0 +1 @@ +5 diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/make.defaults b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/make.defaults new file mode 100644 index 0000000000..a0026ebed5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +LD=ld64.lld + +# This is the sort of equivalent of -Wl,--as-needed +# It's already set in profiles/prefix/darwin, but profiles/features/llvm +# appends --as-needed to it, so here we set it back to the previous value +LDFLAGS="-Wl,-dead_strip_dylibs" + +# Several packages fail to build without this +lt_cv_apple_cc_single_mod=yes diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/package.mask b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/package.mask new file mode 100644 index 0000000000..54366468b2 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/package.mask @@ -0,0 +1,5 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# If installed, causes some miscompilation somewhere, and cmake crashes during bootstrap +sys-devel/binutils-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/packages b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/packages new file mode 100644 index 0000000000..9cb68887f9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/packages @@ -0,0 +1,4 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +-*sys-devel/binutils-apple diff --git a/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/parent b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/parent new file mode 100644 index 0000000000..8ee86c0ee9 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/features/clang-lld/parent @@ -0,0 +1 @@ +../../../../../features/llvm diff --git a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc index 1f64033b28..4cbdc39a56 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/profiles.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/profiles.desc @@ -247,6 +247,19 @@ hppa default/linux/hppa/17.0/systemd exp hppa default/linux/hppa/17.0/systemd/merged-usr exp hppa default/linux/hppa/17.0/desktop stable hppa default/linux/hppa/17.0/developer exp +hppa default/linux/hppa/23.0/hppa1.1 exp +hppa default/linux/hppa/23.0/hppa1.1/systemd exp +hppa default/linux/hppa/23.0/hppa1.1/desktop exp +hppa default/linux/hppa/23.0/hppa1.1/desktop/systemd exp +hppa default/linux/hppa/23.0/hppa1.1/split-usr exp +hppa default/linux/hppa/23.0/hppa1.1/split-usr/desktop exp +hppa default/linux/hppa/23.0/hppa2.0 exp +hppa default/linux/hppa/23.0/hppa2.0/systemd exp +hppa default/linux/hppa/23.0/hppa2.0/desktop exp +hppa default/linux/hppa/23.0/hppa2.0/desktop/systemd exp +hppa default/linux/hppa/23.0/hppa2.0/split-usr exp +hppa default/linux/hppa/23.0/hppa2.0/split-usr/desktop exp + # IA64 Profiles # @MAINTAINER: ia64@gentoo.org @@ -340,6 +353,36 @@ mips default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr exp mips default/linux/mips/17.0/mipsel/multilib/n64 exp mips default/linux/mips/17.0/mipsel/multilib/n64/systemd exp mips default/linux/mips/17.0/mipsel/multilib/n64/systemd/merged-usr exp +mips default/linux/mips/23.0/mipsel/o32_sf exp +mips default/linux/mips/23.0/mipsel/o32_sf/systemd exp +mips default/linux/mips/23.0/mipsel/o32 exp +mips default/linux/mips/23.0/mipsel/o32/systemd exp +mips default/linux/mips/23.0/mipsel/n32 exp +mips default/linux/mips/23.0/mipsel/n32/systemd exp +mips default/linux/mips/23.0/mipsel/n64 exp +mips default/linux/mips/23.0/mipsel/n64/systemd exp +mips default/linux/mips/23.0/mipsel/multilib/n64 exp +mips default/linux/mips/23.0/mipsel/multilib/n64/systemd exp +mips default/linux/mips/23.0/o32_sf exp +mips default/linux/mips/23.0/o32_sf/systemd exp +mips default/linux/mips/23.0/o32 exp +mips default/linux/mips/23.0/o32/systemd exp +mips default/linux/mips/23.0/n32 exp +mips default/linux/mips/23.0/n32/systemd exp +mips default/linux/mips/23.0/n64 exp +mips default/linux/mips/23.0/n64/systemd exp +mips default/linux/mips/23.0/multilib/n64 exp +mips default/linux/mips/23.0/multilib/n64/systemd exp +mips default/linux/mips/23.0/split-usr/mipsel/o32_sf exp +mips default/linux/mips/23.0/split-usr/mipsel/o32 exp +mips default/linux/mips/23.0/split-usr/mipsel/n32 exp +mips default/linux/mips/23.0/split-usr/mipsel/n64 exp +mips default/linux/mips/23.0/split-usr/mipsel/multilib/n64 exp +mips default/linux/mips/23.0/split-usr/o32_sf exp +mips default/linux/mips/23.0/split-usr/o32 exp +mips default/linux/mips/23.0/split-usr/n32 exp +mips default/linux/mips/23.0/split-usr/n64 exp +mips default/linux/mips/23.0/split-usr/multilib/n64 exp # Deprecated PPC64 Profiles # @MAINTAINER: ppc64@gentoo.org @@ -386,6 +429,18 @@ ppc64 default/linux/ppc64/17.0/systemd/merged-usr stable ppc64 default/linux/ppc64/17.0/developer exp ppc64 default/linux/ppc64/17.0/musl dev ppc64 default/linux/ppc64/17.0/musl/hardened exp +ppc64 default/linux/ppc64/23.0 exp +ppc64 default/linux/ppc64/23.0/desktop exp +ppc64 default/linux/ppc64/23.0/desktop/gnome exp +ppc64 default/linux/ppc64/23.0/desktop/gnome/systemd exp +ppc64 default/linux/ppc64/23.0/systemd exp +ppc64 default/linux/ppc64/23.0/musl exp +ppc64 default/linux/ppc64/23.0/musl/hardened exp +ppc64 default/linux/ppc64/23.0/split-usr exp +ppc64 default/linux/ppc64/23.0/split-usr/desktop exp +ppc64 default/linux/ppc64/23.0/split-usr/desktop/gnome exp +ppc64 default/linux/ppc64/23.0/split-usr/musl exp +ppc64 default/linux/ppc64/23.0/split-usr/musl/hardened exp # PPC64LE profiles # @MAINTAINER: gyakovlev@gentoo.org, ppc64@gentoo.org, musl@gentoo.org @@ -405,6 +460,22 @@ ppc64 default/linux/ppc64le/17.0/developer exp ppc64 default/linux/ppc64le/17.0/musl dev ppc64 default/linux/ppc64le/17.0/musl/hardened exp ppc64 default/linux/ppc64le/17.0/ieee-long-double exp +ppc64 default/linux/ppc64le/23.0 exp +ppc64 default/linux/ppc64le/23.0/desktop exp +ppc64 default/linux/ppc64le/23.0/desktop/gnome exp +ppc64 default/linux/ppc64le/23.0/desktop/gnome/systemd exp +ppc64 default/linux/ppc64le/23.0/desktop/plasma exp +ppc64 default/linux/ppc64le/23.0/desktop/plasma/systemd exp +ppc64 default/linux/ppc64le/23.0/desktop/systemd exp +ppc64 default/linux/ppc64le/23.0/systemd exp +ppc64 default/linux/ppc64le/23.0/musl exp +ppc64 default/linux/ppc64le/23.0/musl/hardened exp +ppc64 default/linux/ppc64le/23.0/split-usr exp +ppc64 default/linux/ppc64le/23.0/split-usr/desktop exp +ppc64 default/linux/ppc64le/23.0/split-usr/desktop/gnome exp +ppc64 default/linux/ppc64le/23.0/split-usr/desktop/plasma exp +ppc64 default/linux/ppc64le/23.0/split-usr/musl exp +ppc64 default/linux/ppc64le/23.0/split-usr/musl/hardened exp # RISC-V Profiles # @MAINTAINER: riscv@gentoo.org @@ -592,6 +663,14 @@ mips default/linux/mips/17.0/o32/musl exp mips default/linux/mips/17.0/n64/musl exp mips default/linux/mips/17.0/mipsel/o32/musl exp mips default/linux/mips/17.0/mipsel/n64/musl exp +mips default/linux/mips/23.0/mipsel/o32/musl exp +mips default/linux/mips/23.0/mipsel/n64/musl exp +mips default/linux/mips/23.0/o32/musl exp +mips default/linux/mips/23.0/n64/musl exp +mips default/linux/mips/23.0/split-usr/mipsel/o32/musl exp +mips default/linux/mips/23.0/split-usr/mipsel/n64/musl exp +mips default/linux/mips/23.0/split-usr/o32/musl exp +mips default/linux/mips/23.0/split-usr/n64/musl exp riscv default/linux/riscv/20.0/rv64gc/lp64d/musl dev riscv default/linux/riscv/20.0/rv64gc/lp64/musl dev riscv default/linux/riscv/23.0/rv64/lp64d/musl exp @@ -635,8 +714,9 @@ x86-linux default/linux/x86/17.0/prefix/kernel-2.6.16+ exp arm-linux default/linux/arm/17.0/armv7a/prefix/kernel-3.2+ exp arm64-linux default/linux/arm64/17.0/prefix/kernel-3.2+ exp -# Mac OS X Profiles +# macOS Profiles ppc-macos prefix/darwin/macos/10.5/ppc/gcc exp +x86-macos prefix/darwin/macos/10.5/x86/gcc exp x64-macos prefix/darwin/macos/10.11/x64 exp x64-macos prefix/darwin/macos/10.13/x64 exp x64-macos prefix/darwin/macos/10.13/x64/gcc exp diff --git a/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors b/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors index b890610255..8606a61b03 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors +++ b/sdk_container/src/third_party/portage-stable/profiles/thirdpartymirrors @@ -17,7 +17,6 @@ mplayer https://www1.mplayerhq.hu/MPlayer http://www2.mplayerhq.hu/MPlayer http nongnu https://download.savannah.nongnu.org/releases/ https://ftp.cc.uoc.gr/mirrors/nongnu.org/ http://ftp.twaren.net/Unix/NonGNU/ https://mirror.csclub.uwaterloo.ca/nongnu/ ftp://mirror.csclub.uwaterloo.ca/nongnu/ https://mirrors.fe.up.pt/pub/nongnu/ ftp://mirrors.fe.up.pt/pub/nongnu/ https://nongnu.askapache.com/ https://nongnu.uib.no/ ftp://nongnu.uib.no/pub/nongnu/ http://savannah.c3sl.ufpr.br/ ftp://ftp.twaren.net/Unix/NonGNU/ openbsd https://cdn.openbsd.org/pub/OpenBSD https://fastly.cdn.openbsd.org/pub/OpenBSD openssl https://www.openssl.org/ https://artfiles.org/openssl.org/ https://www.mirrorservice.org/sites/ftp.openssl.org/ ftp://ftp.openssl.org -qmail https://qmail-mirror.jms1.net/ http://qmail.pandakc.com/ http://qmail.glasswings.com.au/ http://qmail.teraren.com/ http://qmail.mirror.cdnetworks.com/ https://qmail.mirror.choon.net/ http://qmail.cbox.biz/ http://qmail.cbox.biz/ http://qmail.mirrors.ovh.net/ftp.qmail.org/ http://qmail.rasjonell.net/ http://mirrors.ntua.gr/qmail/ http://qmail.cti.gr/ http://qmail.hypergrid.it/ http://qmail.omnis.ch/ http://qmail.cavsystems.net/ https://qmail.mivzakim.net/ http://qmail.mirror.rise.ph/ sourceforge https://downloads.sourceforge.net sourceforge.jp http://iij.dl.sourceforge.jp https://osdn.dl.sourceforge.jp https://jaist.dl.sourceforge.jp ubuntu http://mirror.internode.on.net/pub/ubuntu/ubuntu/ http://ubuntu.uni-klu.ac.at/ubuntu/ http://mirror.dhakacom.com/ubuntu-archive/ http://ubuntu.c3sl.ufpr.br/ubuntu/ http://hr.archive.ubuntu.com/ubuntu/ http://cz.archive.ubuntu.com/ubuntu/ https://mirror.dkm.cz/ubuntu http://ftp.cvut.cz/ubuntu/ http://ftp.stw-bonn.de/ubuntu/ https://ftp-stud.hs-esslingen.de/ubuntu/ https://mirror.netcologne.de/ubuntu/ https://mirror.unej.ac.id/ubuntu/ http://kr.archive.ubuntu.com/ubuntu/ https://mirror.nforce.com/pub/linux/ubuntu/ http://nl3.archive.ubuntu.com/ubuntu/ https://mirror.timeweb.ru/ubuntu/ http://ubuntu.mirror.su.se/ubuntu/ https://ubuntu.volia.net/ubuntu-archive/ https://mirror.pnl.gov/ubuntu/ https://mirrors.namecheap.com/ubuntu/ diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2020 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2020 index a70006f2da..c8acb32953 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2020 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2020 @@ -1,7 +1,6 @@ move dev-libs/range-v3 dev-cpp/range-v3 move dev-python/neovim-python-client dev-python/pynvim move games-action/openastromenace games-action/astromenace -move dev-python/pep257 dev-python/pydocstyle move dev-python/pyzor mail-filter/pyzor move dev-python/python-sqlparse dev-python/sqlparse move dev-python/git-python dev-python/GitPython diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2024 b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2024 index c041d1163c..c36a364ac1 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2024 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/1Q-2024 @@ -70,3 +70,10 @@ move dev-util/systemtap dev-debug/systemtap move dev-util/scap-driver dev-debug/scap-driver move dev-util/icmake dev-build/icmake move sci-libs/scikit-image dev-python/scikit-image +move dev-python/confusable_homoglyphs dev-python/confusable-homoglyphs +move dev-python/ml_dtypes dev-python/ml-dtypes +slotmove =dev-java/commons-imaging-1.0_alpha3-r1 0 1 +move media-gfx/fotoxx media-gfx/fotocx +move dev-python/editorconfig-core-py dev-python/editorconfig +move dev-python/urwid_readline dev-python/urwid-readline +move dev-python/python-evdev dev-python/evdev diff --git a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2021 b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2021 index a101f57fc6..1c656f25a5 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2021 +++ b/sdk_container/src/third_party/portage-stable/profiles/updates/4Q-2021 @@ -45,7 +45,6 @@ move app-emulation/docker-compose app-containers/docker-compose move app-emulation/docker-credential-helpers app-containers/docker-credential-helpers move app-emulation/docker-registry app-containers/docker-registry move app-emulation/docker-swarm app-containers/docker-swarm -move app-emulation/go-secbench app-containers/go-secbench move app-emulation/slirp4netns app-containers/slirp4netns move app-emulation/podman app-containers/podman move app-emulation/k3d app-containers/k3d diff --git a/sdk_container/src/third_party/portage-stable/profiles/use.desc b/sdk_container/src/third_party/portage-stable/profiles/use.desc index 311978a68d..d00e21ff01 100644 --- a/sdk_container/src/third_party/portage-stable/profiles/use.desc +++ b/sdk_container/src/third_party/portage-stable/profiles/use.desc @@ -132,6 +132,7 @@ hdf5 - Add support for the Hierarchical Data Format v5 headers-only - Install only C headers instead of whole package. Mainly used by sys-devel/crossdev for toolchain bootstrap. heif - Enable support for ISO/IEC 23008-12:2017 HEIF/HEIC image format hscolour - Include coloured haskell sources to generated documentation (dev-haskell/hscolour) +http2 - Enable support for the HTTP/2 protocol ibm - Add support for IBM ppc64 specific systems iconv - Enable support for the iconv character set conversion library icu - Enable ICU (Internationalization Components for Unicode) support, using dev-libs/icu