commit:     161f17cc95d03d8fe790619134bd4cbb69f722ee
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 13:19:31 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 19:23:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161f17cc

kde5.eclass: Fix eclassdoc

Closes: https://bugs.gentoo.org/637776

 eclass/kde5.eclass | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f1538e297e0..51eeb57bad5 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:

Reply via email to