app-shells/nushell: Add 'network' USE flag for 0.108.0

Signed-off-by: Arian <arianxdehghani@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/44280
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Arian
2025-10-21 11:42:52 -07:00
committed by Zac Medico
parent 917528c12e
commit d3451ed64e
2 changed files with 3 additions and 1 deletions

View File

@@ -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>

View File

@@ -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