diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-22 09:46:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-22 09:46:34 +0200 |
commit | 003f45dffb090d1df05a3d359eec777fb5925ac4 (patch) | |
tree | c74a9882af86b8e3ef54c1cace4a4d0a16101f51 /app-shells | |
parent | app-shells/zsh: arm64 stable wrt bug #859586 (diff) | |
download | gentoo-003f45dffb090d1df05a3d359eec777fb5925ac4.tar.gz gentoo-003f45dffb090d1df05a3d359eec777fb5925ac4.tar.bz2 gentoo-003f45dffb090d1df05a3d359eec777fb5925ac4.zip |
app-shells/zsh: ppc 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 e245b77e0c55..c96054cbed45 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 |