From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 76CD313888F for ; Sat, 10 Oct 2015 11:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED840E0806; Sat, 10 Oct 2015 11:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A4B3E0806 for ; Sat, 10 Oct 2015 11:27:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B482E33BF44 for ; Sat, 10 Oct 2015 11:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CDD327A for ; Sat, 10 Oct 2015 11:27:34 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1444476433.405d661f15dd4f47a4bb3659d2904f28ed72eb56.grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 405d661f15dd4f47a4bb3659d2904f28ed72eb56 X-VCS-Branch: master Date: Sat, 10 Oct 2015 11:27:34 +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-Archives-Salt: 0c78e542-4664-4784-8037-d4611c8d4bfe X-Archives-Hash: 6cf7e4410b8bbb65fff49a31daf9cd43 commit: 405d661f15dd4f47a4bb3659d2904f28ed72eb56 Author: Fabian Groffen gentoo org> AuthorDate: Sat Oct 10 11:27:13 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Oct 10 11:27:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=405d661f bootstrap-prefix: prepare for OS X El Capitan 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 a6ddae7..7b62259 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -232,7 +232,7 @@ bootstrap_setup() { rev=${CHOST##*darwin} profile="prefix/darwin/macos/10.$((rev - 4))/x86" ;; - x86_64-apple-darwin9|x86_64-apple-darwin1[01234]) + x86_64-apple-darwin9|x86_64-apple-darwin1[012345]) rev=${CHOST##*darwin} profile="prefix/darwin/macos/10.$((rev - 4))/x64" ;; @@ -1677,7 +1677,7 @@ EOF local candomultilib=no local t64 t32 case "${CHOST}" in - *86*-darwin9|*86*-darwin1[01234]) + *86*-darwin9|*86*-darwin1[012345]) # PPC/Darwin only works in 32-bits mode, so this is Intel # only, and only starting from Leopard (10.5, darwin9) candomultilib=yes