diff options
author | 2023-04-22 13:03:20 +0100 | |
---|---|---|
committer | 2023-04-22 13:03:20 +0100 | |
commit | 6c845d2e615aa66e92c9701cdf65ae18ce7bc526 (patch) | |
tree | e9c72d10a854487c741f84130c49779e165db467 /sys-apps/which | |
parent | sys-apps/util-linux: keyword ~arm64-macos (diff) | |
download | gentoo-6c845d2e615aa66e92c9701cdf65ae18ce7bc526.tar.gz gentoo-6c845d2e615aa66e92c9701cdf65ae18ce7bc526.tar.bz2 gentoo-6c845d2e615aa66e92c9701cdf65ae18ce7bc526.zip |
sys-apps/which: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/which')
-rw-r--r-- | sys-apps/which/which-2.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild index 7c23ea65b162..13ced5de5bda 100644 --- a/sys-apps/which/which-2.21.ebuild +++ b/sys-apps/which/which-2.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://carlowood.github.io/which/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -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" src_configure() { append-lfs-flags |