diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:12:25 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-11-04 09:13:46 +0100 |
| commit | 9e2a2f1a08f1368e1842b3b8f2d4e190bddee73c (patch) | |
| tree | de52a9d3a2e24f964ce8da8ea74f0cd77b46ef0e /net-fs/samba/samba-4.23.0.ebuild | |
| parent | 93b8ec20c54c02c297553c15f5047b2077ba5318 (diff) | |
| download | gentoo-9e2a2f1a08f1368e1842b3b8f2d4e190bddee73c.tar.gz gentoo-9e2a2f1a08f1368e1842b3b8f2d4e190bddee73c.tar.bz2 gentoo-9e2a2f1a08f1368e1842b3b8f2d4e190bddee73c.zip | |
net-*/*: update for virtual/zlib
Update done using:
```
git grep -l sys-libs/zlib net-* | 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 revert in net-misc/turbovnc.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-fs/samba/samba-4.23.0.ebuild')
| -rw-r--r-- | net-fs/samba/samba-4.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.23.0.ebuild b/net-fs/samba/samba-4.23.0.ebuild index 4887f81256d5..5aaddf40289b 100644 --- a/net-fs/samba/samba-4.23.0.ebuild +++ b/net-fs/samba/samba-4.23.0.ebuild @@ -80,7 +80,7 @@ COMMON_DEPEND=" >=sys-libs/talloc-${TALLOC_VERSION}[${MULTILIB_USEDEP}] >=sys-libs/tdb-${TDB_VERSION}[${MULTILIB_USEDEP}] >=sys-libs/tevent-${TEVENT_VERSION}[${MULTILIB_USEDEP}] - sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/zlib[${MULTILIB_USEDEP}] virtual/libcrypt:=[${MULTILIB_USEDEP}] virtual/libiconv $(python_gen_cond_dep ' |
