mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit c156a052a2acffb50d38e84070593c9ca9230d0c.
This commit is contained in:
parent
63f574be32
commit
3c3f0367df
6
sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use
vendored
Normal file
6
sdk_container/src/third_party/portage-stable/profiles/arch/alpha/package.use
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
|
||||||
|
# dev-db/mysql not keyworded here
|
||||||
|
dev-perl/DBD-mysql -mysql mariadb
|
@ -1,6 +1,18 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-24)
|
||||||
|
# dev-util/glslang not keyworded here.
|
||||||
|
media-video/ffmpeg glslang
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-24)
|
||||||
|
# media-libs/shaderc not keyworded here.
|
||||||
|
>=media-video/ffmpeg-5 shaderc
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
|
||||||
|
# dev-db/mysql not keyworded here.
|
||||||
|
dev-perl/DBD-mysql mysql
|
||||||
|
|
||||||
# matoro <matoro_gentoo@matoro.tk> (2023-11-01)
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-01)
|
||||||
# Qt 6 not keyworded here.
|
# Qt 6 not keyworded here.
|
||||||
app-doc/doxygen gui
|
app-doc/doxygen gui
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# Unmask the flag which corresponds to ARCH.
|
# Unmask the flag which corresponds to ARCH.
|
||||||
-alpha
|
-alpha
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
|
||||||
|
# Qt is not keyworded here
|
||||||
|
qt5
|
||||||
|
|
||||||
# matoro <matoro_gentoo@matoro.tk> (2023-06-17)
|
# matoro <matoro_gentoo@matoro.tk> (2023-06-17)
|
||||||
# media-libs/libheif is not keyworded here
|
# media-libs/libheif is not keyworded here
|
||||||
heif
|
heif
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
|
||||||
|
# Undo multilib forcing.
|
||||||
|
dev-libs/libatomic_ops -abi_x86_32
|
||||||
|
dev-libs/boehm-gc -abi_x86_32
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2017-04-08)
|
# Michał Górny <mgorny@gentoo.org> (2017-04-08)
|
||||||
# Undo multilib forcing.
|
# Undo multilib forcing.
|
||||||
sys-apps/sandbox -abi_x86_32
|
sys-apps/sandbox -abi_x86_32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
|
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
|
||||||
|
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
|
||||||
|
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
|
||||||
|
dev-libs/libatomic_ops abi_x86_32
|
||||||
|
dev-libs/boehm-gc abi_x86_32
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
||||||
# We have ready-to-use configs here.
|
# We have ready-to-use configs here.
|
||||||
sys-kernel/gentoo-kernel -savedconfig
|
sys-kernel/gentoo-kernel -savedconfig
|
||||||
|
@ -17,6 +17,29 @@
|
|||||||
|
|
||||||
#--- END OF EXAMPLES ---
|
#--- END OF EXAMPLES ---
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-25)
|
||||||
|
# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
|
||||||
|
# are only available for amd64 and riscv
|
||||||
|
>=gui-libs/wlroots-0.17.0 -drm -liftoff
|
||||||
|
|
||||||
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
||||||
|
# Unmask on amd64.
|
||||||
|
media-video/obs-studio -qsv -websocket
|
||||||
|
|
||||||
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
|
||||||
|
# Qt6 is still experimental in freecad, currently the configure phase
|
||||||
|
# gets itself stuck by importing both qt5 and qt6 cmake files.
|
||||||
|
# Since there is no python3.12 support for shiboken2/pyside2, we have
|
||||||
|
# to mask that flag as well.
|
||||||
|
#
|
||||||
|
# We have to mask this here as well as in base/package.use.mask
|
||||||
|
# because qt6 is globally unmasked on amd64
|
||||||
|
media-gfx/freecad qt6 python_single_target_python3_12
|
||||||
|
|
||||||
|
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
|
||||||
|
# Only available for amd64.
|
||||||
|
sys-apps/irqbalance -thermal
|
||||||
|
|
||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-10-09)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-10-09)
|
||||||
# media-libs/shaderc is keyworded here.
|
# media-libs/shaderc is keyworded here.
|
||||||
media-libs/libplacebo -shaderc
|
media-libs/libplacebo -shaderc
|
||||||
@ -361,8 +384,8 @@ sys-boot/grub:2 -grub_platforms_xen-32
|
|||||||
|
|
||||||
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
|
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
|
||||||
# sd-boot is not supported on all archs.
|
# sd-boot is not supported on all archs.
|
||||||
sys-apps/systemd -boot -gnuefi
|
sys-apps/systemd -boot -gnuefi -ukify
|
||||||
sys-apps/systemd-utils -boot
|
sys-apps/systemd-utils -boot -ukify
|
||||||
|
|
||||||
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
|
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
|
||||||
# media-libs/libbdplus is keyworded on amd64, so unmask the useflag
|
# media-libs/libbdplus is keyworded on amd64, so unmask the useflag
|
||||||
@ -476,6 +499,7 @@ media-libs/smpeg cpu_flags_x86_mmx
|
|||||||
|
|
||||||
# x86_64 opts are enabled with USE sse. so masking the rest
|
# x86_64 opts are enabled with USE sse. so masking the rest
|
||||||
media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext
|
media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext
|
||||||
|
media-libs/libmpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext
|
||||||
|
|
||||||
# Alexis Ballier <aballier@gentoo.org> (2008-08-08)
|
# Alexis Ballier <aballier@gentoo.org> (2008-08-08)
|
||||||
# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that
|
# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that
|
||||||
|
@ -83,10 +83,6 @@ dev-util/diffoscope haskell
|
|||||||
dev-java/openjdk:8 javafx
|
dev-java/openjdk:8 javafx
|
||||||
dev-java/openjdk:11 javafx
|
dev-java/openjdk:11 javafx
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
|
|
||||||
# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
|
|
||||||
app-office/libreoffice base
|
|
||||||
|
|
||||||
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-07)
|
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-07)
|
||||||
# sys-cluster/slurm has no stable keywords
|
# sys-cluster/slurm has no stable keywords
|
||||||
# dev-util/nvidia-cuda-toolkit has no stable keywords
|
# dev-util/nvidia-cuda-toolkit has no stable keywords
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# Unmask the flag which corresponds to ARCH.
|
# Unmask the flag which corresponds to ARCH.
|
||||||
-amd64
|
-amd64
|
||||||
|
|
||||||
|
# Paul Zander <negril.nx+gentoo@gmail.com> (2023-11-17)
|
||||||
|
# ROCm/HIP works here
|
||||||
|
-hip
|
||||||
|
|
||||||
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11)
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11)
|
||||||
# Unmask secureboot flag on arches where sbsigntools is keyworded
|
# Unmask secureboot flag on arches where sbsigntools is keyworded
|
||||||
-secureboot
|
-secureboot
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
# Please use the same syntax as in use.mask
|
# Please use the same syntax as in use.mask
|
||||||
|
|
||||||
|
# Paul Zander <negril.nx+gentoo@gmail.com> (2023-11-17)
|
||||||
|
# ROCm/HIP is not suitable for stabilization.
|
||||||
|
hip
|
||||||
|
|
||||||
# Jimi Huotari <chiitoo@gentoo.org> (2023-03-03)
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-03-03)
|
||||||
# Mask until stable.
|
# Mask until stable.
|
||||||
pyside6
|
pyside6
|
||||||
|
@ -63,7 +63,7 @@ app-doc/zeal
|
|||||||
app-editors/ghostwriter
|
app-editors/ghostwriter
|
||||||
app-editors/retext
|
app-editors/retext
|
||||||
app-misc/anki
|
app-misc/anki
|
||||||
app-office/kalendar:5
|
app-office/merkuro
|
||||||
app-office/kmymoney:5
|
app-office/kmymoney:5
|
||||||
app-office/skrooge:5
|
app-office/skrooge:5
|
||||||
app-office/texmaker
|
app-office/texmaker
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
|
||||||
|
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
|
||||||
|
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
|
||||||
|
dev-libs/libatomic_ops abi_x86_64
|
||||||
|
dev-libs/boehm-gc abi_x86_64
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2017-04-08)
|
# Michał Górny <mgorny@gentoo.org> (2017-04-08)
|
||||||
# Require sandbox to be multilib-capable to avoid failures when building
|
# Require sandbox to be multilib-capable to avoid failures when building
|
||||||
# multilib packages, #611292.
|
# multilib packages, #611292.
|
||||||
|
@ -13,7 +13,7 @@ app-doc/zeal
|
|||||||
app-editors/ghostwriter
|
app-editors/ghostwriter
|
||||||
app-editors/retext
|
app-editors/retext
|
||||||
app-misc/anki
|
app-misc/anki
|
||||||
app-office/kalendar:5
|
app-office/merkuro
|
||||||
app-office/kmymoney:5
|
app-office/kmymoney:5
|
||||||
app-office/skrooge:5
|
app-office/skrooge:5
|
||||||
app-office/texmaker
|
app-office/texmaker
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
|
||||||
|
# media-libs/shaderc in not keyworded
|
||||||
|
media-video/ffmpeg shaderc
|
||||||
|
|
||||||
|
# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-13)
|
||||||
|
# kde-plasma/print-manager is not keyworded
|
||||||
|
kde-plasma/plasma-meta cups
|
||||||
|
|
||||||
# Jon Janzen <jon@jonjanzen.com> (2023-09-11)
|
# Jon Janzen <jon@jonjanzen.com> (2023-09-11)
|
||||||
# librttopo has not been tested on this arch
|
# librttopo has not been tested on this arch
|
||||||
dev-db/spatialite rttopo
|
dev-db/spatialite rttopo
|
||||||
@ -125,8 +133,8 @@ net-im/prosody selinux
|
|||||||
# Sam James <sam@gentoo.org> (2020-01-17)
|
# Sam James <sam@gentoo.org> (2020-01-17)
|
||||||
# gnuefi + systemd-boot works on arm
|
# gnuefi + systemd-boot works on arm
|
||||||
# bug #729720
|
# bug #729720
|
||||||
sys-apps/systemd -boot -gnuefi
|
sys-apps/systemd -boot -gnuefi -ukify
|
||||||
sys-apps/systemd-utils -boot
|
sys-apps/systemd-utils -boot -ukify
|
||||||
|
|
||||||
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
|
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
|
||||||
# Dependency not keyworded on this arch.
|
# Dependency not keyworded on this arch.
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
|
||||||
|
# media-libs/shaderc in not keyworded
|
||||||
|
media-video/ffmpeg shaderc
|
||||||
|
|
||||||
# Jimi Huotari <chiitoo@gentoo.org> (2023-10-21)
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-10-21)
|
||||||
# Unmask on specific arches where it's available.
|
# Unmask on specific arches where it's available.
|
||||||
media-video/obs-studio -mpegts
|
media-video/obs-studio -mpegts
|
||||||
@ -152,8 +156,8 @@ media-sound/bluez-alsa man
|
|||||||
# Sam James <sam@gentoo.org> (2020-01-17)
|
# Sam James <sam@gentoo.org> (2020-01-17)
|
||||||
# gnuefi + systemd-boot works on arm64
|
# gnuefi + systemd-boot works on arm64
|
||||||
# bug #729720
|
# bug #729720
|
||||||
sys-apps/systemd -boot -gnuefi
|
sys-apps/systemd -boot -gnuefi -ukify
|
||||||
sys-apps/systemd-utils -boot
|
sys-apps/systemd-utils -boot -ukify
|
||||||
|
|
||||||
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
|
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
|
||||||
# Dependency not keyworded on this arch.
|
# Dependency not keyworded on this arch.
|
||||||
|
@ -1,6 +1,19 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-25)
|
||||||
|
# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
|
||||||
|
# are only available for amd64 and riscv
|
||||||
|
>=gui-libs/wlroots-0.17.0 drm liftoff
|
||||||
|
|
||||||
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
||||||
|
# media-libs/oneVPL is only keyworded for amd64 at this time.
|
||||||
|
media-video/obs-studio qsv
|
||||||
|
|
||||||
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
|
||||||
|
# dev-libs/qr-code-generator is only keyworded for amd64 at this time.
|
||||||
|
media-video/obs-studio websocket
|
||||||
|
|
||||||
# Jimi Huotari <chiitoo@gentoo.org> (2023-10-21)
|
# Jimi Huotari <chiitoo@gentoo.org> (2023-10-21)
|
||||||
# net-libs/librist is only keyworded for arm64 at this time.
|
# net-libs/librist is only keyworded for arm64 at this time.
|
||||||
media-video/obs-studio mpegts
|
media-video/obs-studio mpegts
|
||||||
@ -347,9 +360,9 @@ net-misc/moonlight mmal
|
|||||||
>=dev-db/mariadb-10.1.0 mroonga galera
|
>=dev-db/mariadb-10.1.0 mroonga galera
|
||||||
|
|
||||||
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
|
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
|
||||||
# sd-boot is not supported on all archs.
|
# sd-boot and ukify are not supported on all archs.
|
||||||
sys-apps/systemd boot gnuefi
|
sys-apps/systemd boot gnuefi ukify
|
||||||
sys-apps/systemd-utils boot
|
sys-apps/systemd-utils boot ukify
|
||||||
|
|
||||||
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
|
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
|
||||||
# Mask bdplus support and unmask on arches where libbdplus is keyworded.
|
# Mask bdplus support and unmask on arches where libbdplus is keyworded.
|
||||||
|
@ -37,6 +37,9 @@ oci8
|
|||||||
cuda
|
cuda
|
||||||
nvenc
|
nvenc
|
||||||
|
|
||||||
|
# ROCm/HIP only works on amd64
|
||||||
|
hip
|
||||||
|
|
||||||
# masking here, and unmasking in arch/x86/use.mask
|
# masking here, and unmasking in arch/x86/use.mask
|
||||||
vidix
|
vidix
|
||||||
|
|
||||||
|
@ -6,14 +6,6 @@
|
|||||||
# See https://github.com/systemd/systemd/issues/29775 and bug #916469.
|
# See https://github.com/systemd/systemd/issues/29775 and bug #916469.
|
||||||
>=sys-apps/systemd-254
|
>=sys-apps/systemd-254
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2023-08-28)
|
|
||||||
# libuv >=1.45.0 starts to use iouring (but via its own implementation, not sys-libs/liburing)
|
|
||||||
# which means CMake then starts using iouring. There are some kernel bugs which
|
|
||||||
# got shaken out on hppa: linux 6.4.x is okay, but 6.1.x at least need backports.
|
|
||||||
#
|
|
||||||
# See https://lore.kernel.org/linux-parisc/87jztggow5.fsf@gentoo.org/T/.
|
|
||||||
>=dev-libs/libuv-1.45.0
|
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2023-07-03)
|
# Sam James <sam@gentoo.org> (2023-07-03)
|
||||||
# Broken memory handling
|
# Broken memory handling
|
||||||
# https://lore.kernel.org/linux-parisc/612eaa53-6904-6e16-67fc-394f4faa0e16@bell.net/
|
# https://lore.kernel.org/linux-parisc/612eaa53-6904-6e16-67fc-394f4faa0e16@bell.net/
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
|
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
|
||||||
# request bug for the hppa arch.
|
# request bug for the hppa arch.
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
|
||||||
|
# Vulkan is not available here
|
||||||
|
media-video/ffmpeg glslang shaderc vulkan
|
||||||
|
|
||||||
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
||||||
# dev-util/samurai is not keyworded here.
|
# dev-util/samurai is not keyworded here.
|
||||||
app-alternatives/ninja samurai
|
app-alternatives/ninja samurai
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
|
||||||
|
# Vulkan is not available here
|
||||||
|
media-video/ffmpeg glslang shaderc vulkan
|
||||||
|
|
||||||
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
||||||
# dev-util/samurai is not keyworded here.
|
# dev-util/samurai is not keyworded here.
|
||||||
app-alternatives/ninja samurai
|
app-alternatives/ninja samurai
|
||||||
|
@ -97,8 +97,8 @@ app-accessibility/at-spi2-core dbus-broker
|
|||||||
|
|
||||||
# Mike Gilbert <floppym@gentoo.org> (2023-05-27)
|
# Mike Gilbert <floppym@gentoo.org> (2023-05-27)
|
||||||
# Newer sd-boot does not use gnuefi.
|
# Newer sd-boot does not use gnuefi.
|
||||||
>=sys-apps/systemd-254 -boot
|
>=sys-apps/systemd-254 -boot -ukify
|
||||||
>=sys-apps/systemd-utils-254 -boot
|
>=sys-apps/systemd-utils-254 -boot -ukify
|
||||||
|
|
||||||
# WANG Xuerui <xen0n@gentoo.org> (2023-04-16)
|
# WANG Xuerui <xen0n@gentoo.org> (2023-04-16)
|
||||||
# dev-python/pyopengl fails tests
|
# dev-python/pyopengl fails tests
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
|
||||||
|
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
|
||||||
|
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
|
||||||
|
dev-libs/libatomic_ops abi_mips_n32 abi_mips_n64 abi_mips_o32
|
||||||
|
dev-libs/boehm-gc abi_mips_n32 abi_mips_n64 abi_mips_o32
|
@ -0,0 +1,8 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
|
||||||
|
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
|
||||||
|
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
|
||||||
|
dev-libs/libatomic_ops abi_mips_n32 abi_mips_n64 abi_mips_o32
|
||||||
|
dev-libs/boehm-gc abi_mips_n32 abi_mips_n64 abi_mips_o32
|
@ -1,6 +1,16 @@
|
|||||||
# Copyright 2006-2023 Gentoo Authors
|
# Copyright 2006-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-17)
|
||||||
|
# Broken on BE and no way to test on LE, mask for now
|
||||||
|
# https://bugs.chromium.org/p/aomedia/issues/detail?id=3487
|
||||||
|
media-libs/libaom
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-17)
|
||||||
|
# Broken on BE and no way to test on LE, mask for now
|
||||||
|
# https://gitlab.gnome.org/GNOME/gtk/-/issues/5904
|
||||||
|
gui-libs/gtk:4
|
||||||
|
|
||||||
# Mask pam_ldap and nss_ldap - openldap dep missing.
|
# Mask pam_ldap and nss_ldap - openldap dep missing.
|
||||||
sys-auth/pam_ldap
|
sys-auth/pam_ldap
|
||||||
sys-auth/nss_ldap
|
sys-auth/nss_ldap
|
||||||
|
@ -1,6 +1,32 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-24)
|
||||||
|
# media-libs/shaderc not keyworded here.
|
||||||
|
>=media-video/ffmpeg-5 shaderc
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
|
||||||
|
# Qt 5 is not keyworded here
|
||||||
|
app-admin/setools X
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
|
||||||
|
# Qt 5 is not keyworded here
|
||||||
|
net-p2p/bitcoin-core gui
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-20)
|
||||||
|
# media-libs/libaom casualties
|
||||||
|
# https://bugs.chromium.org/p/aomedia/issues/detail?id=3487
|
||||||
|
media-video/ffmpeg libaom
|
||||||
|
media-libs/libavif aom
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-19)
|
||||||
|
# Pulls in LXDE which is not keyworded here
|
||||||
|
x11-misc/xscreensaver new-login
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-16)
|
||||||
|
# gui-libs/gtk:4 casualties
|
||||||
|
app-i18n/ibus gtk4
|
||||||
|
|
||||||
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
||||||
# dev-util/samurai is not keyworded here.
|
# dev-util/samurai is not keyworded here.
|
||||||
app-alternatives/ninja samurai
|
app-alternatives/ninja samurai
|
||||||
|
@ -4,6 +4,14 @@
|
|||||||
# Unmask the flag which corresponds to ARCH.
|
# Unmask the flag which corresponds to ARCH.
|
||||||
-mips
|
-mips
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
|
||||||
|
# KDE not keyworded here
|
||||||
|
kde
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
|
||||||
|
# dev-db/redis fails test suite on BE at least
|
||||||
|
redis
|
||||||
|
|
||||||
# matoro <matoro_gentoo@matoro.tk> (2023-03-07)
|
# matoro <matoro_gentoo@matoro.tk> (2023-03-07)
|
||||||
# GPU-related USE flags. While hardware with PCIe host
|
# GPU-related USE flags. While hardware with PCIe host
|
||||||
# capabilities exists, mask these by default to reduce burden
|
# capabilities exists, mask these by default to reduce burden
|
||||||
@ -236,6 +244,7 @@ smi
|
|||||||
# Matt Turner <mattst88@gentoo.org> (2010-12-13)
|
# Matt Turner <mattst88@gentoo.org> (2010-12-13)
|
||||||
# We don't have sys-devel/llvm
|
# We don't have sys-devel/llvm
|
||||||
llvm
|
llvm
|
||||||
|
llvm-libunwind
|
||||||
|
|
||||||
# Matt Turner <mattst88@gentoo.org> (2011-06-14)
|
# Matt Turner <mattst88@gentoo.org> (2011-06-14)
|
||||||
# pdfannotextractor needs java
|
# pdfannotextractor needs java
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
|
||||||
|
# Broken on <dev-lang/ruby-3.2
|
||||||
|
# https://github.com/msgpack/msgpack-ruby/pull/355
|
||||||
|
dev-ruby/msgpack ruby_targets_ruby30 ruby_targets_ruby31
|
||||||
|
|
||||||
|
# matoro <matoro_gentoo@matoro.tk> (2023-11-19)
|
||||||
|
# VSX asm causes passing test suite on LE to fail
|
||||||
|
media-libs/libaom cpu_flags_ppc_vsx
|
||||||
|
|
||||||
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
|
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
|
||||||
# sys-apps/s6-linux-init has not been tested on this arch
|
# sys-apps/s6-linux-init has not been tested on this arch
|
||||||
sys-apps/openrc s6
|
sys-apps/openrc s6
|
||||||
|
@ -5,10 +5,6 @@
|
|||||||
# Requires media-libs/libva since 29.0.0.
|
# Requires media-libs/libva since 29.0.0.
|
||||||
>=media-video/obs-studio-29.0.0
|
>=media-video/obs-studio-29.0.0
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2022-10-08)
|
|
||||||
# sys-boot/gnu-efi isn't keyworded here right now
|
|
||||||
sys-kernel/installkernel-systemd-boot
|
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2022-08-25)
|
# Michał Górny <mgorny@gentoo.org> (2022-08-25)
|
||||||
# Only ppc64le binpkg is provided.
|
# Only ppc64le binpkg is provided.
|
||||||
dev-python/pypy-exe-bin
|
dev-python/pypy-exe-bin
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
# Copyright 2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
|
||||||
|
# media-libs/shaderc in not keyworded
|
||||||
|
media-video/ffmpeg shaderc
|
||||||
|
|
||||||
# Rich Freeman <rich0@gentoo.org> (2023-09-13)
|
# Rich Freeman <rich0@gentoo.org> (2023-09-13)
|
||||||
# Tests require shellcheck which is not currently available
|
# Tests require shellcheck which is not currently available
|
||||||
sys-process/systemd-cron test
|
sys-process/systemd-cron test
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
# Copyright 2019-2023 Gentoo Authors
|
# Copyright 2019-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-22)
|
||||||
|
# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
|
||||||
|
# are only available for amd64 and riscv
|
||||||
|
>=gui-libs/wlroots-0.17.0 -drm -liftoff
|
||||||
|
|
||||||
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
|
||||||
# dev-util/samurai is not keyworded here.
|
# dev-util/samurai is not keyworded here.
|
||||||
app-alternatives/ninja samurai
|
app-alternatives/ninja samurai
|
||||||
@ -39,8 +44,8 @@ media-video/mpv lua_single_target_luajit -lua_single_target_lua5-1
|
|||||||
|
|
||||||
# Mike Gilbert <floppym@gentoo.org> (2023-05-27)
|
# Mike Gilbert <floppym@gentoo.org> (2023-05-27)
|
||||||
# sd-boot should work here.
|
# sd-boot should work here.
|
||||||
sys-apps/systemd -boot -gnuefi
|
sys-apps/systemd -boot -gnuefi -ukify
|
||||||
sys-apps/systemd-utils -boot
|
sys-apps/systemd-utils -boot -ukify
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2023-05-10)
|
# Sam James <sam@gentoo.org> (2023-05-10)
|
||||||
# sys-cluster/ceph not keyworded here
|
# sys-cluster/ceph not keyworded here
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2023-11-13)
|
||||||
|
# mold supports sparc64, but not sparc32.
|
||||||
|
sys-devel/mold
|
||||||
|
|
||||||
# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
|
# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
|
||||||
# Test failures on 32-bit, passes on 64-bit. Bug #638888
|
# Test failures on 32-bit, passes on 64-bit. Bug #638888
|
||||||
app-antivirus/clamav
|
app-antivirus/clamav
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
|
||||||
|
# Vulkan is not available here
|
||||||
|
media-video/ffmpeg glslang shaderc vulkan
|
||||||
|
|
||||||
# Michał Górny <mgorny@gentoo.org> (2023-10-22)
|
# Michał Górny <mgorny@gentoo.org> (2023-10-22)
|
||||||
# This is not ISDN CAPI, so unmask it.
|
# This is not ISDN CAPI, so unmask it.
|
||||||
media-video/rav1e -capi
|
media-video/rav1e -capi
|
||||||
|
@ -13,7 +13,7 @@ app-doc/zeal
|
|||||||
app-editors/ghostwriter
|
app-editors/ghostwriter
|
||||||
app-editors/retext
|
app-editors/retext
|
||||||
app-misc/anki
|
app-misc/anki
|
||||||
app-office/kalendar:5
|
app-office/merkuro
|
||||||
app-office/kmymoney:5
|
app-office/kmymoney:5
|
||||||
app-office/skrooge:5
|
app-office/skrooge:5
|
||||||
app-office/texmaker
|
app-office/texmaker
|
||||||
|
@ -385,8 +385,8 @@ app-emulation/libvirt xen
|
|||||||
|
|
||||||
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
|
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
|
||||||
# sys-boot/gnu-efi is not supported on all archs.
|
# sys-boot/gnu-efi is not supported on all archs.
|
||||||
sys-apps/systemd -boot -gnuefi
|
sys-apps/systemd -boot -gnuefi -ukify
|
||||||
sys-apps/systemd-utils -boot
|
sys-apps/systemd-utils -boot -ukify
|
||||||
|
|
||||||
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
|
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
|
||||||
# media-libs/libbdplus is keyworded on x86, so unmask the useflag
|
# media-libs/libbdplus is keyworded on x86, so unmask the useflag
|
||||||
|
@ -84,10 +84,6 @@ dev-util/diffoscope haskell
|
|||||||
# large amount of fabric. bug #763954
|
# large amount of fabric. bug #763954
|
||||||
sys-block/open-iscsi infiniband
|
sys-block/open-iscsi infiniband
|
||||||
|
|
||||||
# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
|
|
||||||
# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
|
|
||||||
app-office/libreoffice base
|
|
||||||
|
|
||||||
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-05)
|
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-05)
|
||||||
# sys-cluster/slurm has no stable keywords
|
# sys-cluster/slurm has no stable keywords
|
||||||
app-metrics/collectd collectd_plugins_slurm
|
app-metrics/collectd collectd_plugins_slurm
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Michael Orlitzky <mjo@gentoo.org> (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
|
||||||
|
# issue tracker is a French-language forum that never sends me
|
||||||
|
# confirmation emails when I try to sign up.
|
||||||
|
=sci-mathematics/giac-1.9.0.67 gui
|
||||||
|
|
||||||
# Matt Turner <mattst88@gentoo.org> (2023-09-18)
|
# Matt Turner <mattst88@gentoo.org> (2023-09-18)
|
||||||
# Disabling gstreamer seems to be untested upstream and is often broken.
|
# Disabling gstreamer seems to be untested upstream and is often broken.
|
||||||
# The gstreamer dependencies are trivial in compile time and disk usage
|
# The gstreamer dependencies are trivial in compile time and disk usage
|
||||||
|
@ -6,6 +6,21 @@
|
|||||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||||
# mask everywhere, unmask on arch/*) use arch/base.
|
# mask everywhere, unmask on arch/*) use arch/base.
|
||||||
|
|
||||||
|
# John Helmert III <ajak@gentoo.org> (2023-11-25)
|
||||||
|
# app-text/gocr has been masked for removal, bug #824290
|
||||||
|
media-gfx/xsane ocr
|
||||||
|
|
||||||
|
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
|
||||||
|
# Qt6 is still experimental in freecad, currently the configure phase
|
||||||
|
# gets itself stuck by importing both qt5 and qt6 cmake files.
|
||||||
|
# Since there is no python3.12 support for shiboken2/pyside2, we have
|
||||||
|
# to mask that flag as well.
|
||||||
|
media-gfx/freecad qt6 python_single_target_python3_12
|
||||||
|
|
||||||
|
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
|
||||||
|
# Only available for amd64.
|
||||||
|
sys-apps/irqbalance thermal
|
||||||
|
|
||||||
# Marek Szuba <marecki@gentoo.org> (2023-10-26)
|
# Marek Szuba <marecki@gentoo.org> (2023-10-26)
|
||||||
# media-gfx/gmic has been masked for removal, see Bug #916289.
|
# media-gfx/gmic has been masked for removal, see Bug #916289.
|
||||||
media-gfx/darktable gmic
|
media-gfx/darktable gmic
|
||||||
@ -42,9 +57,8 @@ media-video/chaplin transcode
|
|||||||
# Ionen Wolkens <ionen@gentoo.org> (2023-10-10)
|
# Ionen Wolkens <ionen@gentoo.org> (2023-10-10)
|
||||||
# Broken with Qt6.6 and, given USE has no revdeps, simpler to just
|
# Broken with Qt6.6 and, given USE has no revdeps, simpler to just
|
||||||
# mask for now to save desktop profile users (default bluetooth)
|
# mask for now to save desktop profile users (default bluetooth)
|
||||||
# from failures. Limited to -r1 to spare stable users from rebuilds
|
# from failures. Update: could be cleaned up now but waiting for
|
||||||
# (-r0 instead requires <6.6).
|
# 6.6.0 stable to avoid unnecessary rebuilds.
|
||||||
=dev-python/PyQt6-6.5.2-r1 bluetooth
|
|
||||||
~dev-python/PyQt6-6.5.3 bluetooth
|
~dev-python/PyQt6-6.5.3 bluetooth
|
||||||
|
|
||||||
# Jaco Kroon <jaco@uls.co.za> (2023-09-19)
|
# Jaco Kroon <jaco@uls.co.za> (2023-09-19)
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# This file requires eapi 5 or later. New entries go on top.
|
# This file requires eapi 5 or later. New entries go on top.
|
||||||
# Please use the same syntax as in use.mask
|
# Please use the same syntax as in use.mask
|
||||||
|
|
||||||
|
# Michał Górny <mgorny@gentoo.org> (2023-11-10)
|
||||||
|
# Not stable yet.
|
||||||
|
postgres_targets_postgres16
|
||||||
|
|
||||||
# Sam James <sam@gentoo.org> (2023-05-29)
|
# Sam James <sam@gentoo.org> (2023-05-29)
|
||||||
# Currently in testing and not ready to go stable yet.
|
# Currently in testing and not ready to go stable yet.
|
||||||
ruby_targets_ruby32
|
ruby_targets_ruby32
|
||||||
|
4
sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/make.defaults
vendored
Normal file
4
sdk_container/src/third_party/portage-stable/profiles/default/linux/amd64/23.0/make.defaults
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors.
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2018 Gentoo Foundation.
|
# Copyright 1999-2018 Gentoo Foundation.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="x86_64-gentoo-linux-musl"
|
CHOST="x86_64-pc-linux-musl"
|
||||||
|
|
||||||
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
||||||
# Multilib-related setup, bug #515130
|
# Multilib-related setup, bug #515130
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
..
|
|
||||||
../../../../../../features/selinux
|
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2018 Gentoo Foundation.
|
# Copyright 1999-2018 Gentoo Foundation.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="x86_64-gentoo-linux-musl"
|
CHOST="x86_64-pc-linux-musl"
|
||||||
|
|
||||||
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
||||||
# Multilib-related setup, bug #515130
|
# Multilib-related setup, bug #515130
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
ARCH="arm64"
|
ARCH="arm64"
|
||||||
ACCEPT_KEYWORDS="${ARCH}"
|
ACCEPT_KEYWORDS="${ARCH}"
|
||||||
|
|
||||||
CHOST="aarch64-gentoo-linux-musl"
|
CHOST="aarch64-unknown-linux-musl"
|
||||||
CFLAGS="-O2"
|
CFLAGS="-O2"
|
||||||
CXXFLAGS="${CFLAGS}"
|
CXXFLAGS="${CFLAGS}"
|
||||||
FFLAGS="${CFLAGS}"
|
FFLAGS="${CFLAGS}"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
ARCH="arm64"
|
ARCH="arm64"
|
||||||
ACCEPT_KEYWORDS="${ARCH}"
|
ACCEPT_KEYWORDS="${ARCH}"
|
||||||
|
|
||||||
CHOST="aarch64-gentoo-linux-musl"
|
CHOST="aarch64-unknown-linux-musl"
|
||||||
CFLAGS="-O2"
|
CFLAGS="-O2"
|
||||||
CXXFLAGS="${CFLAGS}"
|
CXXFLAGS="${CFLAGS}"
|
||||||
FFLAGS="${CFLAGS}"
|
FFLAGS="${CFLAGS}"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mips64el-gentoo-linux-musl"
|
CHOST="mips64el-unknown-linux-musl"
|
||||||
CHOST_n64="${CHOST}"
|
CHOST_n64="${CHOST}"
|
||||||
LIBDIR_n64="lib"
|
LIBDIR_n64="lib"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mipsel-gentoo-linux-musl"
|
CHOST="mipsel-unknown-linux-musl"
|
||||||
CHOST_o32="${CHOST}"
|
CHOST_o32="${CHOST}"
|
||||||
LIBDIR_o32="lib"
|
LIBDIR_o32="lib"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mips64-gentoo-linux-musl"
|
CHOST="mips64-unknown-linux-musl"
|
||||||
CHOST_n64="${CHOST}"
|
CHOST_n64="${CHOST}"
|
||||||
LIBDIR_n64="lib"
|
LIBDIR_n64="lib"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mips-gentoo-linux-musl"
|
CHOST="mips-unknown-linux-musl"
|
||||||
CHOST_o32="${CHOST}"
|
CHOST_o32="${CHOST}"
|
||||||
LIBDIR_o32="lib"
|
LIBDIR_o32="lib"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mips64el-gentoo-linux-musl"
|
CHOST="mips64el-unknown-linux-musl"
|
||||||
CHOST_n64="${CHOST}"
|
CHOST_n64="${CHOST}"
|
||||||
LIBDIR_n64="lib"
|
LIBDIR_n64="lib"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mipsel-gentoo-linux-musl"
|
CHOST="mipsel-unknown-linux-musl"
|
||||||
CHOST_o32="${CHOST}"
|
CHOST_o32="${CHOST}"
|
||||||
LIBDIR_o32="lib"
|
LIBDIR_o32="lib"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mips64-gentoo-linux-musl"
|
CHOST="mips64-unknown-linux-musl"
|
||||||
CHOST_n64="${CHOST}"
|
CHOST_n64="${CHOST}"
|
||||||
LIBDIR_n64="lib"
|
LIBDIR_n64="lib"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
CHOST="mips-gentoo-linux-musl"
|
CHOST="mips-unknown-linux-musl"
|
||||||
CHOST_o32="${CHOST}"
|
CHOST_o32="${CHOST}"
|
||||||
LIBDIR_o32="lib"
|
LIBDIR_o32="lib"
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../targets/desktop/gnome
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../../targets/desktop/gnome/systemd
|
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/desktop/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/desktop/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../targets/desktop
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
4
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/make.defaults
vendored
Normal file
4
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/make.defaults
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors.
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/musl/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/musl/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../features/hardened
|
10
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/musl/make.defaults
vendored
Normal file
10
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/musl/make.defaults
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
CHOST="powerpc-unknown-linux-musl"
|
||||||
|
|
||||||
|
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
||||||
|
# Multilib-related setup, bug #515130
|
||||||
|
MULTILIB_ABIS="ppc"
|
||||||
|
CHOST_ppc="${CHOST}"
|
||||||
|
LIBDIR_ppc="lib"
|
@ -0,0 +1,7 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2023-01-29)
|
||||||
|
# Fails to build on combination of ppc* + musl because of mcontext.
|
||||||
|
# libsanitizer needs adapting, bug #892079.
|
||||||
|
sys-devel/gcc sanitize
|
3
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/musl/parent
vendored
Normal file
3
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/musl/parent
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
..
|
||||||
|
../../../../../features/musl
|
||||||
|
../../../../../features/wd40
|
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../releases/23.0
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../../targets/desktop/gnome
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../targets/desktop
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/split-usr/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/split-usr/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../../features/hardened
|
@ -0,0 +1,10 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
CHOST="powerpc-unknown-linux-musl"
|
||||||
|
|
||||||
|
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
|
||||||
|
# Multilib-related setup, bug #515130
|
||||||
|
MULTILIB_ABIS="ppc"
|
||||||
|
CHOST_ppc="${CHOST}"
|
||||||
|
LIBDIR_ppc="lib"
|
@ -0,0 +1,7 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2023-01-29)
|
||||||
|
# Fails to build on combination of ppc* + musl because of mcontext.
|
||||||
|
# libsanitizer needs adapting, bug #892079.
|
||||||
|
sys-devel/gcc sanitize
|
@ -0,0 +1,3 @@
|
|||||||
|
..
|
||||||
|
../../../../../../features/musl
|
||||||
|
../../../../../../features/wd40
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../features/split-usr
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/systemd/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/systemd/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/systemd/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc/23.0/systemd/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../targets/systemd
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/desktop/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/desktop/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../targets/desktop/gnome
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../../targets/desktop/gnome/systemd
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../targets/desktop
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
4
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/make.defaults
vendored
Normal file
4
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/make.defaults
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2023 Gentoo Authors.
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
|
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/musl/eapi
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/musl/eapi
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../features/hardened
|
@ -0,0 +1,6 @@
|
|||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
CHOST="powerpc64-unknown-linux-musl"
|
||||||
|
CHOST_ppc64="${CHOST}"
|
||||||
|
LIBDIR_ppc64="lib"
|
@ -0,0 +1,14 @@
|
|||||||
|
# Copyright 2020-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Sam James <sam@gentoo.org> (2023-01-29)
|
||||||
|
# Fails to build on combination of ppc* + musl because of mcontext.
|
||||||
|
# libsanitizer needs adapting, bug #892079.
|
||||||
|
sys-devel/gcc sanitize
|
||||||
|
|
||||||
|
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-02-18)
|
||||||
|
# perlasm assumes elfv1 abi on big endian
|
||||||
|
# mask until merged and released
|
||||||
|
# https://github.com/openssl/openssl/commit/34ab13b7d8e3e723adb60be8142e38b7c9cd382a
|
||||||
|
# https://github.com/openssl/openssl/commit/098404128383ded87ba390dd74ecd9e2ffa6f530
|
||||||
|
dev-libs/openssl asm
|
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/musl/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/musl/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../features/musl
|
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/parent
vendored
Normal file
2
sdk_container/src/third_party/portage-stable/profiles/default/linux/ppc64/23.0/parent
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../releases/23.0
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../../targets/desktop/gnome
|
@ -0,0 +1,2 @@
|
|||||||
|
..
|
||||||
|
../../../../../../targets/desktop
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user