diff options
Diffstat (limited to 'profiles/default/linux')
6 files changed, 11 insertions, 4 deletions
diff --git a/profiles/default/linux/amd64/23.0/musl/llvm/parent b/profiles/default/linux/amd64/23.0/musl/llvm/parent index 845cedb73fde..bce85960e266 100644 --- a/profiles/default/linux/amd64/23.0/musl/llvm/parent +++ b/profiles/default/linux/amd64/23.0/musl/llvm/parent @@ -1,2 +1,2 @@ .. -../../../../../../features/llvm +../../../../../../features/musl/llvm 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 index 63a4f9547e6f..bc92e589ba25 100644 --- a/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/parent +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/llvm/parent @@ -1,2 +1,2 @@ .. -../../../../../../../features/llvm +../../../../../../../features/musl/llvm diff --git a/profiles/default/linux/arm64/23.0/musl/llvm/parent b/profiles/default/linux/arm64/23.0/musl/llvm/parent index 845cedb73fde..bce85960e266 100644 --- a/profiles/default/linux/arm64/23.0/musl/llvm/parent +++ b/profiles/default/linux/arm64/23.0/musl/llvm/parent @@ -1,2 +1,2 @@ .. -../../../../../../features/llvm +../../../../../../features/musl/llvm diff --git a/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/parent b/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/parent index 63a4f9547e6f..bc92e589ba25 100644 --- a/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/parent +++ b/profiles/default/linux/arm64/23.0/split-usr/musl/llvm/parent @@ -1,2 +1,2 @@ .. -../../../../../../../features/llvm +../../../../../../../features/musl/llvm diff --git a/profiles/default/linux/package.mask b/profiles/default/linux/package.mask index 5e491992ef25..1aaaa32feea6 100644 --- a/profiles/default/linux/package.mask +++ b/profiles/default/linux/package.mask @@ -1,6 +1,12 @@ # Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michal Rostecki <vadorovsky@protonmail.com> (2025-02-10) +# A libgcc_s drop-in replacement, which conflicts with sys-devel/gcc, +# therefore meant only for profiles which can work without GCC being +# present even as a fallback. +llvm-runtimes/libgcc + # Sam James <sam@gentoo.org> (2025-01-10) # These packages are only relevant on musl systems. sys-libs/argp-standalone diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index c169d2f85440..d3633c4ef8f3 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -5,6 +5,7 @@ # profile. Packages in this file are built in order. app-admin/eselect +app-alternatives/awk app-arch/bzip2 app-arch/gzip app-arch/xz-utils |