commit: 9e94ddef43b1ff3acea935a8bd7fb4f3dda14bca Author: Jonas Frei <freijon <AT> pm <DOT> me> AuthorDate: Wed Oct 22 10:52:54 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Oct 24 01:49:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e94ddef
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 <AT> pm.me> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-shells/nushell/metadata.xml | 1 - .../nushell/{nushell-0.108.0.ebuild => nushell-0.108.0-r1.ebuild} | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app-shells/nushell/metadata.xml b/app-shells/nushell/metadata.xml index 01c6cf2475c8..8ed08b63ebef 100644 --- a/app-shells/nushell/metadata.xml +++ b/app-shells/nushell/metadata.xml @@ -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> 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 c92a3db903fa..4a0fa5c1851d 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
