• [gentoo-dev] [PATCH 5/7] waf-utils.eclass: Don't indent eclass document

    From =?UTF-8?q?Ulrich=20M=C3=BCller?=@21:1/5 to All on Tue May 10 08:10:01 2022
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    ---
    eclass/waf-utils.eclass | 10 ++++++----
    1 file changed, 6 insertions(+), 4 deletions(-)

    diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
    index 7945cc869eb6..d5d52b9af247 100644
    --- a/eclass/waf-utils.eclass
    +++ b/eclass/waf-utils.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 1999-2021 Gentoo Authors
    +# Copyright 1999-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: waf-utils.eclass
    @@ -29,6 +29,11 @@ esac
    # this is _not_ meant to be set in ebuilds
    : ${WAF_VERBOSE:=ON}

    +# @ECLASS_VARIABLE: WAF_BINARY
    +# @DESCRIPTION:
    +# Eclass can use different waf executable. Usually it is located
    +# in "${S}/waf".
    +
    # @FUNCTION: waf-utils_src_configure
    # @DESCRIPTION:
    # General function for configuring with waf.
    @@ -69,9 +74,6 @@ waf-utils_src_configure() {

    [[ ${fail} ]] && die "Invalid use of waf-utils.eclass"

    - # @ECLASS_VARIABLE: WAF_BINARY
    - # @DESCRIPTION:
    - # Eclass can use different waf executable. Usually it is l