dev-*/*: update for virtual/zlib

Update done using:

```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```

Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-11-04 09:03:00 +01:00
parent ce9200747d
commit bd0ee727e0
599 changed files with 708 additions and 708 deletions

View File

@@ -35,7 +35,7 @@ RDEPEND="
>=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}]
)
zlib? (
sys-libs/zlib[${MULTILIB_USEDEP}]
virtual/zlib[${MULTILIB_USEDEP}]
)
zstd? (
app-arch/zstd[${MULTILIB_USEDEP}]

View File

@@ -35,7 +35,7 @@ RDEPEND="
>=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}]
)
zlib? (
sys-libs/zlib[${MULTILIB_USEDEP}]
virtual/zlib[${MULTILIB_USEDEP}]
)
zstd? (
app-arch/zstd[${MULTILIB_USEDEP}]