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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 506F615808B for ; Mon, 28 Mar 2022 07:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C37E0982; Mon, 28 Mar 2022 07:29:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C002E0982 for ; Mon, 28 Mar 2022 07:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CA9D341348 for ; Mon, 28 Mar 2022 07:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6D07177 for ; Mon, 28 Mar 2022 07:29:56 +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: <1648452570.5e2bd29b39d577e88ecf6bc0752cd50c56ea6411.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.12-r1.ebuild sys-libs/zlib/zlib-1.2.12.ebuild X-VCS-Directories: sys-libs/zlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e2bd29b39d577e88ecf6bc0752cd50c56ea6411 X-VCS-Branch: master Date: Mon, 28 Mar 2022 07:29:56 +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: ac6c93f5-81b2-4ca3-8116-71e3b660f236 X-Archives-Hash: 66464159fec8243e19f1c808704b7509 commit: 5e2bd29b39d577e88ecf6bc0752cd50c56ea6411 Author: Sam James gentoo org> AuthorDate: Mon Mar 28 07:28:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 28 07:29:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2bd29b sys-libs/zlib: revbump 1.2.12 for configure fix For me, it silently installed no 32-bit lib (or tried to build it statically, which then didn't get installed), so let's be cautious. Still unkeyworded until later though. Bug: https://bugs.gentoo.org/835958 Bug: https://bugs.gentoo.org/836308 Fixes: 0a91cef90a3879f5fe3763a01c0f37c336bd1a6c Signed-off-by: Sam James gentoo.org> sys-libs/zlib/{zlib-1.2.12.ebuild => zlib-1.2.12-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sys-libs/zlib/zlib-1.2.12.ebuild b/sys-libs/zlib/zlib-1.2.12-r1.ebuild similarity index 100% rename from sys-libs/zlib/zlib-1.2.12.ebuild rename to sys-libs/zlib/zlib-1.2.12-r1.ebuild