repo/gentoo:master commit in: sci-ml/hf_xet/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786206482.e154b365aa6eaa6bda9f98feb832a9b8a4089e13.tupone@gentoo> |
commit: e154b365aa6eaa6bda9f98feb832a9b8a4089e13
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 16:27:37 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 16:28:02 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e154b365
sci-ml/hf_xet: compile with dev-lang/python-exec[-native-symlinks]
Closes: https://bugs.gentoo.org/980476
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/hf_xet/hf_xet-1.5.2.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-ml/hf_xet/hf_xet-1.5.2.ebuild b/sci-ml/hf_xet/hf_xet-1.5.2.ebuild
index cc8d8c5492cb..89577ba23c54 100644
--- a/sci-ml/hf_xet/hf_xet-1.5.2.ebuild
+++ b/sci-ml/hf_xet/hf_xet-1.5.2.ebuild
@@ -38,8 +38,12 @@ src_configure() {
distutils-r1_src_configure
}
-src_compile() {
+python_compile() {
cargo_src_compile
+ distutils-r1_python_compile
+}
+
+src_compile() {
distutils-r1_src_compile
}