commit: 4002bff2a362bd96d18480740694b28cc82d681e Author: Yifeng Li <tomli <AT> tomli <DOT> me> AuthorDate: Mon Apr 24 14:50:57 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 24 20:13:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4002bff2
app-shells/zsh: keyword ~arm64-macos. zsh is the default login shell on macOS. When the command startprefix is executed, by default, Gentoo prefix attempts to install the same shell within the prefix automatically. But it currently fails due to missing keywords. This commit adds the missing ~arm64-macos keyword to zsh. It's tested and shown to be functional. Bug: https://bugs.gentoo.org/904474 Signed-off-by: Yifeng Li <tomli <AT> tomli.me> Closes: https://github.com/gentoo/gentoo/pull/30730 Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/zsh/zsh-5.9-r3.ebuild | 2 +- app-shells/zsh/zsh-5.9-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/zsh/zsh-5.9-r3.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild index 35f108739d09..8b1c7d49da07 100644 --- a/app-shells/zsh/zsh-5.9-r3.ebuild +++ b/app-shells/zsh/zsh-5.9-r3.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code" else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz mirror://sourceforge/${PN}/${P}.tar.xz diff --git a/app-shells/zsh/zsh-5.9-r4.ebuild b/app-shells/zsh/zsh-5.9-r4.ebuild index 97907e6b79e4..a97542cb1bca 100644 --- a/app-shells/zsh/zsh-5.9-r4.ebuild +++ b/app-shells/zsh/zsh-5.9-r4.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit autotools flag-o-matic prefix -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz
