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 45E641581FB for ; Sun, 24 Nov 2024 22:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99557E07EA; Sun, 24 Nov 2024 22:24:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7EF2CE07EA for ; Sun, 24 Nov 2024 22:24:29 +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 A6328343023 for ; Sun, 24 Nov 2024 22:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18F84D81 for ; Sun, 24 Nov 2024 22:24:27 +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: <1732486760.c23881a956db64fc2a65108dd907b334d8d06b20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.14.13.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c23881a956db64fc2a65108dd907b334d8d06b20 X-VCS-Branch: master Date: Sun, 24 Nov 2024 22:24:27 +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: de98a84e-8ff1-463a-8267-acce07748563 X-Archives-Hash: 61bbb882e6b64a26493c1bbc8d9eeb9c commit: c23881a956db64fc2a65108dd907b334d8d06b20 Author: Sam James gentoo org> AuthorDate: Sun Nov 24 22:19:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 24 22:19:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23881a9 net-im/pidgin: build w/ -std=gnu17 No point in worrying about 2.x. We can see about C23 with 3.x. Closes: https://bugs.gentoo.org/944076 Signed-off-by: Sam James gentoo.org> net-im/pidgin/pidgin-2.14.13.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-im/pidgin/pidgin-2.14.13.ebuild b/net-im/pidgin/pidgin-2.14.13.ebuild index 7ef4273f9243..971afeb79ffb 100644 --- a/net-im/pidgin/pidgin-2.14.13.ebuild +++ b/net-im/pidgin/pidgin-2.14.13.ebuild @@ -170,6 +170,9 @@ src_prepare() { } src_configure() { + # bug #944076 (check if we can remove it w/ 3.x) + append-cflags -std=gnu17 + # Stabilize things, for your own good strip-flags replace-flags -O? -O2