diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-03-13 20:08:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-03-13 20:08:33 +0100 |
commit | cf6ae617f10ab911a2818dbaaea9abe71c59db4f (patch) | |
tree | 478b45491843aa9ccaebe148f1969ba3cdf439d9 /eclass | |
parent | dev-util/gtk-update-icon-cache: remove old (diff) | |
download | gentoo-cf6ae617f10ab911a2818dbaaea9abe71c59db4f.tar.gz gentoo-cf6ae617f10ab911a2818dbaaea9abe71c59db4f.tar.bz2 gentoo-cf6ae617f10ab911a2818dbaaea9abe71c59db4f.zip |
rust-toolchain.eclass: [QA] Typo in eclass documentation.
Bug: https://bugs.gentoo.org/679930
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/rust-toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass index 26c803adf007..f3b7ab9a568c 100644 --- a/eclass/rust-toolchain.eclass +++ b/eclass/rust-toolchain.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: rust-toolchain.eclass @@ -91,7 +91,7 @@ rust_arch_uri() { } # @FUNCTION: rust_all_arch_uris -# @USAGE <base-uri> [alt-distfile-basename] +# @USAGE: <base-uri> [alt-distfile-basename] # @DESCRIPTION: # Outputs the URIs for SRC_URI to help fetch dependencies, using a base URI # provided as an argument. Optionally allows for distfile renaming via a specified |