diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-12 09:03:56 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-12 09:40:15 +1000 |
commit | bfbc75e17d70b281f7f8548a62a0e820821b175a (patch) | |
tree | 5b6e3ad4080ea6fe2b7c90f2defd81c4912f28cd /eclass | |
parent | dev-lang/rust: drop USE=system-bootstrap (diff) | |
download | gentoo-bfbc75e17d70b281f7f8548a62a0e820821b175a.tar.gz gentoo-bfbc75e17d70b281f7f8548a62a0e820821b175a.tar.bz2 gentoo-bfbc75e17d70b281f7f8548a62a0e820821b175a.zip |
rust.eclass: fix typo
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/rust.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 791af971eb3d..3837c3a1f6c5 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -130,7 +130,7 @@ declare -a -g -r _RUST_SLOTS_ORDERED=( # @DESCRIPTION: # This is an eclass-generated Rust dependency string, filtered by # RUST_MAX_VER and RUST_MIN_VER. If RUST_NEEDS_LLVM is set, this -# is gropeda and gated by an appropriate `llvm_slot_x` USE for all +# is grouped and gated by an appropriate `llvm_slot_x` USE for all # implementations listed in LLVM_COMPAT. # @ECLASS_VARIABLE: RUST_OPTIONAL |