diff options
author | Sam James <sam@gentoo.org> | 2023-04-22 13:03:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-22 13:05:31 +0100 |
commit | 32c3d8b51075afa3514d0bd830dd49874c5d3775 (patch) | |
tree | 94117e047af27e3c4baa2c12648d65a6f98afcb1 /sys-devel/native-cctools | |
parent | sys-devel/m4: keyword ~arm64-macos (diff) | |
download | gentoo-32c3d8b51075afa3514d0bd830dd49874c5d3775.tar.gz gentoo-32c3d8b51075afa3514d0bd830dd49874c5d3775.tar.bz2 gentoo-32c3d8b51075afa3514d0bd830dd49874c5d3775.zip |
sys-devel/native-cctools: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/904474
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/native-cctools')
-rw-r--r-- | sys-devel/native-cctools/native-cctools-4.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/native-cctools/native-cctools-5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/native-cctools/native-cctools-4.ebuild b/sys-devel/native-cctools/native-cctools-4.ebuild index f961a43cc039..4eb8eb04d1c2 100644 --- a/sys-devel/native-cctools/native-cctools-4.ebuild +++ b/sys-devel/native-cctools/native-cctools-4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SLOT="0" AIX_V='aix-2' -KEYWORDS="~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" diff --git a/sys-devel/native-cctools/native-cctools-5.ebuild b/sys-devel/native-cctools/native-cctools-5.ebuild index 821c9fafacdf..513d66afa896 100644 --- a/sys-devel/native-cctools/native-cctools-5.ebuild +++ b/sys-devel/native-cctools/native-cctools-5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -14,7 +14,7 @@ SLOT="0" AIX_V='aix-2' -KEYWORDS="~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="" |