From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1663322-garchives=archives.gentoo.org@lists.gentoo.org> 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D31FC15852A for <garchives@archives.gentoo.org>; Thu, 22 Aug 2024 06:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BFCE2A27; Thu, 22 Aug 2024 06:30:27 +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 BB14AE2A27 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 06:30:27 +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 D190F33C84E for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 06:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5551EF0 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 06:30:25 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1724307860.ca05fdbb68cf9bbd1876d57cb3c60e857f8467ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-2.24.33-r3.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca05fdbb68cf9bbd1876d57cb3c60e857f8467ab X-VCS-Branch: master Date: Thu, 22 Aug 2024 06:30:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ccb6c39-890e-4af5-9364-b7ec445a4f40 X-Archives-Hash: 8269af79636fe5e71559404a9143f38e commit: ca05fdbb68cf9bbd1876d57cb3c60e857f8467ab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 06:23:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 06:24:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca05fdbb x11-libs/gtk+: use -std=gnu17 for 2 Incompatible w/ C23 decls. Newer autoconf will default to -std=gnu23. Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/gtk+/gtk+-2.24.33-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild b/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild index d6e8c26b77a2..a2a634581869 100644 --- a/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.33-r3.ebuild @@ -134,6 +134,8 @@ src_prepare() { # -O3 and company cause random crashes in applications, bug #133469 replace-flags -O3 -O2 strip-flags + # Not compatible with C23 decls + append-flags -std=gnu17 if ! use test ; then # don't waste time building tests