commit: dd3137dac2daf8ade080cdbedf96499b8d21aa08 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 4 12:06:06 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 12:06:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3137da
package.deprecated: Add sys-libs/zlib for transition Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index f6f355d97f8f..378370bfbcd9 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2025-11-04) +# Please depend on virtual/zlib, unless you are sure that the package +# in question is not compatible with sys-libs/zlib-ng[compat] and/or +# sys-libs/minizip-ng[compat]. In the latter case, please report a bug, +# so that upstream can improve the API/ABI compatibility. +# This is a temporary deprecation to aid transitioning packages imported +# from other repositories. +sys-libs/zlib + # Michał Górny <[email protected]> (2025-10-26) # No activity since 2022. Already requires extensive patching, # broken with Python 3.14.
