Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 04 Jul 2020 07:15:50
Message-Id: 1593846911.3e76aa7738eb60dbe23619f17b6feec277126ce2.mgorny@gentoo
1 commit: 3e76aa7738eb60dbe23619f17b6feec277126ce2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 07:00:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 07:15:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e76aa77
7
8 multilib-build.eclass: Mark variable classes in eclassdoc
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/multilib-build.eclass | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
16 index 828fc772066..620bdcedce5 100644
17 --- a/eclass/multilib-build.eclass
18 +++ b/eclass/multilib-build.eclass
19 @@ -79,6 +79,7 @@ readonly _MULTILIB_FLAGS
20 # @CODE
21
22 # @ECLASS-VARIABLE: MULTILIB_USEDEP
23 +# @OUTPUT_VARIABLE
24 # @DESCRIPTION:
25 # The USE-dependency to be used on dependencies (libraries) needing
26 # to support multilib as well.
27 @@ -90,7 +91,7 @@ readonly _MULTILIB_FLAGS
28 # @CODE
29
30 # @ECLASS-VARIABLE: MULTILIB_ABI_FLAG
31 -# @DEFAULT_UNSET
32 +# @OUTPUT_VARIABLE
33 # @DESCRIPTION:
34 # The complete ABI name. Resembles the USE flag name.
35 #
36 @@ -320,6 +321,7 @@ multilib_copy_sources() {
37 }
38
39 # @ECLASS-VARIABLE: MULTILIB_WRAPPED_HEADERS
40 +# @DEFAULT_UNSET
41 # @DESCRIPTION:
42 # A list of headers to wrap for multilib support. The listed headers
43 # will be moved to a non-standard location and replaced with a file
44 @@ -342,6 +344,7 @@ multilib_copy_sources() {
45 # @CODE
46
47 # @ECLASS-VARIABLE: MULTILIB_CHOST_TOOLS
48 +# @DEFAULT_UNSET
49 # @DESCRIPTION:
50 # A list of tool executables to preserve for each multilib ABI.
51 # The listed executables will be renamed to ${CHOST}-${basename},