From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1690631-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB13A158042 for <garchives@archives.gentoo.org>; Sat, 16 Nov 2024 21:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45771E095F; Sat, 16 Nov 2024 21:48:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CDAAE095F for <gentoo-commits@lists.gentoo.org>; Sat, 16 Nov 2024 21:48:09 +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 2FD6D335CAF for <gentoo-commits@lists.gentoo.org>; Sat, 16 Nov 2024 21:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C917D81 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Nov 2024 21:48:06 +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: <1731793670.04863e6013b3f86a8398f791d3e10ddf7df04d6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/m4/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/m4/m4-1.4.19-r2.ebuild X-VCS-Directories: sys-devel/m4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 04863e6013b3f86a8398f791d3e10ddf7df04d6a X-VCS-Branch: master Date: Sat, 16 Nov 2024 21:48:06 +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: e9826585-e096-4a6c-bb5a-b04b1a0bf806 X-Archives-Hash: 10d6d0e33ef7d56967c7e0fed86614e0 commit: 04863e6013b3f86a8398f791d3e10ddf7df04d6a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 21:47:25 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 21:47:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04863e60 sys-devel/m4: build with -std=gnu17 Bug: https://savannah.gnu.org/support/index.php?111150 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/m4/m4-1.4.19-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/m4/m4-1.4.19-r2.ebuild b/sys-devel/m4/m4-1.4.19-r2.ebuild index c0967e47f749..93f8c13a49f8 100644 --- a/sys-devel/m4/m4-1.4.19-r2.ebuild +++ b/sys-devel/m4/m4-1.4.19-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/m4.asc -inherit verify-sig +inherit flag-o-matic verify-sig DESCRIPTION="GNU macro processor" HOMEPAGE="https://www.gnu.org/software/m4/m4.html" @@ -65,6 +65,9 @@ src_prepare() { } src_configure() { + # https://savannah.gnu.org/support/index.php?111150 + append-cflags -std=gnu17 + local -a myeconfargs=( --enable-changeword