Skip to content

Commit

Permalink
profiles/arch/sparc/64ul: mask sys-boot/silo
Browse files Browse the repository at this point in the history
SILO is designed for the old 64-bit kernel/32-bit userland combo
before there was a 64-bit userland available.  It requires a 32-bit
userland to build, so mask it on 64ul.  sys-boot/grub:2 support for
sparc was added in ~2018 and is documented in the handbook per #854954

See: https://github.com/esnowberg/grub2-sparc/wiki
See: https://wiki.gentoo.org/wiki/Handbook:SPARC/Blocks/Disks
See: https://wiki.gentoo.org/wiki/Handbook:SPARC/Blocks/Bootloader
Bug: https://bugs.gentoo.org/854954
Closes: https://bugs.gentoo.org/828000
Closes: https://bugs.gentoo.org/702136
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Closes: #28168
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
matoro authored and arthurzam committed Nov 22, 2022
1 parent d94ba12 commit 134690a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions profiles/arch/sparc/64ul/package.mask
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# matoro <matoro_gentoo@matoro.tk> (2022-11-07)
# SILO is designed for the old 64-bit kernel/32-bit userland combo
# before there was a 64-bit userland available. It requires a 32-bit
# userland to build, so mask it on 64ul. sys-boot/grub:2 support for
# sparc was added in ~2018 and is documented in the handbook per #854954
# See: https://github.com/esnowberg/grub2-sparc/wiki
# See: https://wiki.gentoo.org/wiki/Handbook:SPARC/Blocks/Disks
# See: https://wiki.gentoo.org/wiki/Handbook:SPARC/Blocks/Bootloader
sys-boot/silo

# Sam James <sam@gentoo.org> (2022-02-28)
# Binary (needed for bootstrap) is sparc32?
dev-lisp/sbcl

0 comments on commit 134690a

Please sign in to comment.