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 3B5531581FB for ; Tue, 26 Nov 2024 06:49:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE039E07FA; Tue, 26 Nov 2024 06:49:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 661E6E07FA for ; Tue, 26 Nov 2024 06:49:44 +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 7ECAE343065 for ; Tue, 26 Nov 2024 06:49:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EBF71EC5 for ; Tue, 26 Nov 2024 06:49:42 +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: <1732603695.de829b7a5819e93bb69eb0894e519b3bfebfd676.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de829b7a5819e93bb69eb0894e519b3bfebfd676 X-VCS-Branch: master Date: Tue, 26 Nov 2024 06:49:42 +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: 376dcd10-0691-4adc-a564-4a5114375b16 X-Archives-Hash: 63d63bcbd9f5563b35aecefe0089c963 commit: de829b7a5819e93bb69eb0894e519b3bfebfd676 Author: Sam James gentoo org> AuthorDate: Tue Nov 26 06:48:15 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 26 06:48:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de829b7a app-text/ghostscript-gpl: build w/ -std=gnu17 Indeed, this and a few others really do need to be reported upstream, but I'd like to unblock tinderbox testing given these and the other packages I've touched today or so have so many reverse dependencies and it blocks further builds. Closes: https://bugs.gentoo.org/943857 Signed-off-by: Sam James gentoo.org> app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild index cc4358ac91f3..054a3505cd91 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.04.0.ebuild @@ -126,6 +126,9 @@ src_configure() { # Unsupported upstream, bug #884841 filter-lto + # bug #943857 + append-cflags -std=gnu17 + # bug #899952 append-lfs-flags