Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 02 Dec 2017 19:23:53
Message-Id: 1512242616.0107586e9d4da688feed7258af594a01f7dfe751.asturm@gentoo
1 commit: 0107586e9d4da688feed7258af594a01f7dfe751
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 18 01:02:29 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 19:23:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0107586e
7
8 cmake-utils.eclass: mark some eclass variables as unset by default
9
10 eclass/cmake-utils.eclass | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
14 index 148fbc3cff3..58990e624dc 100644
15 --- a/eclass/cmake-utils.eclass
16 +++ b/eclass/cmake-utils.eclass
17 @@ -44,6 +44,7 @@ _CMAKE_UTILS_ECLASS=1
18 : ${CMAKE_BUILD_TYPE:=Gentoo}
19
20 # @ECLASS-VARIABLE: CMAKE_IN_SOURCE_BUILD
21 +# @DEFAULT_UNSET
22 # @DESCRIPTION:
23 # Set to enable in-source build.
24
25 @@ -88,12 +89,14 @@ _CMAKE_UTILS_ECLASS=1
26 # "no" to disable (default) or anything else to enable.
27
28 # @ECLASS-VARIABLE: CMAKE_EXTRA_CACHE_FILE
29 +# @DEFAULT_UNSET
30 # @DESCRIPTION:
31 # Specifies an extra cache file to pass to cmake. This is the analog of EXTRA_ECONF
32 # for econf and is needed to pass TRY_RUN results when cross-compiling.
33 # Should be set by user in a per-package basis in /etc/portage/package.env.
34
35 # @ECLASS-VARIABLE: CMAKE_UTILS_QA_SRC_DIR_READONLY
36 +# @DEFAULT_UNSET
37 # @DESCRIPTION:
38 # After running cmake-utils_src_prepare, sets ${S} to read-only. This is
39 # a user flag and should under _no circumstances_ be set in the ebuild.