commit: d3451ed64e47860a21b4196fac040b95f76fd2ac Author: Arian <arianxdehghani <AT> gmail <DOT> com> AuthorDate: Tue Oct 21 18:42:52 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Oct 22 02:34:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3451ed6
app-shells/nushell: Add 'network' USE flag for 0.108.0 Signed-off-by: Arian <arianxdehghani <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/44280 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> 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 8ed08b63ebef..01c6cf2475c8 100644 --- a/app-shells/nushell/metadata.xml +++ b/app-shells/nushell/metadata.xml @@ -21,6 +21,7 @@ </upstream> <use> <flag name="mcp">Build MCP server</flag> + <flag name="network">Build networking functionality</flag> <flag name="plugins">Build official plugins</flag> <flag name="system-clipboard">System clipboard support in `reedline`</flag> </use> diff --git a/app-shells/nushell/nushell-0.108.0.ebuild b/app-shells/nushell/nushell-0.108.0.ebuild index f761a6d268d1..c92a3db903fa 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
