commit: b9c529c60747c9170e29122bc144cb4a7fe85284 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 6 00:24:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 6 00:24:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c529c6
dev-lang/go: crank subslot for Docker segfault fix Crank the subslot for 7158bcf1dca8775e2614ed826c69fa538dc79b86 so people get rebuilds and a fixed version of Docker. We've had 2 reports of it just today. Closes: https://bugs.gentoo.org/955451 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/go/{go-1.24.2-r2.ebuild => go-1.24.2-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/go/go-1.24.2-r2.ebuild b/dev-lang/go/go-1.24.2-r3.ebuild similarity index 97% rename from dev-lang/go/go-1.24.2-r2.ebuild rename to dev-lang/go/go-1.24.2-r3.ebuild index be97c0565775..0ab0ca2dd134 100644 --- a/dev-lang/go/go-1.24.2-r2.ebuild +++ b/dev-lang/go/go-1.24.2-r3.ebuild @@ -28,7 +28,8 @@ DESCRIPTION="A concurrent garbage collected and typesafe programming language" HOMEPAGE="https://go.dev" LICENSE="BSD" -SLOT="0/${PV}" +# XXX: Drop the .1 after 1.24.2 (added for bug #955451) +SLOT="0/${PV}.1" IUSE="cpu_flags_x86_sse2" BDEPEND="|| (
