commit: 405d661f15dd4f47a4bb3659d2904f28ed72eb56
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 11:27:13 2015 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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