diff options
author | Yifeng Li <tomli@tomli.me> | 2023-04-24 14:50:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-24 21:13:14 +0100 |
commit | 4002bff2a362bd96d18480740694b28cc82d681e (patch) | |
tree | b9db7394bf54f847b8acf65483e8348c0f9e6a95 /app-shells | |
parent | app-portage/prefix-toolkit: keyword ~arm64-macos. (diff) | |
download | gentoo-4002bff2a362bd96d18480740694b28cc82d681e.tar.gz gentoo-4002bff2a362bd96d18480740694b28cc82d681e.tar.bz2 gentoo-4002bff2a362bd96d18480740694b28cc82d681e.zip |
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@tomli.me>
Closes: https://github.com/gentoo/gentoo/pull/30730
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/zsh-5.9-r3.ebuild | 2 | ||||
-rw-r--r-- | 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 |