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-libs/google-cloud-cpp/google-cloud-cpp-2.19.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-libs/google-cloud-cpp/google-cloud-cpp-2.19.0.ebuild')
| -rw-r--r-- | net-libs/google-cloud-cpp/google-cloud-cpp-2.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/google-cloud-cpp/google-cloud-cpp-2.19.0.ebuild b/net-libs/google-cloud-cpp/google-cloud-cpp-2.19.0.ebuild index b8abe9837cc6..74655350129f 100644 --- a/net-libs/google-cloud-cpp/google-cloud-cpp-2.19.0.ebuild +++ b/net-libs/google-cloud-cpp/google-cloud-cpp-2.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ RDEPEND="dev-cpp/abseil-cpp:= dev-libs/re2:= net-misc/curl net-libs/grpc:= - sys-libs/zlib" + virtual/zlib" DEPEND="${RDEPEND} dev-cpp/gtest test? ( |
