diff options
author | 2025-01-10 20:52:35 +0000 | |
---|---|---|
committer | 2025-01-10 20:52:35 +0000 | |
commit | e5169ce557adc22786770370210476a59022f60f (patch) | |
tree | 861277363a7f9b6bcf01386cbf065b9ab6b80fa3 /profiles | |
parent | media-gfx/clockphoto: update deps for qt6 (diff) | |
download | gentoo-e5169ce557adc22786770370210476a59022f60f.tar.gz gentoo-e5169ce557adc22786770370210476a59022f60f.tar.bz2 gentoo-e5169ce557adc22786770370210476a59022f60f.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/package.mask | 11 | ||||
-rw-r--r-- | profiles/features/musl/package.mask | 9 |
2 files changed, 19 insertions, 1 deletions
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 <sam@gentoo.org> (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 <sam@gentoo.org> (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 <sam@gentoo.org> (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 <cwills@witznd.net> (2025-01-05) # Not ported to musl, bug #832428 # openafs hasn't been tested with musl |