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 6EB281580FD for ; Tue, 24 Dec 2024 05:06:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A26C5E077D; Tue, 24 Dec 2024 05:06:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E6CEE077D for ; Tue, 24 Dec 2024 05:06:07 +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 C218933C4EE for ; Tue, 24 Dec 2024 05:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BAC618E8 for ; Tue, 24 Dec 2024 05:06:05 +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: <1735016604.c6c81669c9bc90c22b1ca7d842eed1f299efd99b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2024-r1.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6c81669c9bc90c22b1ca7d842eed1f299efd99b X-VCS-Branch: master Date: Tue, 24 Dec 2024 05:06:05 +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: c687a5a0-764b-47f2-8a4e-7f8e973fa38b X-Archives-Hash: 8ced5c4d03e9bd7042e3e3cd63739d06 commit: c6c81669c9bc90c22b1ca7d842eed1f299efd99b Author: Sam James gentoo org> AuthorDate: Tue Dec 24 05:03:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 05:03:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c81669 app-text/texlive-core: build w/ -std=gnu17 I have drafts for some (not all yet) for TL for C23 porting. I need to report this upstream still but ideally with a patch. Bug: https://bugs.gentoo.org/946142 Signed-off-by: Sam James gentoo.org> app-text/texlive-core/texlive-core-2024-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-text/texlive-core/texlive-core-2024-r1.ebuild b/app-text/texlive-core/texlive-core-2024-r1.ebuild index 53c5981cf91e..c8152c2d8d28 100644 --- a/app-text/texlive-core/texlive-core-2024-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2024-r1.ebuild @@ -245,6 +245,9 @@ src_configure() { append-flags -fno-strict-aliasing filter-lto + # bug #946142 + append-flags -std=gnu17 + # Needed for 32bit architectures, bug 928096 # This is upstream recommendation for the moment, see also # https://www.tug.org/texlive/build.html