From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD6EF13835A for ; Sat, 26 Dec 2020 20:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15548E0AD9; Sat, 26 Dec 2020 20:42:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3E39E0AD9 for ; Sat, 26 Dec 2020 20:42:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 150DF341139 for ; Sat, 26 Dec 2020 20:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A71902A9 for ; Sat, 26 Dec 2020 20:42:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609015364.a9146dc201655b9f31a606bc78673e42e4fab42f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/zlib/zlib-1.2.11-r3.ebuild X-VCS-Directories: sys-libs/zlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9146dc201655b9f31a606bc78673e42e4fab42f X-VCS-Branch: master Date: Sat, 26 Dec 2020 20:42:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 088dcbd2-a9e0-4fbf-9515-0eb0d8f4ef31 X-Archives-Hash: 210139a9cee15f7c4895258d9f0a9090 commit: a9146dc201655b9f31a606bc78673e42e4fab42f Author: Sam James gentoo org> AuthorDate: Sat Dec 26 20:41:46 2020 +0000 Commit: Sam James gentoo 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 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#*> }"