summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-19 10:20:26 +0000
committerJustin Lecher <jlec@gentoo.org>2017-03-19 10:25:23 +0000
commit7131191b36bb86374fb9f5191c9ba5d2fc2f45e1 (patch)
tree9b649fbf5ee35e42e8945c39c329ba74899c4183 /eclass/oasis.eclass
parentsci-physics/herwig: fix bug 612906 (diff)
downloadgentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.gz
gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.tar.bz2
gentoo-7131191b36bb86374fb9f5191c9ba5d2fc2f45e1.zip
Drop trailing whitespaces
Signed-off-by: Justin Lecher <jlec@gentoo.org>
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 aca744d409c6..ff97e8fe8b62 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