From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A8E1F1584AD for ; Fri, 25 Apr 2025 15:53:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6A0B4342FAD for ; Fri, 25 Apr 2025 15:53:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 662711104B7; Fri, 25 Apr 2025 15:52:59 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5A2C31104B7 for ; Fri, 25 Apr 2025 15:52:59 +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 00CE9342FA4 for ; Fri, 25 Apr 2025 15:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C988133B for ; Fri, 25 Apr 2025 15:52:57 +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: <1745596352.ed04b7834d76977f8dcd7ace42ad8ede4a2a5f45.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/dovecot/dovecot-2.3.21.1-r1.ebuild X-VCS-Directories: net-mail/dovecot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed04b7834d76977f8dcd7ace42ad8ede4a2a5f45 X-VCS-Branch: master Date: Fri, 25 Apr 2025 15:52:57 +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: 8979864b-6e65-4ff6-81ef-e74e2ab594c9 X-Archives-Hash: fe05122647c2900a87b1ea717d737a6e commit: ed04b7834d76977f8dcd7ace42ad8ede4a2a5f45 Author: Sam James gentoo org> AuthorDate: Fri Apr 25 15:52:32 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 25 15:52:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed04b783 net-mail/dovecot: build w/ -std=gnu17 ... but 2.4.x will work. Closes: https://bugs.gentoo.org/947906 Signed-off-by: Sam James gentoo.org> net-mail/dovecot/dovecot-2.3.21.1-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-mail/dovecot/dovecot-2.3.21.1-r1.ebuild b/net-mail/dovecot/dovecot-2.3.21.1-r1.ebuild index 7c7b37808ee9..e61e16869c16 100644 --- a/net-mail/dovecot/dovecot-2.3.21.1-r1.ebuild +++ b/net-mail/dovecot/dovecot-2.3.21.1-r1.ebuild @@ -108,6 +108,9 @@ src_prepare() { # Bug #727244 append-cflags -fasynchronous-unwind-tables + + # Can be dropped with 2.4.x (bug #947906) + append-cflags -std=gnu17 } src_configure() {