diff options
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" |