mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user