summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-27 14:19:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-02 20:23:37 +0100
commit161f17cc95d03d8fe790619134bd4cbb69f722ee (patch)
tree484b1deba7251d82edea7b359c6ea2164429774f /eclass
parentcmake-utils.eclass: add supported EAPI documentation (diff)
downloadgentoo-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.eclass6
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: