From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1554921-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2473A158089
	for <garchives@archives.gentoo.org>; Sat, 16 Sep 2023 07:50:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 69B9E2BC052;
	Sat, 16 Sep 2023 07:50:54 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4E4342BC052
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Sep 2023 07:50:54 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 67110335D44
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Sep 2023 07:50:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CCBED11C2
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 Sep 2023 07:50:50 +0000 (UTC)
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" <xgqt@gentoo.org>
Message-ID: <1694850647.693e5b72f98db64e486708b8fcaf401e6b0e2c9a.xgqt@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pwsh-bin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-shells/pwsh-bin/pwsh-bin-7.3.1-r1.ebuild app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild
X-VCS-Directories: app-shells/pwsh-bin/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: 693e5b72f98db64e486708b8fcaf401e6b0e2c9a
X-VCS-Branch: master
Date: Sat, 16 Sep 2023 07:50:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 2cdf9732-f32f-44b1-9a11-b81f54eafbb1
X-Archives-Hash: babcdcf6713a1b675b1c3b54efb217a5

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"