diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-10 15:20:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-10 15:20:44 +0000 |
commit | 177349fb1459039cc30cb8e3936af4117d038c16 (patch) | |
tree | 34c1bc161daefb8e152212dfba02b98da8a777a5 /profiles | |
parent | c15acf374d4b25ba5afcb52435da6090f2d98a20 (diff) |
gentoo auto-resync : 10:12:2022 - 15:20:44
Diffstat (limited to 'profiles')
29 files changed, 97 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 5d07df15f287..0a4084fe5588 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 57064e39a970..2a39adf174d3 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -119,6 +119,7 @@ lpsol zvbi gts anthy +snapcast # Unmask ARM-only video-cards -video_cards_exynos diff --git a/profiles/default/linux/amd64/23.0/musl/eapi b/profiles/default/linux/amd64/23.0/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/eapi b/profiles/default/linux/amd64/23.0/musl/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/parent b/profiles/default/linux/amd64/23.0/musl/hardened/parent new file mode 100644 index 000000000000..45a355b0beba --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/selinux/eapi b/profiles/default/linux/amd64/23.0/musl/hardened/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/hardened/selinux/parent b/profiles/default/linux/amd64/23.0/musl/hardened/selinux/parent new file mode 100644 index 000000000000..23c64bb44399 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/hardened/selinux/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/selinux diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/eapi b/profiles/default/linux/amd64/23.0/musl/llvm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/llvm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/package.use.mask b/profiles/default/linux/amd64/23.0/musl/llvm/package.use.mask new file mode 100644 index 000000000000..3435fc7a7d5c --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/llvm/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2022-10-15) +# Undo the general musl mask +www-client/firefox -clang diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/parent b/profiles/default/linux/amd64/23.0/musl/llvm/parent new file mode 100644 index 000000000000..845cedb73fde --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/llvm/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/llvm diff --git a/profiles/default/linux/amd64/23.0/musl/make.defaults b/profiles/default/linux/amd64/23.0/musl/make.defaults new file mode 100644 index 000000000000..96ce023a7e8f --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +CHOST="x86_64-gentoo-linux-musl" + +# Anthony G. Basile <blueness@gentoo.org> (2014-07-01) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="amd64" +CHOST_amd64="${CHOST}" +LIBDIR_amd64="lib" diff --git a/profiles/default/linux/amd64/23.0/musl/package.mask b/profiles/default/linux/amd64/23.0/musl/package.mask new file mode 100644 index 000000000000..25a5df5e9181 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/package.mask @@ -0,0 +1,11 @@ +# Copyright 2020-2022 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2022-10-08) +# openjdk-bin is available on amd64 musl +-dev-java/openjdk-bin +dev-java/openjdk-bin:8 + +# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-28) +# rust-bin is available on amd64 musl +-dev-lang/rust-bin diff --git a/profiles/default/linux/amd64/23.0/musl/package.use.mask b/profiles/default/linux/amd64/23.0/musl/package.use.mask new file mode 100644 index 000000000000..08d81656b7d1 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-28) +# upstream does not provide docs in musl tarball +dev-lang/rust-bin doc diff --git a/profiles/default/linux/amd64/23.0/musl/parent b/profiles/default/linux/amd64/23.0/musl/parent new file mode 100644 index 000000000000..0e86ace1a74b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../arch/amd64/no-multilib +../../../../../features/musl diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/eapi b/profiles/default/linux/amd64/23.0/split-usr/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/eapi b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/parent b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/parent new file mode 100644 index 000000000000..01f0844ffc85 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/hardened/amd64 diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/selinux/eapi b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/selinux/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/selinux/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/selinux/parent b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/selinux/parent new file mode 100644 index 000000000000..23c5fe07a248 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/hardened/selinux/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../features/selinux diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/eapi b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/package.use.mask b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/package.use.mask new file mode 100644 index 000000000000..3435fc7a7d5c --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2022-10-15) +# Undo the general musl mask +www-client/firefox -clang diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/parent b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/parent new file mode 100644 index 000000000000..63a4f9547e6f --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../features/llvm diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults b/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults new file mode 100644 index 000000000000..96ce023a7e8f --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2018 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +CHOST="x86_64-gentoo-linux-musl" + +# Anthony G. Basile <blueness@gentoo.org> (2014-07-01) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="amd64" +CHOST_amd64="${CHOST}" +LIBDIR_amd64="lib" diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/package.mask b/profiles/default/linux/amd64/23.0/split-usr/musl/package.mask new file mode 100644 index 000000000000..25a5df5e9181 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/package.mask @@ -0,0 +1,11 @@ +# Copyright 2020-2022 Gentoo Authors. +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <sam@gentoo.org> (2022-10-08) +# openjdk-bin is available on amd64 musl +-dev-java/openjdk-bin +dev-java/openjdk-bin:8 + +# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-28) +# rust-bin is available on amd64 musl +-dev-lang/rust-bin diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/package.use.mask b/profiles/default/linux/amd64/23.0/split-usr/musl/package.use.mask new file mode 100644 index 000000000000..08d81656b7d1 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-28) +# upstream does not provide docs in musl tarball +dev-lang/rust-bin doc diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/parent b/profiles/default/linux/amd64/23.0/split-usr/musl/parent new file mode 100644 index 000000000000..35626ceeb3b0 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/parent @@ -0,0 +1,3 @@ +.. +../../../../../../arch/amd64/no-multilib +../../../../../../features/musl diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index b0f0111282aa..b8acfcc4b5bb 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -220,6 +220,7 @@ sci-electronics/labone sci-mathematics/gimps sci-misc/jupyterlab-desktop-bin sci-misc/netlogo-bin +sci-libs/mkl sys-apps/ipmicfg sys-apps/tas sys-block/hpssacli diff --git a/profiles/releases/23.0/package.mask b/profiles/releases/23.0/package.mask index 206ab70bd19f..32696969517f 100644 --- a/profiles/releases/23.0/package.mask +++ b/profiles/releases/23.0/package.mask @@ -1,5 +1,6 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# DT_RELR needs glibc-2.36 +# DT_RELR needs glibc-2.36 or musl-1.2.4(?) <sys-libs/glibc-2.36 +<sys-libs/musl-1.2.4 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e16a0bc0a91f..873d41d1ebe7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -666,6 +666,7 @@ app-emulation/virtualbox:pax-kernel - Apply patch needed for pax enabled kernels app-emulation/virtualbox:sdk - Enable building of SDK app-emulation/virtualbox:udev - Controls installation of special USB udev rules. app-emulation/virtualbox:vboxwebsrv - Build and install the VirtualBox webservice +app-emulation/virtualbox:vde - Support for VDE networking via net-misc/vde app-emulation/virtualbox-modules:pax-kernel - Apply patch needed for pax enabled kernels app-emulation/vkd3d:spirv-tools - Enable SPIRV shader debugging support using dev-util/spirv-tools app-emulation/vkd3d-proton:crossdev-mingw - Use sys-devel/crossdev for the toolchain rather than dev-util/mingw64-toolchain (requires manual setting up) |