commit: 693e5b72f98db64e486708b8fcaf401e6b0e2c9a
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 07:01:21 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 07:50:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693e5b72
app-shells/pwsh-bin: put old pkg on 7.3 SLOT
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../pwsh-bin/{pwsh-bin-7.3.1.ebuild => pwsh-bin-7.3.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild
b/app-shells/pwsh-bin/pwsh-bin-7.3.1-r1.ebuild
similarity index 97%
rename from app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild
rename to app-shells/pwsh-bin/pwsh-bin-7.3.1-r1.ebuild
index b987b3df5a27..3390990bf0a2 100644
--- a/app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-7.3.1-r1.ebuild
@@ -11,10 +11,10 @@ SRC_URI="
arm? ( ${BASE_URI}/v${PV}/powershell-${PV}-linux-arm32.tar.gz )
arm64? ( ${BASE_URI}/v${PV}/powershell-${PV}-linux-arm64.tar.gz )
"
-S=${WORKDIR}
+S="${WORKDIR}"
LICENSE="MIT"
-SLOT="0"
+SLOT="$(ver_cut 1-2)"
KEYWORDS="amd64 ~arm ~arm64"
IUSE="+pwsh-symlink"
REQUIRED_USE="elibc_glibc"