From 859be4e7c05ac944a6434c9bbe4e7fe18f29cb8a Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Thu, 23 Apr 2026 19:16:20 +0000 Subject: [PATCH] sys-cluster/pmix: enable IPv6 Signed-off-by: Brett A C Sheffield Part-of: https://codeberg.org/gentoo/gentoo/pulls/725 Signed-off-by: Marc Schiffbauer --- sys-cluster/pmix/pmix-6.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/pmix/pmix-6.1.0.ebuild b/sys-cluster/pmix/pmix-6.1.0.ebuild index 1a51a5078d055..da837b9eff0cb 100644 --- a/sys-cluster/pmix/pmix-6.1.0.ebuild +++ b/sys-cluster/pmix/pmix-6.1.0.ebuild @@ -42,6 +42,7 @@ src_configure() { # tries to build both zlib and zlib-ng --without-zlibng + --enable-ipv6 $(use_enable debug) $(use_with munge) )