diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-11-25 08:27:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-02 00:24:17 +0100 |
commit | 9629083d7b4571de1d17548e90854346a277dcd4 (patch) | |
tree | 66e9becd611f320f1168c6bb57c2d9dddf6190e9 /profiles/base | |
parent | sys-apps/portage: Remove old version 2.3.66-r1 (diff) | |
download | gentoo-9629083d7b4571de1d17548e90854346a277dcd4.tar.gz gentoo-9629083d7b4571de1d17548e90854346a277dcd4.tar.bz2 gentoo-9629083d7b4571de1d17548e90854346a277dcd4.zip |
app-shells/mksh: USE=static now uses the system libc
Which means that glibc needs to be masked as it's static-linking is
broken.
I considered dietlibc as a replacement to klibc but:
- dietlibc is maintained-needed too
- it could be a elibc_glibc? in DEPEND but this would probably be a
noblah USE flag
- it would mean that arches where mksh is believed to work and some of
our libc do but not dietlibc or klibc (like alpha with bug #487672)
would be prevented from USE=static
Closes: https://bugs.gentoo.org/653388
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e5768830f1eb..68213dc90544 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Haelwenn (lanodan) Monnier <contact@hacktivis.me> (2019-12-01) +# broken static-linking in glibc and maybe others +>app-shells/mksh-57-r1 static + # Andreas Sturmlechner <asturm@gentoo.org> (2019-11-30) # Depends on about-to-be-last-rited media-libs/mediastreamer kde-apps/kopete jingle |