commit: 2a01d3c656ea3016e7b09de8bb473938b421e558 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 29 20:46:51 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Nov 29 20:49:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a01d3c6
profiles: Mask app-editors/emacs[aqua] on MacOS. Bug: https://bugs.gentoo.org/757300 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask index a6f14621678..aee08c4624e 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ulrich Müller <[email protected]> (2020-11-29) +# GCC's Objective-C compiler fails to build the Aqua/Cocoa interface. +# Bug #757300 +app-editors/emacs aqua + # Cocoa integration requires frameworks, and this is a bridge too far # for current FSF GCC x11-libs/cairo aqua
