commit: bc9170be7b130ea8068b18238975fa42fe18d665 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 4 15:00:46 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 17:00:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9170be
virtual/zlib: Remove minizip flag, in favor of virtual/minizip Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44464 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> virtual/zlib/zlib-1.3.1-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/virtual/zlib/zlib-1.3.1-r1.ebuild b/virtual/zlib/zlib-1.3.1-r1.ebuild new file mode 100644 index 000000000000..1ca59a8c388c --- /dev/null +++ b/virtual/zlib/zlib-1.3.1-r1.ebuild @@ -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(-)?] + ) +"
