commit: 27d5c7b965a26742b310dba726933e721e20441b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 22:07:15 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 22:10:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d5c7b9
virtual/pwsh: bump to 7.5 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> virtual/pwsh/pwsh-7.5.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/pwsh/pwsh-7.5.ebuild b/virtual/pwsh/pwsh-7.5.ebuild new file mode 100644 index 000000000000..eb1ae6b4473f --- /dev/null +++ b/virtual/pwsh/pwsh-7.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2025 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} + ) +"