Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/
Date: Sat, 26 Dec 2020 20:42:55
Message-Id: 1609015364.a9146dc201655b9f31a606bc78673e42e4fab42f.sam@gentoo
1 commit: a9146dc201655b9f31a606bc78673e42e4fab42f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 20:41:46 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 20:42:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9146dc2
7
8 sys-libs/zlib: move var decl
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/zlib/zlib-1.2.11-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/zlib/zlib-1.2.11-r3.ebuild b/sys-libs/zlib/zlib-1.2.11-r3.ebuild
17 index ef5a1d5a37d..72cb84f2ce2 100644
18 --- a/sys-libs/zlib/zlib-1.2.11-r3.ebuild
19 +++ b/sys-libs/zlib/zlib-1.2.11-r3.ebuild
20 @@ -35,8 +35,8 @@ PATCHES=(
21 src_prepare() {
22 default
23
24 - local p
25 if use elibc_Cygwin ; then
26 + local p
27 for p in "${CYGWINPATCHES[@]}" ; do
28 # Strip out the "... -> " from the array
29 eapply -p2 "${DISTDIR}/${p#*> }"