mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -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:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -50,7 +50,7 @@ IUSE="
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost:=
|
||||
sys-libs/zlib:=
|
||||
virtual/zlib:=
|
||||
pic14? ( >=dev-embedded/gputils-0.13.7 )
|
||||
pic16? ( >=dev-embedded/gputils-0.13.7 )
|
||||
boehm-gc? ( dev-libs/boehm-gc:= )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -50,7 +50,7 @@ IUSE="
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost:=
|
||||
sys-libs/zlib:=
|
||||
virtual/zlib:=
|
||||
pic14? ( >=dev-embedded/gputils-0.13.7 )
|
||||
pic16? ( >=dev-embedded/gputils-0.13.7 )
|
||||
boehm-gc? ( dev-libs/boehm-gc:= )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="test"
|
||||
RDEPEND="sys-apps/dtc
|
||||
sys-libs/zlib"
|
||||
virtual/zlib"
|
||||
else
|
||||
KEYWORDS="amd64"
|
||||
# We need this as zip, it is used during src_test
|
||||
|
||||
@@ -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"
|
||||
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="test"
|
||||
RDEPEND="sys-apps/dtc
|
||||
sys-libs/zlib"
|
||||
virtual/zlib"
|
||||
else
|
||||
KEYWORDS="~amd64"
|
||||
# We need this as zip, it is used during src_test
|
||||
|
||||
Reference in New Issue
Block a user