commit: caaf43dd027f223daced92fbb6be723e688cd71c Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Jun 15 20:43:33 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Jun 15 20:43:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caaf43dd
profiles: add masks for sys-apps/musl-locales Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/base/package.mask | 4 ++++ profiles/features/musl/package.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index 13ebbc9bd1e6..f09a97d08bf5 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <[email protected]> (2023-06-15) +# Conflicts with glibc. +sys-apps/musl-locales + # 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 94bf8b9e00bc..3b525be68812 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <[email protected]> (2023-06-15) +# Reverse entry from base profile. +-sys-apps/musl-locales + # Maciej Barć <[email protected]> (2023-04-03) # Mask until execinfo.h use can be properly patched, bug #877721 and #903689. dev-scheme/guile-ssh
