summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/oasis.eclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/oasis.eclass b/eclass/oasis.eclass
index 83e68ae75335..42ad9368f735 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.