commit:     8a93b6d1f8eef4ab989225a6c02aa9419ece1044
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Mar  5 10:09:35 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 01:24:57 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a93b6d1

dev-libs/snowball-stemmer: fix cross-compile

... by building native snowball

Closes: https://bugs.gentoo.org/947412
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/229
Merges: https://codeberg.org/gentoo/gentoo/pulls/229
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/snowball-stemmer/snowball-stemmer-3.0.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/snowball-stemmer/snowball-stemmer-3.0.1.ebuild 
b/dev-libs/snowball-stemmer/snowball-stemmer-3.0.1.ebuild
index ce53afb68687..380b2bee61fc 100644
--- a/dev-libs/snowball-stemmer/snowball-stemmer-3.0.1.ebuild
+++ b/dev-libs/snowball-stemmer/snowball-stemmer-3.0.1.ebuild
@@ -33,6 +33,9 @@ src_configure() {
 }
 
 src_compile() {
+       # 947412
+       tc-is-cross-compiler && tc-env_build emake snowball
+
        tc-export CC AR
        default
 }

Reply via email to