diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:28:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:35:52 +0000 |
commit | dca8c7d3ef96c3090f3bab5a5443565fea6fe9c7 (patch) | |
tree | 271d9c5fb44eb43289069f95ef204b49f57398ac /app-alternatives | |
parent | app-alternatives/lex: keyword for ~arm64-macos (diff) | |
download | gentoo-dca8c7d3ef96c3090f3bab5a5443565fea6fe9c7.tar.gz gentoo-dca8c7d3ef96c3090f3bab5a5443565fea6fe9c7.tar.bz2 gentoo-dca8c7d3ef96c3090f3bab5a5443565fea6fe9c7.zip |
app-alternatives/sh: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/sh/sh-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-alternatives/sh/sh-0.ebuild b/app-alternatives/sh/sh-0.ebuild index f51bc5622d0c..09adc3362eba 100644 --- a/app-alternatives/sh/sh-0.ebuild +++ b/app-alternatives/sh/sh-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="/bin/sh (POSIX shell) symlink" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~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 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" !app-eselect/eselect-sh |