commit: 9d4454a07c7b89f414e81eb69ae40e7a3c338058 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed Apr 4 18:25:20 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed Apr 4 18:25:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4454a0
profiles/prefix/darwin/macos/10.5/ppc: ensure we use gcc-config toolchain profiles/prefix/darwin/macos/10.5/ppc/packages | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/prefix/darwin/macos/10.5/ppc/packages b/profiles/prefix/darwin/macos/10.5/ppc/packages new file mode 100644 index 00000000000..f8f1b81f58f --- /dev/null +++ b/profiles/prefix/darwin/macos/10.5/ppc/packages @@ -0,0 +1,8 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Mac OS X Leopard/PPC uses gcc-apple (not Clang) +-*sys-devel/gcc +*sys-devel/gcc-config +-*sys-devel/clang +*sys-devel/gcc-apple
