commit: ba7b5d96decbd804face587bb16fb60914900a4b Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Nov 23 16:41:26 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Nov 23 16:42:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7b5d96
profiles/prefix/macos: mask binutils-apple on gcc profile Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask index f86a094ace0..e1ce7a0144a 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # unmask ld symlink package, due to missing blocks support we are not -# able to compile this +# able to compile binutils-apple +sys-devel/binutils-apple -sys-devel/native-cctools # and unmask FSF GCC itself of course -sys-devel/gcc
