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: Tue, 11 Oct 2016 10:06:37
Message-Id: 1476180367.a22f16970276d86ae529d74cff0156d76e9b33ee.grobian@gentoo
1 commit: a22f16970276d86ae529d74cff0156d76e9b33ee
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 10:06:07 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 10:06:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a22f1697
7
8 scripts/bootstrap-prefix: add support for macOS Sierra (10.12)
9
10 scripts/bootstrap-prefix.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index e57cf03..de52c07 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -299,7 +299,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[012345])
22 + x86_64-apple-darwin9|x86_64-apple-darwin1[0123456])
23 rev=${CHOST##*darwin}
24 profile="prefix/darwin/macos/10.$((rev - 4))/x64"
25 ;;