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 8485315800F for ; Sun, 15 Jan 2023 12:51:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F0DE07E0; Sun, 15 Jan 2023 12:51:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A1C61E07E0 for ; Sun, 15 Jan 2023 12:51:18 +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 A1DEF33BEBB for ; Sun, 15 Jan 2023 12:51:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCD51828 for ; Sun, 15 Jan 2023 12:51:15 +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: <1673787049.e9fdffcef805793ff04d141f1b2f83dfc067af88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/binutils-libs/binutils-libs-2.40-r1.ebuild X-VCS-Directories: sys-libs/binutils-libs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9fdffcef805793ff04d141f1b2f83dfc067af88 X-VCS-Branch: master Date: Sun, 15 Jan 2023 12:51:15 +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: 18d41202-0c38-46bf-bd3b-99bf7c7b00cd X-Archives-Hash: d7c314a8ebe8aada84f2538cf0d547bb commit: e9fdffcef805793ff04d141f1b2f83dfc067af88 Author: Sam James gentoo org> AuthorDate: Sun Jan 15 12:50:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 15 12:50:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fdffce sys-libs/binutils-libs: disable zstd Avoid automagic dep. Not sure if it's useful for binutils-libs given pretty limited consumers anyway. Signed-off-by: Sam James gentoo.org> sys-libs/binutils-libs/binutils-libs-2.40-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/binutils-libs/binutils-libs-2.40-r1.ebuild b/sys-libs/binutils-libs/binutils-libs-2.40-r1.ebuild index c7d49ac8f0cf..09aff2130408 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.40-r1.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.40-r1.ebuild @@ -105,6 +105,9 @@ multilib_src_configure() { # systems with debuginfod library, bug #754753 --without-debuginfod + # Revisit if it's useful, we do have binutils[zstd] though + --without-zstd + # Allow user to opt into CET for host libraries. # Ideally we would like automagic-or-disabled here. # But the check does not quite work on i686: bug #760926.