commit: 99d038c012d303ba972628436e1a8b19022aa2c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 7 00:00:39 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 00:00:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d038c0
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 <AT> gentoo.org>
profiles/arches.desc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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