diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-22 09:46:10 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-22 09:46:10 +0200 |
commit | 97fef0ae9265c0a14cf9debb18028885a9984302 (patch) | |
tree | c4ea9e519c74531e0047c78b256ed5bd4f7ee6db /app-shells | |
parent | net-wireless/iwd: arm64 stable wrt bug #859340 (diff) | |
download | gentoo-97fef0ae9265c0a14cf9debb18028885a9984302.tar.gz gentoo-97fef0ae9265c0a14cf9debb18028885a9984302.tar.bz2 gentoo-97fef0ae9265c0a14cf9debb18028885a9984302.zip |
app-shells/zsh: arm64 stable wrt bug #859586
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/zsh-5.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/zsh/zsh-5.9.ebuild b/app-shells/zsh/zsh-5.9.ebuild index cf3555195ab6..e245b77e0c55 100644 --- a/app-shells/zsh/zsh-5.9.ebuild +++ b/app-shells/zsh/zsh-5.9.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 ~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 |