From b8d2725a3e594b123ab59b91ef2e45fc8204b0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 19 Mar 2026 23:59:05 +0100 Subject: [PATCH] virtual/pwsh: bump to 7.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- virtual/pwsh/pwsh-7.6.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 virtual/pwsh/pwsh-7.6.ebuild diff --git a/virtual/pwsh/pwsh-7.6.ebuild b/virtual/pwsh/pwsh-7.6.ebuild new file mode 100644 index 0000000000000..7f0c5327d4b54 --- /dev/null +++ b/virtual/pwsh/pwsh-7.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +DESCRIPTION="Virtual for PowerShell" + +SLOT="$(ver_cut 1-2)" +KEYWORDS="~amd64 ~arm ~arm64" + +RDEPEND=" + || ( + app-shells/pwsh-bin:${SLOT} + app-shells/pwsh:${SLOT} + ) +"