commit: 6c69d99e6c710cee2501d6f1f6db492ceb29f0f8 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Oct 24 19:50:08 2018 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Oct 24 19:54:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c69d99e
dev-lang/gnat-gpl does not build with jit and march=native Closes: https://bugs.gentoo.org/669346 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3e87f308515..0c4b7b52f79 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Alfredo Tupone <[email protected]> (24 Oct 2018) +# jit brokes build of gnat-gpl +dev-lang/gnat-gpl jit + # Pacho Ramos <[email protected]> (21 Oct 2018) # splashutils is being removed sys-power/suspend fbsplash
