summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-09 15:35:10 +0100
committerSam James <sam@gentoo.org>2022-09-09 15:36:41 +0100
commitccc55b66395c3b31040275ccd5d2846cc01a1e0d (patch)
treec835e72c056010cdbd1a9318afe0b636fc0f33a6
parentapp-i18n/ibus-m17n: new upstream release (diff)
downloadgentoo-ccc55b66.tar.gz
gentoo-ccc55b66.tar.bz2
gentoo-ccc55b66.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>
-rw-r--r--sys-cluster/ucx/ucx-1.13.1.ebuild1
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)
}