From ccc55b66395c3b31040275ccd5d2846cc01a1e0d Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 9 Sep 2022 15:35:10 +0100 Subject: 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 --- 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) } -- cgit v1.2.3-65-gdbad