commit:     65cec8910a06030c0155be60c4139f205d281fbf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 04:22:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 05:19:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cec891

oasis.eclass: mark various OASIS_* as @PRE_INHERIT

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/oasis.eclass | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eclass/oasis.eclass b/eclass/oasis.eclass
index 83e68ae7533..42ad9368f73 100644
--- a/eclass/oasis.eclass
+++ b/eclass/oasis.eclass
@@ -19,6 +19,7 @@
 # Ebuilds using oasis.eclass must be EAPI>=3.
 
 # @ECLASS-VARIABLE: OASIS_BUILD_DOCS
+# @PRE_INHERIT
 # @DESCRIPTION:
 # Will make oasis_src_compile build the documentation if this variable is
 # defined and the doc useflag is enabled.
@@ -27,6 +28,7 @@
 # Set before inheriting the eclass.
 
 # @ECLASS-VARIABLE: OASIS_BUILD_TESTS
+# @PRE_INHERIT
 # @DESCRIPTION:
 # Will make oasis_src_configure enable building the tests if the test useflag 
is
 # enabled. oasis_src_test will then run them.
@@ -38,6 +40,7 @@
 
 
 # @ECLASS-VARIABLE: OASIS_NO_DEBUG
+# @PRE_INHERIT
 # @DESCRIPTION:
 # Disable debug useflag usage. Old oasis versions did not support it so we 
allow
 # disabling it in those cases.
@@ -45,6 +48,7 @@
 # Set before inheriting the eclass.
 
 # @ECLASS-VARIABLE: OASIS_DOC_DIR
+# @PRE_INHERIT
 # @DESCRIPTION:
 # Specify where to install documentation. Default is for ocamldoc HTML.
 # Change it before inherit if this is not what you want.

Reply via email to