mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -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 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND="
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
media-libs/libsdl2[opengl]
|
||||
media-libs/sdl2-image[jpeg,png]
|
||||
x11-libs/libX11
|
||||
|
||||
@@ -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
|
||||
@@ -24,7 +24,7 @@ DEPEND="
|
||||
media-libs/sdl2-net
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
png? ( media-libs/libpng:= )
|
||||
zlib? ( sys-libs/zlib )"
|
||||
zlib? ( virtual/zlib )"
|
||||
RDEPEND="${DEPEND}"
|
||||
# ${PYTHON_DEPS} for bash-completion
|
||||
BDEPEND="
|
||||
|
||||
@@ -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
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
media-libs/sdl2-net
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
png? ( media-libs/libpng:= )
|
||||
zlib? ( sys-libs/zlib )"
|
||||
zlib? ( virtual/zlib )"
|
||||
RDEPEND="${DEPEND}"
|
||||
# ${PYTHON_DEPS} for bash-completion
|
||||
BDEPEND="
|
||||
|
||||
@@ -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
|
||||
@@ -44,7 +44,7 @@ UIDEPEND="
|
||||
media-libs/libogg
|
||||
media-libs/libjpeg-turbo:0
|
||||
virtual/opengl
|
||||
sys-libs/zlib:=[minizip]
|
||||
virtual/zlib:=[minizip]
|
||||
curl? ( net-misc/curl )
|
||||
freetype? ( media-libs/freetype )
|
||||
gettext? ( sys-devel/gettext )
|
||||
|
||||
@@ -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
|
||||
@@ -44,7 +44,7 @@ UIDEPEND="
|
||||
media-libs/libogg
|
||||
media-libs/libjpeg-turbo:0
|
||||
virtual/opengl
|
||||
sys-libs/zlib:=[minizip]
|
||||
virtual/zlib:=[minizip]
|
||||
curl? ( net-misc/curl )
|
||||
freetype? ( media-libs/freetype )
|
||||
gettext? ( sys-devel/gettext )
|
||||
|
||||
Reference in New Issue
Block a user