diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-13 22:13:38 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-13 22:14:20 -0400 |
commit | de84a0fcb8b0fa3144e24a6214df0dfc1f90e148 (patch) | |
tree | f069ff975f4b0bf7e19d8e89f50d0521954609ea /eclass | |
parent | net-libs/mbedtls: Integrate upstream patches for bug 588818 (diff) | |
download | gentoo-de84a0fcb8b0fa3144e24a6214df0dfc1f90e148.tar.gz gentoo-de84a0fcb8b0fa3144e24a6214df0dfc1f90e148.tar.bz2 gentoo-de84a0fcb8b0fa3144e24a6214df0dfc1f90e148.zip |
eclass: mate.eclass: Fix spacing for documentation
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mate.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mate.eclass b/eclass/mate.eclass index ac134a9bdbb2..39d9da1e4a76 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 |