summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-07 23:29:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-26 10:22:33 +0200
commit239da41cb9374a3dc987adf52d7423785d818043 (patch)
treeee58c59b5818531b38e6d7c92d953e1f642bfc35 /eclass
parentkde4-base.eclass: Switch from fdo-mime to xdg-utils (diff)
downloadgentoo-239da41cb9374a3dc987adf52d7423785d818043.tar.gz
gentoo-239da41cb9374a3dc987adf52d7423785d818043.tar.bz2
gentoo-239da41cb9374a3dc987adf52d7423785d818043.zip
kde5.eclass: Drop obsolete conditional
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
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}