commit: 39507f6dec60ecf88af5a3b643e49c746685c7ca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 28 04:53:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 28 04:54:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39507f6d
profiles/arch/sparc/64ul: mask dev-lisp/sbcl The binary needed to bootstrap is 32-bit (doesn't run for me). Bug: https://bugs.gentoo.org/832532 Bug: https://bugs.gentoo.org/828735 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/64ul/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/sparc/64ul/package.mask b/profiles/arch/sparc/64ul/package.mask new file mode 100644 index 000000000000..62fc845c83d1 --- /dev/null +++ b/profiles/arch/sparc/64ul/package.mask @@ -0,0 +1,6 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2022-02-28) +# Binary (needed for bootstrap) is sparc32? +dev-lisp/sbcl
