commit: de84a0fcb8b0fa3144e24a6214df0dfc1f90e148
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 02:13:38 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 02:14:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de84a0fc
eclass: mate.eclass: Fix spacing for documentation
eclass/mate.eclass | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/eclass/mate.eclass b/eclass/mate.eclass
index ac134a9..39d9da1 100644
--- a/eclass/mate.eclass
+++ b/eclass/mate.eclass
@@ -42,7 +42,8 @@ esac
DEPEND=">=mate-base/mate-common-${MATE_BRANCH}"
# @FUNCTION: mate_py_cond_func_wrap
-# @DESCRIPTION: Wraps a function for conditional python use, to run for each
+# @DESCRIPTION:
+# Wraps a function for conditional python use, to run for each
# python implementation in the build directory.
# This function should only be used if the ebuild also inherits the
# python-r1 eclass
@@ -66,7 +67,8 @@ mate_py_cond_func_wrap() {
: ${MATE_FORCE_AUTORECONF:="false"}
# @FUNCTION: ematedocize
-# @DESCRIPTION: A wrapper around mate-doc-common
+# @DESCRIPTION:
+# A wrapper around mate-doc-common
ematedocize() {
ebegin "Running mate-doc-common --copy"
mate-doc-common --copy || die