commit:     239da41cb9374a3dc987adf52d7423785d818043
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 21:29:12 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 08:22:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239da41c

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 b05f96c78f4..400bd408f62 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}

Reply via email to