From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4806158088 for ; Fri, 24 Oct 2025 01:50:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8BFE4340FF8 for ; Fri, 24 Oct 2025 01:50:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 60C781104B5; Fri, 24 Oct 2025 01:50:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 55B601104B5 for ; Fri, 24 Oct 2025 01:50:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09991340FF6 for ; Fri, 24 Oct 2025 01:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0F11DBB for ; Fri, 24 Oct 2025 01:50:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1761270569.9e94ddef43b1ff3acea935a8bd7fb4f3dda14bca.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/nushell/metadata.xml app-shells/nushell/nushell-0.108.0-r1.ebuild app-shells/nushell/nushell-0.108.0.ebuild X-VCS-Directories: app-shells/nushell/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9e94ddef43b1ff3acea935a8bd7fb4f3dda14bca X-VCS-Branch: master Date: Fri, 24 Oct 2025 01:50:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 30a0bc96-e50f-45dd-ab21-64c5a3b379fd X-Archives-Hash: 077a36d671da17de68ae7bff166cb8f0 commit: 9e94ddef43b1ff3acea935a8bd7fb4f3dda14bca Author: Jonas Frei pm me> AuthorDate: Wed Oct 22 10:52:54 2025 +0000 Commit: Zac Medico gentoo 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 pm.me> Signed-off-by: Zac Medico 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 @@ 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 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