summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 00:25:09 +0100
committerSam James <sam@gentoo.org>2021-04-12 02:14:16 +0100
commit713ddc8ff5ac74304c85306465d9b2f7379e569f (patch)
tree3850195d2c6c19d2bf285a657b8c493daca9dcc8 /eclass
parentnet-print/cndrvcups-common-lb: inherit multilib for get_abi_LIBDIR (diff)
downloadgentoo-713ddc8ff5ac74304c85306465d9b2f7379e569f.tar.gz
gentoo-713ddc8ff5ac74304c85306465d9b2f7379e569f.tar.bz2
gentoo-713ddc8ff5ac74304c85306465d9b2f7379e569f.zip
waf-utils.eclass: mark WAF_VERBOSE as @USER_VARIABLE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/waf-utils.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index f22460881ef4..5218706a1ab7 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