mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
*/*: 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:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -22,7 +22,7 @@ IUSE="cpu_flags_x86_sse4_1 curl debug ssl"
|
||||
DEPEND="
|
||||
dev-libs/libpcre2:=
|
||||
dev-libs/libunistring:=
|
||||
sys-libs/zlib:=
|
||||
virtual/zlib:=
|
||||
curl? ( net-misc/curl )
|
||||
ssl? ( dev-libs/openssl:= )
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -22,7 +22,7 @@ IUSE="cpu_flags_x86_sse4_1 curl debug ssl"
|
||||
DEPEND="
|
||||
dev-libs/libpcre2:=
|
||||
dev-libs/libunistring:=
|
||||
sys-libs/zlib:=
|
||||
virtual/zlib:=
|
||||
curl? ( net-misc/curl )
|
||||
ssl? ( dev-libs/openssl:= )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user