diff options
author | Sam James <sam@gentoo.org> | 2024-02-07 00:00:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-07 00:00:39 +0000 |
commit | 99d038c012d303ba972628436e1a8b19022aa2c7 (patch) | |
tree | 16e7789725fda454619d2aef58bc82ec89c622dc /profiles/arches.desc | |
parent | net-firewall/iptables: remove usr-ldscript support (diff) | |
download | gentoo-99d038c012d303ba972628436e1a8b19022aa2c7.tar.gz gentoo-99d038c012d303ba972628436e1a8b19022aa2c7.tar.bz2 gentoo-99d038c012d303ba972628436e1a8b19022aa2c7.zip |
profiles: fix ArchesOutOfSync for x86-macos
Followup to:
* 854887066c3d32ae4961f9eb29a91a8d1785d26c (profiles/prefix/darwin/macos/10.5/x86: add gcc sub-profile)
* 3788eef280dcff5d415b4b1c3af1c1e58767a0b1 (profiles: restore 32-bits Intel Mac OS X 10.5 profile)
This fixes the following from pkgcheck (and a new warning in CI -> PRs fail):
```
ArchesOutOfSync 'profiles/arches.desc' is out of sync with 'arch.list', arch: x86-macos
```
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arches.desc')
-rw-r--r-- | profiles/arches.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/arches.desc b/profiles/arches.desc index 814592ed9298..965e36c6c0c1 100644 --- a/profiles/arches.desc +++ b/profiles/arches.desc @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file specifies keyword level for profiles @@ -36,6 +36,7 @@ riscv-linux testing x86-linux testing arm64-macos testing ppc-macos testing +x86-macos testing x64-macos testing x64-solaris testing |