commit: e0809da8099a179f45622e1be5481507023979e5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 10:43:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 10:43:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0809da8
profiles/arch/sparc: mask app-editors/emacs[jit], sys-devel/gcc[jit] Fails to build app-editors/emacs[jit] and has many test failures in the libgccjit testsuite: bug #953775 (https://gcc.gnu.org/PR119767). Bug: https://gcc.gnu.org/PR119767 Closes: https://bugs.gentoo.org/953775 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 5c98069031a6..891c1c544ef1 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-04-13) +# Fails to build app-editors/emacs[jit] and has many test failures in the +# libgccjit testsuite: bug #953775 (https://gcc.gnu.org/PR119767). +app-editors/emacs jit +sys-devel/gcc jit + # Cristian Othón Martínez Vera <[email protected]> (2025-04-09) # dev-db/tinycdb is not keyworded here mail-mta/sendmail tinycdb
