commit:     e5169ce557adc22786770370210476a59022f60f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 20:52:35 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 20:52:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5169ce5

profiles: mask *-standalone packages on non-musl

This will help spot bad dependencies and also avoid the binhost
picking *-standalone for lucky builds (they're not installable anyway
on glibc because of blockers).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/package.mask | 11 ++++++++++-
 profiles/features/musl/package.mask |  9 +++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/profiles/default/linux/package.mask 
b/profiles/default/linux/package.mask
index 3c9bd77211fa..5e491992ef25 100644
--- a/profiles/default/linux/package.mask
+++ b/profiles/default/linux/package.mask
@@ -1,6 +1,15 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <[email protected]> (2025-01-10)
+# These packages are only relevant on musl systems.
+sys-libs/argp-standalone
+sys-libs/error-standalone
+sys-libs/fts-standalone
+sys-libs/obstack-standalone
+sys-libs/queue-standalone
+sys-libs/rpmatch-standalone
+
 # Sam James <[email protected]> (2023-06-06)
 # Only available on Linux.
 -dev-libs/libaio

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 5470057adbbe..473b5f22aa53 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,15 @@
 # Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <[email protected]> (2025-01-10)
+# These packages are only relevant on musl systems.
+-sys-libs/argp-standalone
+-sys-libs/error-standalone
+-sys-libs/fts-standalone
+-sys-libs/obstack-standalone
+-sys-libs/queue-standalone
+-sys-libs/rpmatch-standalone
+
 # Cheyenne Wills <[email protected]> (2025-01-05)
 # Not ported to musl, bug #832428
 # openafs hasn't been tested with musl

Reply via email to