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 C0A0D158042 for ; Sun, 17 Nov 2024 05:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D55E0A91; Sun, 17 Nov 2024 05:47:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9A60BE0A8B for ; Sun, 17 Nov 2024 05:47:54 +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 D5A4034133B for ; Sun, 17 Nov 2024 05:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B03DD81 for ; Sun, 17 Nov 2024 05:47:52 +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: <1731822206.c583943b4179145234819bca8fc083d049a2bb91.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: c583943b4179145234819bca8fc083d049a2bb91 X-VCS-Branch: master Date: Sun, 17 Nov 2024 05:47:52 +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: 446b5a58-af20-43ff-b28c-7c12e52da669 X-Archives-Hash: 7e941ea4b3b252dbd1b11f19acd13d16 commit: c583943b4179145234819bca8fc083d049a2bb91 Author: Sam James gentoo org> AuthorDate: Sun Nov 17 05:43:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 17 05:43:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c583943b sys-libs/ncurses: add link to upstream bug for C23 issue It hadn't yet shown up in the archive when I committed 6.5_p20241109. 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 2be6b903589e..df1dda200557 100644 --- a/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild +++ b/sys-libs/ncurses/ncurses-6.5_p20241109.ebuild @@ -168,7 +168,7 @@ src_configure() { # bug #214642 BUILD_CPPFLAGS+=" -D_GNU_SOURCE" - # NCURSES_BOOL confusion, see + # NCURSES_BOOL confusion, see https://lists.gnu.org/archive/html/bug-ncurses/2024-11/msg00010.html append-cflags -std=gnu17 # Build the various variants of ncurses -- narrow, wide, and threaded. #510440