From 64cae265b628da189beaab0b79bb8a2785e7704e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 28 Aug 2026 13:16:59 +0300 Subject: [PATCH] dev-lang/go: keyword 1.27 I've compiled all go packages on a container, both stable and unstable, and collected all failures up till now. I think we can enable go 1.27. Bug: https://bugs.gentoo.org/981130 Signed-off-by: Arthur Zamarin --- dev-lang/go/go-1.27.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/go/go-1.27.0.ebuild b/dev-lang/go/go-1.27.0.ebuild index 89c75b000c3c5..452231977fd81 100644 --- a/dev-lang/go/go-1.27.0.ebuild +++ b/dev-lang/go/go-1.27.0.ebuild @@ -20,7 +20,7 @@ case ${PV} in *) SRC_URI="https://go.dev/dl/go${MY_PV}.src.tar.gz " S="${WORKDIR}"/go - #KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~x64-macos ~x64-solaris" + KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86 ~x64-macos ~x64-solaris" ;; esac