mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
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:
18
virtual/zlib/zlib-1.3.1-r1.ebuild
Normal file
18
virtual/zlib/zlib-1.3.1-r1.ebuild
Normal 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(-)?]
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user