From 239da41cb9374a3dc987adf52d7423785d818043 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 7 Oct 2017 23:29:12 +0200 Subject: [PATCH] kde5.eclass: Drop obsolete conditional --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index b05f96c78f4d..400bd408f62f 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -100,7 +100,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_ # If set to "false", do nothing. # Otherwise, add "doc" to IUSE, add the appropriate dependency, generate # and install Qt compressed help files with -DBUILD_QCH=ON when USE=doc. -if [[ ${CATEGORY} = kde-frameworks && ( $(get_version_component_range 2) -ge 36 || ${KDE_BUILD_TYPE} = live ) ]]; then +if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_QTHELP:=true} else : ${KDE_QTHELP:=false} -- 2.26.2