diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-07 23:29:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-26 10:22:33 +0200 |
commit | 239da41cb9374a3dc987adf52d7423785d818043 (patch) | |
tree | ee58c59b5818531b38e6d7c92d953e1f642bfc35 /eclass | |
parent | kde4-base.eclass: Switch from fdo-mime to xdg-utils (diff) | |
download | gentoo-239da41cb9374a3dc987adf52d7423785d818043.tar.gz gentoo-239da41cb9374a3dc987adf52d7423785d818043.tar.bz2 gentoo-239da41cb9374a3dc987adf52d7423785d818043.zip |
kde5.eclass: Drop obsolete conditional
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5.eclass | 2 |
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} |