From 0f5ede23bfdc0e4be53e489025efd93a3fd4098e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 10 Feb 2025 08:38:26 +0000 Subject: [PATCH] profiles: move llvm-runtimes/libgcc mask into default/linux ... rather than top-level, to avoid: > Unmatched removal atom(s) in /var/db/repos/gentoo/profiles/features/musl/llvm/package.mask: -llvm-runtimes/libgcc Signed-off-by: Sam James --- profiles/default/linux/package.mask | 6 ++++++ profiles/package.mask | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/default/linux/package.mask b/profiles/default/linux/package.mask index 5e491992ef252..1aaaa32feea6c 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 (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 (2025-01-10) # These packages are only relevant on musl systems. sys-libs/argp-standalone diff --git a/profiles/package.mask b/profiles/package.mask index 64efb72da32af..b1ac9047e7d67 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -63,12 +63,6 @@ =dev-lang/rust-bin-1.84.0 =dev-lang/rust-bin-1.84.1 -# Michal Rostecki (2025-02-09) -# 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 - # Michał Górny (2025-02-08) # Suspicious subslot bump, causing humongous rebuilds. # https://bugs.gentoo.org/949414