commit: 58b02041a1c83d4af32705063b437d3148bdaad8 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Mar 15 17:40:51 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Mar 15 19:55:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b02041
virtual/pwsh: drop old 7.4 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> virtual/pwsh/pwsh-7.4.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/pwsh/pwsh-7.4.ebuild b/virtual/pwsh/pwsh-7.4.ebuild deleted file mode 100644 index cc5ade08a3a1..000000000000 --- a/virtual/pwsh/pwsh-7.4.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2024 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} - ) -"