diff options
author | 2023-02-24 18:34:48 +0000 | |
---|---|---|
committer | 2023-02-24 18:36:05 +0000 | |
commit | dc72227c9b2985c91d6f34885e066e4827b06f3e (patch) | |
tree | 88dfa1bad6a6829c68309208cec9eea25c3329cf /sys-devel/make/make-4.3.ebuild | |
parent | sys-apps/man-pages: keyword for ~arm64-macos (diff) | |
download | gentoo-dc72227c9b2985c91d6f34885e066e4827b06f3e.tar.gz gentoo-dc72227c9b2985c91d6f34885e066e4827b06f3e.tar.bz2 gentoo-dc72227c9b2985c91d6f34885e066e4827b06f3e.zip |
sys-devel/make: keyword for ~arm64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/make/make-4.3.ebuild')
-rw-r--r-- | sys-devel/make/make-4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild index e924bf762998..c219f5ff1bee 100644 --- a/sys-devel/make/make-4.3.ebuild +++ b/sys-devel/make/make-4.3.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 @@ -17,7 +17,7 @@ elif [[ $(ver_cut 3) -ge 90 ]] ; then else SRC_URI="mirror://gnu//make/${P}.tar.gz" SRC_URI+=" verify-sig? ( mirror://gnu//make/${P}.tar.gz.sig )" - 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" fi LICENSE="GPL-3+" |