*/*: update for virtual/zlib

Update done using:

```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2025-11-16 23:26:20 +01:00
parent 063b3d6de7
commit c23791504e
214 changed files with 355 additions and 355 deletions

View File

@@ -29,7 +29,7 @@ for target in ${ALL_LLVM_TARGETS}; do
done
# TODO
RDEPEND="sys-libs/zlib:0="
RDEPEND="virtual/zlib:0="
DEPEND="${RDEPEND}"
PATCHES=(

View File

@@ -29,7 +29,7 @@ for target in ${ALL_LLVM_TARGETS}; do
done
# TODO
RDEPEND="sys-libs/zlib:0="
RDEPEND="virtual/zlib:0="
DEPEND="${RDEPEND}"
PATCHES=(