diff options
author | 2024-01-23 23:21:48 +0100 | |
---|---|---|
committer | 2024-01-23 23:21:48 +0100 | |
commit | d0f0992d0132b98e44010c7b63bcff9fbfa65ae2 (patch) | |
tree | 36df8ce54bb2b10cdd1b89678a3263e37d166379 | |
parent | app-shells/pwsh: drop old 7.3.9 (diff) | |
download | gentoo-d0f0992d0132b98e44010c7b63bcff9fbfa65ae2.tar.gz gentoo-d0f0992d0132b98e44010c7b63bcff9fbfa65ae2.tar.bz2 gentoo-d0f0992d0132b98e44010c7b63bcff9fbfa65ae2.zip |
virtual/pwsh: drop old 7.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | virtual/pwsh/pwsh-7.3.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/virtual/pwsh/pwsh-7.3.ebuild b/virtual/pwsh/pwsh-7.3.ebuild deleted file mode 100644 index f2011e485aef..000000000000 --- a/virtual/pwsh/pwsh-7.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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} - ) -" |