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 7E772158232 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 6BB65E0B4E; 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19D39E0B35 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 50349341C25 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 80FAB1898 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: <1733490205.622b5a7261296f85a0894ade92a645dd07da0f08.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/ncurses/ncurses-6.5_p20241109.ebuild X-VCS-Directories: sys-libs/ncurses/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 622b5a7261296f85a0894ade92a645dd07da0f08 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: 58f936d2-e0fa-4a4f-9fec-8077a0c45f5f X-Archives-Hash: ed7197b48e85fd95b619b1257e210d75 commit: 622b5a7261296f85a0894ade92a645dd07da0f08 Author: Sam James gentoo org> AuthorDate: Fri Dec 6 12:57:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 6 13:03:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622b5a72 sys-libs/ncurses: 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-libs/ncurses/ncurses-6.5_p20241109.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild b/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild index df1dda200557..c95699da9f73 100644 --- a/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild +++ b/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild @@ -169,7 +169,7 @@ src_configure() { BUILD_CPPFLAGS+=" -D_GNU_SOURCE" # NCURSES_BOOL confusion, see https://lists.gnu.org/archive/html/bug-ncurses/2024-11/msg00010.html - append-cflags -std=gnu17 + append-cflags $(test-flags-CC -std=gnu17) # Build the various variants of ncurses -- narrow, wide, and threaded. #510440 # Order matters here -- we want unicode/thread versions to come last so that the