diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 14:31:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 14:48:31 +0100 |
commit | e617820e9eba576c0546c2a756a1b564370aa43b (patch) | |
tree | 3ba8b0ac1d5e5b04221cfdd7baca63744d1864a0 /profiles/base | |
parent | net-nds/nsscache: last-rite (diff) | |
download | gentoo-e617820e9eba576c0546c2a756a1b564370aa43b.tar.gz gentoo-e617820e9eba576c0546c2a756a1b564370aa43b.tar.bz2 gentoo-e617820e9eba576c0546c2a756a1b564370aa43b.zip |
profiles: mask/unmask musl on musl/non musl profiles
Closes: https://bugs.gentoo.org/869515
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/27199
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.mask | 6 |
1 files changed, 5 insertions, 1 deletions
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 <sam@gentoo.org> (2022-09-10) +# Mask in general and unmask on specific profiles +sys-libs/musl + # Sam James <sam@gentoo.org> (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 |