diff options
author | Sam James <sam@gentoo.org> | 2023-09-16 11:26:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-16 11:26:21 +0100 |
commit | 5ba823282c7e4d360c4415f8d1352d924202378f (patch) | |
tree | e1671afe475361fa5236a934f695a0a1d0352dc8 /app-shells/pwsh | |
parent | virtual/pwsh: Keyword 7.3 arm, #914271 (diff) | |
download | gentoo-5ba823282c7e4d360c4415f8d1352d924202378f.tar.gz gentoo-5ba823282c7e4d360c4415f8d1352d924202378f.tar.bz2 gentoo-5ba823282c7e4d360c4415f8d1352d924202378f.zip |
app-shells/pwsh: Keyword 7.3.6 arm, #914271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/pwsh')
-rw-r--r-- | app-shells/pwsh/pwsh-7.3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/pwsh/pwsh-7.3.6.ebuild b/app-shells/pwsh/pwsh-7.3.6.ebuild index e700de49f5c2..63c8e6a97917 100644 --- a/app-shells/pwsh/pwsh-7.3.6.ebuild +++ b/app-shells/pwsh/pwsh-7.3.6.ebuild @@ -291,7 +291,7 @@ if [[ "${PV}" == *9999* ]] ; then EGIT_REPO_URI="https://github.com/PowerShell/${MY_PN}.git" else SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm ~arm64" fi SRC_URI+=" ${NUGET_URIS} " |