From 3c79d8b2bd490ebb325c3f8a968a34d640c3e7b2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 26 Sep 2025 16:39:48 -0400 Subject: [PATCH] app-shells/zsh: update KEYWORDS Signed-off-by: Mike Gilbert --- app-shells/zsh/zsh-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh/zsh-9999.ebuild b/app-shells/zsh/zsh-9999.ebuild index 3ff5f261cdfa3..6da4cc002bc8b 100644 --- a/app-shells/zsh/zsh-9999.ebuild +++ b/app-shells/zsh/zsh-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://www.zsh.org/pub/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz )" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="UNIX Shell similar to the Korn shell"