commit: 2214eefa0b88991710d3e6652697de0e53e561da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 07:35:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 1 07:35:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2214eefa
app-text/enchant: don't build with -fanalyzer
We don't want to run static analysis on package builds unconditionally.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/enchant/enchant-2.6.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/enchant/enchant-2.6.1.ebuild
b/app-text/enchant/enchant-2.6.1.ebuild
index 74eb9c8b1868..45d39a1db6ad 100644
--- a/app-text/enchant/enchant-2.6.1.ebuild
+++ b/app-text/enchant/enchant-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -49,6 +49,7 @@ src_prepare() {
src_configure() {
local myconf=(
--disable-static
+ --disable-gcc-warnings
$(use_enable test relocatable)
$(use_with aspell)
$(use_with hunspell)