summaryrefslogtreecommitdiff
path: root/eclass/oasis.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/oasis.eclass')
-rw-r--r--eclass/oasis.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/oasis.eclass b/eclass/oasis.eclass
index aca744d409c..ff97e8fe8b6 100644
--- a/eclass/oasis.eclass
+++ b/eclass/oasis.eclass
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: oasis.eclass
-# @MAINTAINER:
+# @MAINTAINER:
# ml@gentoo.org
# @AUTHOR:
# Original Author: Alexis Ballier <aballier@gentoo.org>
@@ -98,7 +98,7 @@ oasis_src_configure() {
# @DESCRIPTION:
# Builds an oasis-based package.
# Will build documentation if OASIS_BUILD_DOCS is defined and the doc useflag is
-# enabled.
+# enabled.
oasis_src_compile() {
${OASIS_SETUP_COMMAND:-ocaml setup.ml} -build || die
if [ -n "${OASIS_BUILD_DOCS}" ] && use doc; then