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 8E62F15813A for ; Thu, 16 Jan 2025 11:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA185E07E2; Thu, 16 Jan 2025 11:05:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C1DFE07E2 for ; Thu, 16 Jan 2025 11:05:28 +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 7D7B934309E for ; Thu, 16 Jan 2025 11:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2EEB1FBE for ; Thu, 16 Jan 2025 11:05:25 +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: <1737025504.54fd3650e550eee4bcdbb6b3683c1e2fa326b859.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: 54fd3650e550eee4bcdbb6b3683c1e2fa326b859 X-VCS-Branch: master Date: Thu, 16 Jan 2025 11:05:25 +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: c8342dab-64bd-410f-b977-c73af0a0aeb6 X-Archives-Hash: 38388ec8080ab04a095f603c8a83ef87 commit: 54fd3650e550eee4bcdbb6b3683c1e2fa326b859 Author: Sam James gentoo org> AuthorDate: Thu Jan 16 11:04:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 16 11:05:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fd3650 app-text/texlive-core: append-flags -> append-cflags Apparently there's some C++ in TL. Bug: https://bugs.gentoo.org/946142 Signed-off-by: Sam James gentoo.org> app-text/texlive-core/texlive-core-2024-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2024-r1.ebuild b/app-text/texlive-core/texlive-core-2024-r1.ebuild index 46bde9a2b4d3..1f5461b8df3b 100644 --- a/app-text/texlive-core/texlive-core-2024-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2024-r1.ebuild @@ -246,7 +246,7 @@ src_configure() { filter-lto # bug #946142 - append-flags -std=gnu17 + append-cflags -std=gnu17 # Needed for 32bit architectures, bug 928096 # This is upstream recommendation for the moment, see also