diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:28:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:35:47 +0000 |
commit | f93ea09b462d734198264ba69ae60e1bfad69b6a (patch) | |
tree | 7fa52d17e81013c8036a6fa7a75e5b95fb66a733 /app-alternatives | |
parent | sys-apps/sed: keyword 4.9 for ~arm64-macos (diff) | |
download | gentoo-f93ea09b462d734198264ba69ae60e1bfad69b6a.tar.gz gentoo-f93ea09b462d734198264ba69ae60e1bfad69b6a.tar.bz2 gentoo-f93ea09b462d734198264ba69ae60e1bfad69b6a.zip |
app-alternatives/awk: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/awk/awk-4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-alternatives/awk/awk-4.ebuild b/app-alternatives/awk/awk-4.ebuild index 1407a6fc464c..172cdcb19f26 100644 --- a/app-alternatives/awk/awk-4.ebuild +++ b/app-alternatives/awk/awk-4.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 @@ -13,7 +13,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="/bin/awk and /usr/bin/awk symlinks" -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" IUSE="split-usr" RDEPEND=" |