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 6F8E51581EC for ; Fri, 22 Nov 2024 14:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B74D1E085B; Fri, 22 Nov 2024 14:04:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2B4DE085B for ; Fri, 22 Nov 2024 14:04:28 +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 E2FD7341C4B for ; Fri, 22 Nov 2024 14:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00A1AAE7 for ; Fri, 22 Nov 2024 14:04:25 +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: <1732284087.0cc24169b9ded53a4552542036291f7df5a2571c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/enchant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/enchant/enchant-1.6.1-r2.ebuild X-VCS-Directories: app-text/enchant/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0cc24169b9ded53a4552542036291f7df5a2571c X-VCS-Branch: master Date: Fri, 22 Nov 2024 14:04:25 +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: 6f304606-f67f-4213-8c5a-6edc77a8c8a4 X-Archives-Hash: 79d4f0e9b8edce3c5f16f5ce4d8e9cf1 commit: 0cc24169b9ded53a4552542036291f7df5a2571c Author: Sam James gentoo org> AuthorDate: Fri Nov 22 14:01:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 22 14:01:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc24169 app-text/enchant: build with -std=gnu89 for :0 Done with regret but :0 is absolutely ancient and I don't think it's worth spending time on this given only pidgin->gtkspell-2 is left depending on this. Do the same as Fedora and built w/ -std=gnu89. Closes: https://bugs.gentoo.org/932436 Signed-off-by: Sam James gentoo.org> app-text/enchant/enchant-1.6.1-r2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild b/app-text/enchant/enchant-1.6.1-r2.ebuild index c011eda172ef..c9eace21f777 100644 --- a/app-text/enchant/enchant-1.6.1-r2.ebuild +++ b/app-text/enchant/enchant-1.6.1-r2.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit flag-o-matic + MY_PV="${PV//./-}" DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="https://github.com/rrthomas/enchant" @@ -39,6 +41,9 @@ src_prepare() { } src_configure() { + # bug #932436 + append-cflags -std=gnu89 + local myconf=( --datadir="${EPREFIX}"/usr/share/enchant-1 --disable-static