kde5.eclass: Drop obsolete conditional
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 7 Oct 2017 21:29:12 +0000 (23:29 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 26 Oct 2017 08:22:33 +0000 (10:22 +0200)
eclass/kde5.eclass

index b05f96c78f4d938fe85bfef1cf7ea24a7a9f3e53..400bd408f62fa2b9057a5e98a5bd3a0d1f7fc60b 100644 (file)
@@ -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}