diff options
author | Sam James <sam@gentoo.org> | 2022-09-06 04:36:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-06 04:36:46 +0100 |
commit | 43807853b0b9335a2c51a7b92820f9ee2091dcff (patch) | |
tree | 9ddc7af0d3a03587f9cea6bbea72580bf4224e1a /profiles | |
parent | dev-libs/spdlog: Stabilize 1.10.0 arm64, #868492 (diff) | |
download | gentoo-43807853b0b9335a2c51a7b92820f9ee2091dcff.tar.gz gentoo-43807853b0b9335a2c51a7b92820f9ee2091dcff.tar.bz2 gentoo-43807853b0b9335a2c51a7b92820f9ee2091dcff.zip |
profiles/base: mask app-arch/lbzip2[symlink], app-arch/pigz[symlink]
Incompatible with merged-usr and is a fundamentally flaky approach.
- app-arch/lbzip2: bug #868318 (possible solution in bug #868651)
- app-arch/pigz: bug #868312 (possible solution in bug #868648)
It's suggested that users who want this feature use a wrapper
script in /usr/local (or otherwise on PATH), or configure tools
like tar to use lbzip2 & pigz respectively using EXTRA_ECONF.
Bug: https://bugs.gentoo.org/868318
Bug: https://bugs.gentoo.org/868312
Bug: https://bugs.gentoo.org/868651
Bug: https://bugs.gentoo.org/868648
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 45b6caea9996..e1aee943aef6 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,16 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <sam@gentoo.org> (2022-09-06) +# Incompatible with merged-usr and is a fundamentally flaky approach. +# - app-arch/lbzip2: bug #868318 (possible solution in bug #868651) +# - app-arch/pigz: bug #868312 (possible solution in bug #868648) +# It's suggested that users who want this feature use a wrapper +# script in /usr/local (or otherwise on PATH), or configure tools +# like tar to use lbzip2 & pigz respectively using EXTRA_ECONF. +app-arch/lbzip2 symlink +app-arch/pigz symlink + # Sam James <sam@gentoo.org> (2022-09-05) # Needs to be split into a separate package to avoid collisions sys-devel/binutils emacs |