virtual/zlib: Remove minizip flag, in favor of virtual/minizip

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44464
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-11-04 16:00:46 +01:00
parent 073db269d3
commit bc9170be7b

View File

@@ -0,0 +1,18 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multilib-build
DESCRIPTION="Virtual for libz.so providers"
SLOT="0/1"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="static-libs"
RDEPEND="
|| (
>=sys-libs/zlib-1.3.1[${MULTILIB_USEDEP},static-libs?]
sys-libs/zlib-ng[${MULTILIB_USEDEP},compat,static-libs(-)?]
)
"