diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-09 15:49:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-12 19:10:33 +0200 |
commit | 674f168fd48b0e7461b1cffa9dc169e98cc92457 (patch) | |
tree | 1915396a53301dcd74a79fd6bcb5f6aa42425825 /eclass | |
parent | ruby-fakegem.eclass: Don't indent eclass documentation (diff) | |
download | gentoo-674f168fd48b0e7461b1cffa9dc169e98cc92457.tar.gz gentoo-674f168fd48b0e7461b1cffa9dc169e98cc92457.tar.bz2 gentoo-674f168fd48b0e7461b1cffa9dc169e98cc92457.zip |
waf-utils.eclass: Don't indent eclass documentation
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/waf-utils.eclass | 10 |
1 files 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=() |