Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:30
Message-Id: 1617167984.65cec8910a06030c0155be60c4139f205d281fbf.sam@gentoo
1 commit: 65cec8910a06030c0155be60c4139f205d281fbf
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:22:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cec891
7
8 oasis.eclass: mark various OASIS_* as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/oasis.eclass | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/eclass/oasis.eclass b/eclass/oasis.eclass
16 index 83e68ae7533..42ad9368f73 100644
17 --- a/eclass/oasis.eclass
18 +++ b/eclass/oasis.eclass
19 @@ -19,6 +19,7 @@
20 # Ebuilds using oasis.eclass must be EAPI>=3.
21
22 # @ECLASS-VARIABLE: OASIS_BUILD_DOCS
23 +# @PRE_INHERIT
24 # @DESCRIPTION:
25 # Will make oasis_src_compile build the documentation if this variable is
26 # defined and the doc useflag is enabled.
27 @@ -27,6 +28,7 @@
28 # Set before inheriting the eclass.
29
30 # @ECLASS-VARIABLE: OASIS_BUILD_TESTS
31 +# @PRE_INHERIT
32 # @DESCRIPTION:
33 # Will make oasis_src_configure enable building the tests if the test useflag is
34 # enabled. oasis_src_test will then run them.
35 @@ -38,6 +40,7 @@
36
37
38 # @ECLASS-VARIABLE: OASIS_NO_DEBUG
39 +# @PRE_INHERIT
40 # @DESCRIPTION:
41 # Disable debug useflag usage. Old oasis versions did not support it so we allow
42 # disabling it in those cases.
43 @@ -45,6 +48,7 @@
44 # Set before inheriting the eclass.
45
46 # @ECLASS-VARIABLE: OASIS_DOC_DIR
47 +# @PRE_INHERIT
48 # @DESCRIPTION:
49 # Specify where to install documentation. Default is for ocamldoc HTML.
50 # Change it before inherit if this is not what you want.