From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 954AE15815E for ; Wed, 7 Feb 2024 00:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E53E29AB; Wed, 7 Feb 2024 00:01:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8560EE29AB for ; Wed, 7 Feb 2024 00:01:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A728A33BF03 for ; Wed, 7 Feb 2024 00:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090CB14AB for ; Wed, 7 Feb 2024 00:01:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707264039.99d038c012d303ba972628436e1a8b19022aa2c7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arches.desc X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99d038c012d303ba972628436e1a8b19022aa2c7 X-VCS-Branch: master Date: Wed, 7 Feb 2024 00:01:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 659c5923-a286-46f0-8d50-8150bbe1d6a2 X-Archives-Hash: 0e5216b39c509429068ff22de6f2e084 commit: 99d038c012d303ba972628436e1a8b19022aa2c7 Author: Sam James gentoo org> AuthorDate: Wed Feb 7 00:00:39 2024 +0000 Commit: Sam James gentoo 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 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