commit: 713ddc8ff5ac74304c85306465d9b2f7379e569f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 23:25:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:14:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713ddc8f
waf-utils.eclass: mark WAF_VERBOSE as @USER_VARIABLE
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/waf-utils.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index f22460881ef..5218706a1ab 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: waf-utils.eclass
@@ -24,6 +24,7 @@ case ${EAPI:-0} in
esac
# @ECLASS-VARIABLE: WAF_VERBOSE
+# @USER_VARIABLE
# @DESCRIPTION:
# Set to OFF to disable verbose messages during compilation
# this is _not_ meant to be set in ebuilds