commit: 705aa32b129b394fd4e4c27ab02fc279bec6eda1
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: Sat Oct 7 22:06:42 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=705aa32b
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 32b0b4312d..3a1e92e267 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}