app-shells/nushell-0.108.0: Remove 'network' USE flag

- Upstream has the feature enabled by default, but in the current ebuild
it's disabled by default
- IMHO it should not be an USE flag at all, we should just
unconditionally enable this feature. It has no big impact on
dependencies / build time / size.

See related PR: https://github.com/gentoo/gentoo/pull/44280

Signed-off-by: Jonas Frei <freijon@pm.me>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Jonas Frei
2025-10-22 12:52:54 +02:00
committed by Zac Medico
parent d9a302164b
commit 9e94ddef43
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
</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 network"
IUSE="mcp plugins system-clipboard X"
DEPEND="
dev-libs/openssl:0=
@@ -52,7 +52,7 @@ src_configure() {
local myfeatures=(
$(usev mcp)
$(usev network)
network
plugin
native-tls
sqlite