mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
@@ -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}]
|
||||
|
||||
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user