diff options
| -rw-r--r-- | profiles/base/package.mask | 4 | ||||
| -rw-r--r-- | profiles/features/musl/package.mask | 4 |
2 files changed, 8 insertions, 0 deletions
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 <floppym@gentoo.org> (2023-06-15) +# Conflicts with glibc. +sys-apps/musl-locales + # 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 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 <floppym@gentoo.org> (2023-06-15) +# Reverse entry from base profile. +-sys-apps/musl-locales + # Maciej Barć <xgqt@gentoo.org> (2023-04-03) # Mask until execinfo.h use can be properly patched, bug #877721 and #903689. dev-scheme/guile-ssh |
