diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:28:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:35:48 +0000 |
commit | c930317fb168c5a3c037cae57cc96df9a81c3a4b (patch) | |
tree | 64f42c1c829c02ecf49795add7a91f1bb68d58be /app-alternatives | |
parent | app-alternatives/awk: keyword for ~arm64-macos (diff) | |
download | gentoo-c930317fb168c5a3c037cae57cc96df9a81c3a4b.tar.gz gentoo-c930317fb168c5a3c037cae57cc96df9a81c3a4b.tar.bz2 gentoo-c930317fb168c5a3c037cae57cc96df9a81c3a4b.zip |
app-alternatives/bc: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-alternatives')
-rw-r--r-- | app-alternatives/bc/bc-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-alternatives/bc/bc-0.ebuild b/app-alternatives/bc/bc-0.ebuild index 0a4314eb3f6f..f7a484bbe176 100644 --- a/app-alternatives/bc/bc-0.ebuild +++ b/app-alternatives/bc/bc-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 @@ -11,7 +11,7 @@ ALTERNATIVES=( inherit app-alternatives DESCRIPTION="bc 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=" !<sys-devel/bc-1.07.1-r6 |