commit: 727da16972714cab4761a2c8184affa90f582769 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jun 5 13:33:02 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jun 5 13:33:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727da169
profiles/prefix/darwin/macos: mask >=harfbuzz-7 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index f883ab31fb14..cc6f25ce78cf 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,2 +1,8 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (2023-06-05) +# Fails to compile using GCC, misdetecting sincosf +# https://github.com/harfbuzz/harfbuzz/issues/4266 +=media-libs/harfbuzz-7.2.0 +=media-libs/harfbuzz-7.3.0
