From 3407acf4db11a00fb08b4b03339b1257abb7617d Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:26:14 +0000 Subject: [PATCH] eclass/go-module: Sync with Gentoo It's from Gentoo commit 9f60bd05b57239f586594eebe7c8e1770a1c13ca. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/go-module.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/go-module.eclass b/sdk_container/src/third_party/portage-stable/eclass/go-module.eclass index 411d0cd8ea..2399fb56e9 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/go-module.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/go-module.eclass @@ -1,4 +1,4 @@ -# Copyright 2019-2025 Gentoo Authors +# Copyright 2019-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: go-module.eclass @@ -389,6 +389,7 @@ go-module_src_unpack() { } # @FUNCTION: _go-module_src_unpack_gosum +# @INTERNAL # @DEPRECATED: none # @DESCRIPTION: # Populate a GOPROXY directory hierarchy with distfiles from EGO_SUM and @@ -435,6 +436,7 @@ _go-module_src_unpack_gosum() { } # @FUNCTION: _go-module_gosum_synthesize_files +# @INTERNAL # @DEPRECATED: none # @DESCRIPTION: # Given a path & version, populate all Goproxy metadata files which aren't @@ -463,6 +465,7 @@ _go-module_gosum_synthesize_files() { } # @FUNCTION: _go-module_src_unpack_verify_gosum +# @INTERNAL # @DEPRECATED: none # @DESCRIPTION: # Validate the Go modules declared by EGO_SUM are sufficient to cover building