diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-16 09:01:21 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-16 09:50:47 +0200 |
commit | 693e5b72f98db64e486708b8fcaf401e6b0e2c9a (patch) | |
tree | a1e3ed7a1fe4ad6b2b17038806846a4faa10d527 /app-shells | |
parent | app-shells/pwsh-bin: drop old 7.3.3 (diff) | |
download | gentoo-693e5b72f98db64e486708b8fcaf401e6b0e2c9a.tar.gz gentoo-693e5b72f98db64e486708b8fcaf401e6b0e2c9a.tar.bz2 gentoo-693e5b72f98db64e486708b8fcaf401e6b0e2c9a.zip |
app-shells/pwsh-bin: put old pkg on 7.3 SLOT
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pwsh-bin/pwsh-bin-7.3.1-r1.ebuild (renamed from app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild) | 4 |
1 files 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 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" |