diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-06-17 01:03:54 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-06-17 01:03:54 +0000 |
commit | 89a4992d05e3778bc3c46f82d5f17428e772688e (patch) | |
tree | 5b1fbd93ad9bd16904c1c4e10cdd866db275aa8f | |
parent | 2024-06-17 00:34:06 UTC (diff) | |
parent | cargo.eclass: mention app-portage/pycargoebuild in @CRATES docs (diff) | |
download | gentoo-89a4992d05e3778bc3c46f82d5f17428e772688e.tar.gz gentoo-89a4992d05e3778bc3c46f82d5f17428e772688e.tar.bz2 gentoo-89a4992d05e3778bc3c46f82d5f17428e772688e.zip |
Merge updates from master
-rw-r--r-- | eclass/cargo.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 40d98211ce7f..548aaef3ed69 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -48,7 +48,7 @@ ECARGO_VENDOR="${ECARGO_HOME}/gentoo" # @PRE_INHERIT # @DESCRIPTION: # Bash string containing all crates that are to be downloaded. -# It is used by cargo_crate_uris. +# It is used by cargo_crate_uris. Typically generated by app-portage/pycargoebuild. # # Ideally, crate names and versions should be separated by a `@` # character. A legacy syntax using hyphen is also supported but it is |