commit: 674f168fd48b0e7461b1cffa9dc169e98cc92457
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 13:49:39 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu May 12 17:10:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674f168f
waf-utils.eclass: Don't indent eclass documentation
Signed-off-by: Ulrich Müller <ulm <AT> 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 located in
"${S}/waf".
: ${WAF_BINARY:="${S}/waf"}
local conf_args=()