From d3451ed64e47860a21b4196fac040b95f76fd2ac Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 21 Oct 2025 11:42:52 -0700 Subject: [PATCH] app-shells/nushell: Add 'network' USE flag for 0.108.0 Signed-off-by: Arian Closes: https://github.com/gentoo/gentoo/pull/44280 Signed-off-by: Zac Medico --- app-shells/nushell/metadata.xml | 1 + app-shells/nushell/nushell-0.108.0.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-shells/nushell/metadata.xml b/app-shells/nushell/metadata.xml index 8ed08b63ebef4..01c6cf2475c8a 100644 --- a/app-shells/nushell/metadata.xml +++ b/app-shells/nushell/metadata.xml @@ -21,6 +21,7 @@ Build MCP server + Build networking functionality Build official plugins System clipboard support in `reedline` diff --git a/app-shells/nushell/nushell-0.108.0.ebuild b/app-shells/nushell/nushell-0.108.0.ebuild index f761a6d268d1a..c92a3db903fac 100644 --- a/app-shells/nushell/nushell-0.108.0.ebuild +++ b/app-shells/nushell/nushell-0.108.0.ebuild @@ -20,7 +20,7 @@ LICENSE+=" " SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" -IUSE="mcp plugins system-clipboard X" +IUSE="mcp plugins system-clipboard X network" DEPEND=" dev-libs/openssl:0= @@ -52,6 +52,7 @@ src_configure() { local myfeatures=( $(usev mcp) + $(usev network) plugin native-tls sqlite