summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-03 04:04:27 +0000
committerSam James <sam@gentoo.org>2023-01-05 00:31:40 +0000
commit525746f3e48122c3b402d77f3bf8c4e848bcae62 (patch)
treec5d86b5ed22b33704b93074393b620a4e637a96c /eclass
parentprofiles: unset GDK_PIXBUF_MODULE_FILE (diff)
downloadgentoo-525746f3e48122c3b402d77f3bf8c4e848bcae62.tar.gz
gentoo-525746f3e48122c3b402d77f3bf8c4e848bcae62.tar.bz2
gentoo-525746f3e48122c3b402d77f3bf8c4e848bcae62.zip
cmake.eclass: mark CMAKE_VERBOSE as @USER_VARIABLE
It's a policy requirement that ebuilds produce verbose logs, so ebuilds themselves must not set CMAKE_VERBOSE. But users can. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 094b6d706bc2..6787735d5416 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: cmake.eclass
@@ -96,6 +96,7 @@ fi
# By default it uses current working directory (in EAPI-7: ${S}).
# @ECLASS_VARIABLE: CMAKE_VERBOSE
+# @USER_VARIABLE
# @DESCRIPTION:
# Set to OFF to disable verbose messages during compilation
: ${CMAKE_VERBOSE:=ON}