diff options
author | Sam James <sam@gentoo.org> | 2024-06-17 01:53:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-17 01:53:32 +0100 |
commit | 8ac18e94add62abf445280e5b3ddf9a20e5e17a7 (patch) | |
tree | 39af99c82f1ff00c80c2f823a0dd43ab2c38c2d9 /eclass | |
parent | sec-keys/openpgp-keys-dehydrated: stabilize 20230716 for ALLARCHES (diff) | |
download | gentoo-8ac18e94add62abf445280e5b3ddf9a20e5e17a7.tar.gz gentoo-8ac18e94add62abf445280e5b3ddf9a20e5e17a7.tar.bz2 gentoo-8ac18e94add62abf445280e5b3ddf9a20e5e17a7.zip |
cargo.eclass: mention app-portage/pycargoebuild in @CRATES docs
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-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 |