diff options
author | Sam James <sam@gentoo.org> | 2022-09-09 15:35:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-09 15:36:41 +0100 |
commit | ccc55b66395c3b31040275ccd5d2846cc01a1e0d (patch) | |
tree | c835e72c056010cdbd1a9318afe0b636fc0f33a6 /sys-cluster/ucx | |
parent | app-i18n/ibus-m17n: new upstream release (diff) | |
download | gentoo-ccc55b66395c3b31040275ccd5d2846cc01a1e0d.tar.gz gentoo-ccc55b66395c3b31040275ccd5d2846cc01a1e0d.tar.bz2 gentoo-ccc55b66395c3b31040275ccd5d2846cc01a1e0d.zip |
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@gentoo.org>
Diffstat (limited to 'sys-cluster/ucx')
-rw-r--r-- | sys-cluster/ucx/ucx-1.13.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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) } |