Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Sat, 10 Oct 2015 11:27:40
Message-Id: 1444476433.405d661f15dd4f47a4bb3659d2904f28ed72eb56.grobian@gentoo
1 commit: 405d661f15dd4f47a4bb3659d2904f28ed72eb56
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 11:27:13 2015 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 11:27:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=405d661f
7
8 bootstrap-prefix: prepare for OS X El Capitan
9
10 scripts/bootstrap-prefix.sh | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index a6ddae7..7b62259 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -232,7 +232,7 @@ bootstrap_setup() {
18 rev=${CHOST##*darwin}
19 profile="prefix/darwin/macos/10.$((rev - 4))/x86"
20 ;;
21 - x86_64-apple-darwin9|x86_64-apple-darwin1[01234])
22 + x86_64-apple-darwin9|x86_64-apple-darwin1[012345])
23 rev=${CHOST##*darwin}
24 profile="prefix/darwin/macos/10.$((rev - 4))/x64"
25 ;;
26 @@ -1677,7 +1677,7 @@ EOF
27 local candomultilib=no
28 local t64 t32
29 case "${CHOST}" in
30 - *86*-darwin9|*86*-darwin1[01234])
31 + *86*-darwin9|*86*-darwin1[012345])
32 # PPC/Darwin only works in 32-bits mode, so this is Intel
33 # only, and only starting from Leopard (10.5, darwin9)
34 candomultilib=yes