commit: 6f32247b23aca193ae6312cd762d2c4cbf87158e Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Jul 22 19:05:45 2021 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jul 22 19:11:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f32247b
profiles/arch/riscv/package.mask: mask <dev-lang/go-1.17 This version of go can only be installed via cross, so block emerging it. This will be fixed when 1.17 is released. Contact sam <AT> g.o or [email protected] for details. Bug: https://bugs.gentoo.org/794046 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> profiles/arch/riscv/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.mask b/profiles/arch/riscv/package.mask index 43580b7b49a..ede4f7981a0 100644 --- a/profiles/arch/riscv/package.mask +++ b/profiles/arch/riscv/package.mask @@ -1,5 +1,9 @@ # Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# dev-lang/go prior to 1.17 cannot be installed via emerge on riscv. +# It can only be installed via cross. +<dev-lang/go-1.17 + # Doesnt work properly with the two-level libdirs <dev-lang/python-3.7
