commit:     ccc55b66395c3b31040275ccd5d2846cc01a1e0d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 14:35:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 14:36:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc55b66

sys-cluster/ucx: disable Java

It's not wired up and it's causing build failures. No automagic, please.

Closes: https://bugs.gentoo.org/868225
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/ucx/ucx-1.13.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-cluster/ucx/ucx-1.13.1.ebuild 
b/sys-cluster/ucx/ucx-1.13.1.ebuild
index e3b3021121c9..7aed5e90b662 100644
--- a/sys-cluster/ucx/ucx-1.13.1.ebuild
+++ b/sys-cluster/ucx/ucx-1.13.1.ebuild
@@ -49,6 +49,7 @@ src_configure() {
                --disable-compiler-opt \
                --without-fuse3 \
                --without-go \
+               --without-java \
                $(use_enable numa) \
                $(use_enable openmp)
 }

Reply via email to