From 9e94ddef43b1ff3acea935a8bd7fb4f3dda14bca Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Wed, 22 Oct 2025 12:52:54 +0200 Subject: [PATCH] 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 Signed-off-by: Zac Medico --- app-shells/nushell/metadata.xml | 1 - .../{nushell-0.108.0.ebuild => nushell-0.108.0-r1.ebuild} | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) rename app-shells/nushell/{nushell-0.108.0.ebuild => nushell-0.108.0-r1.ebuild} (97%) diff --git a/app-shells/nushell/metadata.xml b/app-shells/nushell/metadata.xml index 01c6cf2475c8a..8ed08b63ebef4 100644 --- a/app-shells/nushell/metadata.xml +++ b/app-shells/nushell/metadata.xml @@ -21,7 +21,6 @@ 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-r1.ebuild similarity index 97% rename from app-shells/nushell/nushell-0.108.0.ebuild rename to app-shells/nushell/nushell-0.108.0-r1.ebuild index c92a3db903fac..4a0fa5c1851db 100644 --- a/app-shells/nushell/nushell-0.108.0.ebuild +++ b/app-shells/nushell/nushell-0.108.0-r1.ebuild @@ -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