commit: a9146dc201655b9f31a606bc78673e42e4fab42f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 20:41:46 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 20:42:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9146dc2
sys-libs/zlib: move var decl
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/zlib/zlib-1.2.11-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/zlib/zlib-1.2.11-r3.ebuild
b/sys-libs/zlib/zlib-1.2.11-r3.ebuild
index ef5a1d5a37d..72cb84f2ce2 100644
--- a/sys-libs/zlib/zlib-1.2.11-r3.ebuild
+++ b/sys-libs/zlib/zlib-1.2.11-r3.ebuild
@@ -35,8 +35,8 @@ PATCHES=(
src_prepare() {
default
- local p
if use elibc_Cygwin ; then
+ local p
for p in "${CYGWINPATCHES[@]}" ; do
# Strip out the "... -> " from the array
eapply -p2 "${DISTDIR}/${p#*> }"