diff options
author | 2022-10-02 01:13:25 +0100 | |
---|---|---|
committer | 2022-10-02 01:13:49 +0100 | |
commit | 239f765da8dc3e9cd6abe28a89e2558f857505fa (patch) | |
tree | 041fa8778f2d5d049fd2ae57e3625a4505572b5e /profiles/base | |
parent | sys-libs/zlib-ng: update EAPI 7 -> 8 (diff) | |
download | gentoo-239f765da8dc3e9cd6abe28a89e2558f857505fa.tar.gz gentoo-239f765da8dc3e9cd6abe28a89e2558f857505fa.tar.bz2 gentoo-239f765da8dc3e9cd6abe28a89e2558f857505fa.zip |
profiles/base: mask sys-libs/zlib-ng[compat]
USE=compat / possibly allowing sys-libs/zlib needs to be figured out,
but packages want to use the actual zlib-ng library, so we need to
mask it and can't hold the whole thing up on the compat effort.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index fbcf23d6eee7..bf1c9c65bcdd 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # 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-10-02) +# USE=compat / possibly allowing sys-libs/zlib needs to be figured out, +# but packages want to use the actual zlib-ng library, so we need to +# mask it and can't hold the whole thing up on the compat effort. +sys-libs/zlib-ng compat + # Matt Turner <mattst88@gentoo.org> (2022-09-26) # Requires nautilus-43.0 which is not in tree yet. >=x11-terms/gnome-terminal-3.46 nautilus |