diff options
author | Sam James <sam@gentoo.org> | 2023-02-08 01:55:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 01:55:09 +0000 |
commit | 4c2537ad8b6d87c0ff1c50faa36015933110e6ba (patch) | |
tree | ea38dacd5bd7ed3efb98d6ed3be8b5079246f936 /app-shells/pwsh-bin | |
parent | app-emulation/uxn: Stabilize 0_p20221211 amd64, #893560 (diff) | |
download | gentoo-4c2537ad8b6d87c0ff1c50faa36015933110e6ba.tar.gz gentoo-4c2537ad8b6d87c0ff1c50faa36015933110e6ba.tar.bz2 gentoo-4c2537ad8b6d87c0ff1c50faa36015933110e6ba.zip |
app-shells/pwsh-bin: Stabilize 7.3.1 amd64, #893562
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/pwsh-bin')
-rw-r--r-- | 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.ebuild index 80d334fc9d07..b987b3df5a27 100644 --- a/app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild +++ b/app-shells/pwsh-bin/pwsh-bin-7.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S=${WORKDIR} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="amd64 ~arm ~arm64" IUSE="+pwsh-symlink" REQUIRED_USE="elibc_glibc" |