diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-27 14:19:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-02 20:23:37 +0100 |
commit | 161f17cc95d03d8fe790619134bd4cbb69f722ee (patch) | |
tree | 484b1deba7251d82edea7b359c6ea2164429774f /eclass | |
parent | cmake-utils.eclass: add supported EAPI documentation (diff) | |
download | gentoo-161f17cc95d03d8fe790619134bd4cbb69f722ee.tar.gz gentoo-161f17cc95d03d8fe790619134bd4cbb69f722ee.tar.bz2 gentoo-161f17cc95d03d8fe790619134bd4cbb69f722ee.zip |
kde5.eclass: Fix eclassdoc
Closes: https://bugs.gentoo.org/637776
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index f1538e297e05..51eeb57bad51 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -102,9 +102,8 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_ # and install Qt compressed help files with -DBUILD_QCH=ON when USE=doc. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_QTHELP:=true} -else - : ${KDE_QTHELP:=false} fi +: ${KDE_QTHELP:=false} # @ECLASS-VARIABLE: KDE_TESTPATTERN # @DESCRIPTION: @@ -127,9 +126,8 @@ fi # fix and creates ${T}/${P}-tests-optional.patch to refine and submit upstream. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_TEST:=true} -else - : ${KDE_TEST:=false} fi +: ${KDE_TEST:=false} # @ECLASS-VARIABLE: KDE_SELINUX_MODULE # @DESCRIPTION: |