diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 02:18:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:02:56 +0100 |
commit | 949d6f573ad8376e0fd3f34cb0037332eaae08f3 (patch) | |
tree | 42866c2bdf1d9d742918b0e802e4e494b8388373 | |
parent | texlive-module.eclass: mark TEXLIVE_MODULE_*_CONTENTS as @PRE_INHERIT (diff) | |
download | gentoo-949d6f573ad8376e0fd3f34cb0037332eaae08f3.tar.gz gentoo-949d6f573ad8376e0fd3f34cb0037332eaae08f3.tar.bz2 gentoo-949d6f573ad8376e0fd3f34cb0037332eaae08f3.zip |
cargo.eclass: consistent comment whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20208
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | eclass/cargo.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index e763ac3468c5..e2894b4588b6 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cargo.eclass @@ -204,7 +204,6 @@ cargo_src_unpack() { # @FUNCTION: cargo_live_src_unpack # @DESCRIPTION: # Runs 'cargo fetch' and vendors downloaded crates for offline use, used in live ebuilds - cargo_live_src_unpack() { debug-print-function ${FUNCNAME} "$@" @@ -316,7 +315,6 @@ cargo_live_src_unpack() { # In some cases crates may need '--no-default-features' option, # as there is no way to disable single feature, except disabling all. # It can be passed directly to cargo_src_configure(). - cargo_src_configure() { debug-print-function ${FUNCNAME} "$@" @@ -361,7 +359,6 @@ cargo_src_compile() { # In come case workspaces need alternative --path parameter # default is '--path ./' if nothing specified. # '--path ./somedir' can be passed directly to cargo_src_install() - cargo_src_install() { debug-print-function ${FUNCNAME} "$@" |