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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EDDA158232 for ; 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 6725BE0B35; Fri, 6 Dec 2024 13:04:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 789BFE0B4C for ; 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 5EA33341DD0 for ; Fri, 6 Dec 2024 13:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA7281F28 for ; Fri, 6 Dec 2024 13:04:14 +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: <1733490207.0f6feebad9dc1fe5aa74a8def3793b1d3cd6ff9a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/texinfo/texinfo-7.1.1.ebuild X-VCS-Directories: sys-apps/texinfo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f6feebad9dc1fe5aa74a8def3793b1d3cd6ff9a X-VCS-Branch: master Date: Fri, 6 Dec 2024 13:04:14 +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: 22692b49-f512-4a72-b1c5-e778f39d08bd X-Archives-Hash: 04a86960a43dbdedb3d286928ed5d530 commit: 0f6feebad9dc1fe5aa74a8def3793b1d3cd6ff9a Author: Sam James gentoo org> AuthorDate: Fri Dec 6 12:59:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 6 13:03:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6feeba sys-apps/texinfo: 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 gentoo.org> sys-apps/texinfo/texinfo-7.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/texinfo/texinfo-7.1.1.ebuild b/sys-apps/texinfo/texinfo-7.1.1.ebuild index 78b068309ada..82f654f95b81 100644 --- a/sys-apps/texinfo/texinfo-7.1.1.ebuild +++ b/sys-apps/texinfo/texinfo-7.1.1.ebuild @@ -72,7 +72,7 @@ src_prepare() { src_configure() { # https://lists.gnu.org/archive/html/bug-texinfo/2024-08/msg00020.html # https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=7e8d0093b411729c8c570b25280bef6b55415594 - append-cflags -std=gnu17 + append-cflags $(test-flags-CC -std=gnu17) # Respect compiler and CPPFLAGS/CFLAGS/LDFLAGS for Perl extensions # bug #622576