From 600d9d985ce8a056e09eec3f30d2542f392d3369 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:25:38 +0000 Subject: [PATCH] eclass/cargo: Sync with Gentoo It's from Gentoo commit 88edeac4eff9f84f30898d487ac2c5e66321dd61. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/cargo.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass index cbde35be72..76d3b9a61a 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cargo.eclass @@ -257,6 +257,7 @@ _cargo_check_initialized() { # @FUNCTION: _cargo_set_crate_uris # @USAGE: +# @INTERNAL # @DESCRIPTION: # Generates the URIs to put in SRC_URI to help fetch dependencies. # Constructs a list of crates from its arguments.