summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-11-26 03:54:43 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-11-26 03:54:43 +0100
commit6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782 (patch)
tree59433d67cd77e28721b3b7bd9a821a3aef615aae /virtual/pwsh
parentdev-libs/log4cpp: Stabilize 1.1.3-r3 amd64, #917359 (diff)
downloadgentoo-6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782.tar.gz
gentoo-6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782.tar.bz2
gentoo-6cc1c1f4995e7187eb68fb0bb3aaeb65c2a25782.zip
virtual/pwsh: bump to 7.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual/pwsh')
-rw-r--r--virtual/pwsh/pwsh-7.4.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/pwsh/pwsh-7.4.ebuild b/virtual/pwsh/pwsh-7.4.ebuild
new file mode 100644
index 000000000000..f2011e485aef
--- /dev/null
+++ b/virtual/pwsh/pwsh-7.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for PowerShell"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+RDEPEND="
+ || (
+ app-shells/pwsh-bin:${SLOT}
+ app-shells/pwsh:${SLOT}
+ )
+"