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 BAD9815801B for ; Sun, 20 Aug 2023 03:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DABDE2BC015; Sun, 20 Aug 2023 03:07:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1E072BC015 for ; Sun, 20 Aug 2023 03:07:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9AA013411B6 for ; Sun, 20 Aug 2023 03:07:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F4104FD0 for ; Sun, 20 Aug 2023 03:07:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1692499892.04813d4e55b3a6022dc9774857fc906dfa435a19.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/c-blosc2/c-blosc2-2.10.2.ebuild X-VCS-Directories: dev-libs/c-blosc2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 04813d4e55b3a6022dc9774857fc906dfa435a19 X-VCS-Branch: master Date: Sun, 20 Aug 2023 03:07:01 +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: 7323b600-0229-48fc-b76c-6d6b6cac4467 X-Archives-Hash: 2cbf450126823937528ff37685e16e3a commit: 04813d4e55b3a6022dc9774857fc906dfa435a19 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 20 02:51:32 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 20 02:51:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04813d4e dev-libs/c-blosc2: Update the zlib-ng comment Signed-off-by: Michał Górny gentoo.org> dev-libs/c-blosc2/c-blosc2-2.10.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/c-blosc2/c-blosc2-2.10.2.ebuild b/dev-libs/c-blosc2/c-blosc2-2.10.2.ebuild index cf19b9c403dd..88d0b21a8768 100644 --- a/dev-libs/c-blosc2/c-blosc2-2.10.2.ebuild +++ b/dev-libs/c-blosc2/c-blosc2-2.10.2.ebuild @@ -47,8 +47,7 @@ src_configure() { -DPREFER_EXTERNAL_ZLIB=ON -DPREFER_EXTERNAL_ZSTD=ON - # force regular zlib, zlib-ng support is broken anyway - # https://bugs.gentoo.org/911566 + # force regular zlib, at least for the time being -DCMAKE_DISABLE_FIND_PACKAGE_ZLIB_NG=ON # upstream overrides CMAKE_C_FLAGS, preventing ${CFLAGS} defaults