commit: 78ce2d6d235453d4c45df741b02b8a8e88b0c192 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 27 04:09:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 04:09:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ce2d6d
profiles/arch/sparc: mask spidermonkey[lto] No lld here yet. Did try, but lld had: ``` Testing Time: 65.10s Unsupported : 14 Passed : 2376 Expectedly Failed: 1 Failed : 206 ``` Bug: https://bugs.gentoo.org/753221 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 72517fbad896..532a5bd302d7 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-07-27) +# sys-devel/lld is not keyworded on sparc +>=dev-lang/spidermonkey-78 lto + # Matthew Smith <[email protected]> (2022-07-10) # Needs unkeyworded app-doc/halibut >=net-misc/putty-0.77 doc
