summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-05-26 19:55:39 +1000
committerMichael Palimaka <kensington@gentoo.org>2018-05-26 19:59:48 +1000
commit50317d0a65f26eae6d5c56b5fa034fdcb42bdd74 (patch)
tree09352ef7d3aeda60950df8c4c1ef5efba5f545a6 /eclass/kde5.eclass
parent14231bc3a1f4f4db038ae7c1b40ab2afbf0410b5 (diff)
downloadkde-50317d0a65f26eae6d5c56b5fa034fdcb42bdd74.tar.gz
kde-50317d0a65f26eae6d5c56b5fa034fdcb42bdd74.tar.bz2
kde-50317d0a65f26eae6d5c56b5fa034fdcb42bdd74.zip
kde5.eclass: add todo for when EAPI <7 support is dropped
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index b1a8b064b9b..16468590aa6 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -706,12 +706,14 @@ kde5_src_install() {
# cmake can't find the tags and qthelp viewers can't find the docs
local p=$(best_version dev-qt/qtcore:5)
local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
+ #todo: clean up trailing space check when EAPI <7 is removed
if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then
docompress -x /usr/share/doc/qt-${pv}
fi
# We don't want /usr/share/doc/HTML to be compressed,
# because then khelpcenter can't find the docs
+ #todo: clean up trailing space check when EAPI <7 is removed
if [[ -d ${ED%/}/usr/share/doc/HTML ]]; then
docompress -x /usr/share/doc/HTML
fi