commit:     e617820e9eba576c0546c2a756a1b564370aa43b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 13:31:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 13:48:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e617820e

profiles: mask/unmask musl on musl/non musl profiles

Closes: https://bugs.gentoo.org/869515
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/27199
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/base/package.mask          | 6 +++++-
 profiles/features/musl/package.mask | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 58f5f5ac5739..4d33927de983 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <[email protected]> (2022-09-10)
+# Mask in general and unmask on specific profiles
+sys-libs/musl
+
 # Sam James <[email protected]> (2021-11-22)
 # Mask the older libcrypt virtual (which accepted glibc[crypt]) to ease
 # dependency resolution. In a fair number of cases, this has helped

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index 52e3d47eb93c..ae834bd2698b 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -287,6 +287,7 @@ app-emulation/dosemu
 # Old undated blocks of masks
 #
 sys-libs/glibc
+-sys-libs/musl
 
 # As of 2021-08-08, >=sys-fs/udev-249-r2 is patched in Gentoo
 # to work on musl, so no need to mask udev.

Reply via email to