summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-11-18 12:02:29 +1100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-02 20:23:36 +0100
commit0107586e9d4da688feed7258af594a01f7dfe751 (patch)
treed4ce7ac4120701e4bba77a3c23ba9e77947a7c48
parentdev-libs/botan: add live ebuild (diff)
downloadgentoo-0107586e.tar.gz
gentoo-0107586e.tar.bz2
gentoo-0107586e.zip
cmake-utils.eclass: mark some eclass variables as unset by default
-rw-r--r--eclass/cmake-utils.eclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 148fbc3cff33..58990e624dc0 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -44,6 +44,7 @@ _CMAKE_UTILS_ECLASS=1
: ${CMAKE_BUILD_TYPE:=Gentoo}
# @ECLASS-VARIABLE: CMAKE_IN_SOURCE_BUILD
+# @DEFAULT_UNSET
# @DESCRIPTION:
# Set to enable in-source build.
@@ -88,12 +89,14 @@ _CMAKE_UTILS_ECLASS=1
# "no" to disable (default) or anything else to enable.
# @ECLASS-VARIABLE: CMAKE_EXTRA_CACHE_FILE
+# @DEFAULT_UNSET
# @DESCRIPTION:
# Specifies an extra cache file to pass to cmake. This is the analog of EXTRA_ECONF
# for econf and is needed to pass TRY_RUN results when cross-compiling.
# Should be set by user in a per-package basis in /etc/portage/package.env.
# @ECLASS-VARIABLE: CMAKE_UTILS_QA_SRC_DIR_READONLY
+# @DEFAULT_UNSET
# @DESCRIPTION:
# After running cmake-utils_src_prepare, sets ${S} to read-only. This is
# a user flag and should under _no circumstances_ be set in the ebuild.