diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-02-20 14:41:55 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-02-20 14:41:55 +0100 |
commit | 22fec2d6f125a398305f113f2460bb15befb24eb (patch) | |
tree | aea875eec22fc9a76b007d617a711306692a1cf7 /profiles/prefix | |
parent | dev-java/gradle-bin: drop 8.0 (diff) | |
download | gentoo-22fec2d6f125a398305f113f2460bb15befb24eb.tar.gz gentoo-22fec2d6f125a398305f113f2460bb15befb24eb.tar.bz2 gentoo-22fec2d6f125a398305f113f2460bb15befb24eb.zip |
profiles/prefix/darwin/macos/arch/arm64/make.defaults: don't hijack keyword
As discussed in bug #895524 with QA, remove hack that should've never
been committed to be honestly. M1 macOS users will have to temp add
this on their configs, while I sort out which packages can be keyworded.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/prefix/darwin/macos/arch/arm64/make.defaults b/profiles/prefix/darwin/macos/arch/arm64/make.defaults index 3ceab05d32e1..4bd8a3ab9cb6 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/make.defaults +++ b/profiles/prefix/darwin/macos/arch/arm64/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="arm64-macos" -ACCEPT_KEYWORDS="~x64-macos" # this is a hack whilst we don't have full system +ACCEPT_KEYWORDS="~arm64-macos" # multilib build stuff, single ABI (no multilib) ABI="arm64" |