commit: bfc5e154344a12f82205a1d3e1c06813539b61cc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 28 18:37:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 28 20:43:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc5e154
dev-lang/go-bootstrap: update DESCRIPTION to say 'binary' Go connoisseurs will know Go is written in Go, but perhaps others won't. Bug: https://bugs.gentoo.org/968116 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/go-bootstrap/go-bootstrap-1.20.14.ebuild | 4 ++-- dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.20.14.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.20.14.ebuild index 9cac5f9161d6..43c52472fc88 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.20.14.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.20.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DESCRIPTION="Bootstrap package for dev-lang/go" +DESCRIPTION="Binary bootstrap package for dev-lang/go" HOMEPAGE="https://golang.org" BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist" SRC_URI=" diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild b/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild index a59037c92d9f..abd02c32facc 100644 --- a/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild +++ b/dev-lang/go-bootstrap/go-bootstrap-1.22.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DESCRIPTION="Bootstrap package for dev-lang/go" +DESCRIPTION="Binary bootstrap package for dev-lang/go" HOMEPAGE="https://golang.org" BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist" SRC_URI="
