From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1697569-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BC03158232 for <garchives@archives.gentoo.org>; Fri, 6 Dec 2024 13:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B5CBE0B4C; Fri, 6 Dec 2024 13:04:18 +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 75238E0B35 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2024 13:04:17 +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 3D31B340C3C for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2024 13:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961841F0B for <gentoo-commits@lists.gentoo.org>; Fri, 6 Dec 2024 13:04:14 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1733490206.885bf9b8448d890b76900ed63fc1401b14d6b1cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/m4-1.4.19-r2.ebuild X-VCS-Directories: sys-devel/m4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 885bf9b8448d890b76900ed63fc1401b14d6b1cb X-VCS-Branch: master Date: Fri, 6 Dec 2024 13:04:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57629858-071c-4e14-aff3-1f9f9ac40015 X-Archives-Hash: a9e005ff1f65ad48b56edb2407a1eb2f commit: 885bf9b8448d890b76900ed63fc1401b14d6b1cb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 6 12:58:23 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 6 13:03:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885bf9b8 sys-devel/m4: pass -std=gnu17 conditionally Old compilers during Prefix bootstrap may not support it but they also won't be defaulting to C23 so that's fine. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/m4/m4-1.4.19-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/m4/m4-1.4.19-r2.ebuild b/sys-devel/m4/m4-1.4.19-r2.ebuild index 93f8c13a49f8..3e423cc6c33b 100644 --- a/sys-devel/m4/m4-1.4.19-r2.ebuild +++ b/sys-devel/m4/m4-1.4.19-r2.ebuild @@ -66,7 +66,7 @@ src_prepare() { src_configure() { # https://savannah.gnu.org/support/index.php?111150 - append-cflags -std=gnu17 + append-cflags $(test-flags-CC -std=gnu17) local -a myeconfargs=( --enable-changeword