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 BD461158020 for ; Mon, 31 Oct 2022 17:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7E8BE0F59; Mon, 31 Oct 2022 17:39:15 +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 6D9F8E0F59 for ; Mon, 31 Oct 2022 17:39:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85D84340EC7 for ; Mon, 31 Oct 2022 17:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17236644 for ; Mon, 31 Oct 2022 17:39:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1667237947.0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/systemd-utils-251.7.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0f3f8cf80d2c47ff650e0ed6456b66815ecc439a X-VCS-Branch: master Date: Mon, 31 Oct 2022 17:39:13 +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: 7d24cd2e-5523-49ce-8848-eb595693f2a1 X-Archives-Hash: 548592d99461208223117cb28a372c08 commit: 0f3f8cf80d2c47ff650e0ed6456b66815ecc439a Author: Matt Turner gentoo org> AuthorDate: Mon Oct 31 16:59:41 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 31 17:39:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3f8cf8 sys-apps/systemd-utils: Explicitly disable bpf-framework BPF is not used by systemd-utils, only by components that are part of the full systemd installation. In Gentoo this change is a no-op. It only serves to skip some configure tests, which happen to use unprefixed 'clang', which is not allowed in ChromeOS. Closes: https://github.com/gentoo/gentoo/pull/28053 Signed-off-by: Matt Turner gentoo.org> sys-apps/systemd-utils/systemd-utils-251.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild index a59e868762b9..46a55e226ca4 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild @@ -175,6 +175,7 @@ multilib_src_configure() { -Daudit=false -Dbacklight=false -Dbinfmt=false + -Dbpf-framework=false -Dbzip2=false -Dcoredump=false -Ddbus=false