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 F3922158086 for ; Wed, 3 Nov 2021 03:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF716E0863; Wed, 3 Nov 2021 03:23:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C6C88E0863 for ; Wed, 3 Nov 2021 03:23:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65AC4342F18 for ; Wed, 3 Nov 2021 03:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F6D1163 for ; Wed, 3 Nov 2021 03:23:03 +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: <1635909772.3514dcddc225dd2170cd162d1d68165995eedf8e.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3514dcddc225dd2170cd162d1d68165995eedf8e X-VCS-Branch: master Date: Wed, 3 Nov 2021 03:23:03 +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: fee0714d-28c8-4809-9e82-2cdf4dff55e4 X-Archives-Hash: 97c7871f5b7589956b03c26f426ef85f commit: 3514dcddc225dd2170cd162d1d68165995eedf8e Author: Sam James gentoo org> AuthorDate: Wed Nov 3 03:22:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 3 03:22:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3514dcdd bootstrap-prefix.sh: fix typo in profile Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 11a042315b..cbe4aa6543 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -390,7 +390,7 @@ bootstrap_setup() { x86_64-apple-darwin2[123456789]) # Monterey is 12.0 rev=${CHOST##*darwin} - profile="prefix/darwin/macos/12.$((rev - 20))/x64" + profile="prefix/darwin/macos/12.$((rev - 21))/x64" ;; arm64-apple-darwin20) rev=${CHOST##*darwin} @@ -399,7 +399,7 @@ bootstrap_setup() { x86_64-apple-darwin2[123456789]) # Monterey is 12.0 rev=${CHOST##*darwin} - profile="prefix/darwin/macos/12.$((rev - 20))/x64" + profile="prefix/darwin/macos/12.$((rev - 21))/x64" ;; i*86-pc-linux-gnu) profile=${profile_linux/ARCH/x86}