commit: 01a2c90bd231aff6100f8063f76dc73a7dac8c78 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 4 12:02:46 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 12:02:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a2c90b
profiles/base: Unmask zlib-ng/minizip-ng[compat] Restrict the sys-libs/zlib-ng[compat] and sys-libs/minizip-ng[compat] masks to the old revisions, therefore unmasking the new ~arch revisions that install both the regular library and the compat library. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 489969f29188..759e2bc08425 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -508,8 +508,13 @@ gnome-base/gnome-extra-apps tracker # 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 -sys-libs/minizip-ng compat +# +# Michał Górny <[email protected]> (2025-11-04) +# Unmasking on the revbumped versions that install both the compat +# library and the regular zlib-ng/minizip-ng library for dependency +# compatibility. +<sys-libs/zlib-ng-2.2.5-r1 compat +<sys-libs/minizip-ng-4.0.10-r1 compat # Georgy Yakovlev <[email protected]> (2022-09-17) # po4a crashes while translating
