diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-10 15:21:54 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-10 15:21:54 +0100 |
commit | 57de365b14eddd26e56768d3fddda02c0edde21f (patch) | |
tree | be5dc1ad63e3f3944b8df7de9d648581245e6248 /profiles/default/linux/amd64 | |
parent | profiles: 23.0 needs future musl release (diff) | |
download | gentoo-57de365b14eddd26e56768d3fddda02c0edde21f.tar.gz gentoo-57de365b14eddd26e56768d3fddda02c0edde21f.tar.bz2 gentoo-57de365b14eddd26e56768d3fddda02c0edde21f.zip |
profiles: Add 23.0 amd64 musl profiles
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default/linux/amd64')
24 files changed, 92 insertions, 0 deletions
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 |