summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 05:22:41 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:19:44 +0100
commit65cec8910a06030c0155be60c4139f205d281fbf (patch)
tree9f5d6a88722ac6868501b3f6cc32569fbaa95be5 /eclass/oasis.eclass
parentdune.eclass: mark DUNE_PKG_NAME as @PRE_INHERIT (diff)
downloadgentoo-65cec8910a06030c0155be60c4139f205d281fbf.tar.gz
gentoo-65cec8910a06030c0155be60c4139f205d281fbf.tar.bz2
gentoo-65cec8910a06030c0155be60c4139f205d281fbf.zip
oasis.eclass: mark various OASIS_* as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/oasis.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.