commit: 50317d0a65f26eae6d5c56b5fa034fdcb42bdd74
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 09:55:39 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:59:48 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=50317d0a
kde5.eclass: add todo for when EAPI <7 support is dropped
eclass/kde5.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index b1a8b064b9..16468590aa 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