dev-python/ahocorasick: fix compatibility with gcc-15

Closes: https://bugs.gentoo.org/945002
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-11-26 14:13:08 +01:00
parent d4aa236eea
commit 601b61f6de
2 changed files with 7 additions and 0 deletions

View File

@@ -19,3 +19,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests pytest
src_prepare() {
default
sed -i '/typedef char bool/d' src/common.h || die
}