kde5.eclass: Fix eclassdoc
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 27 Nov 2017 13:19:31 +0000 (14:19 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 2 Dec 2017 19:23:37 +0000 (20:23 +0100)
Closes: https://bugs.gentoo.org/637776

eclass/kde5.eclass

index f1538e297e05f4c7ce492e8064e2f85edcdd6a97..51eeb57bad51eb1e8c3a8febebfa606c9777353c 100644 (file)
@@ -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: