commit: d65587b84d15d98984a8c942b65ad95737b00237
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 15:47:56 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 15:51:58 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d65587b8
kde5.eclass: Drop bogus comment
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5.eclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index ca96a6f7dc..ab24346fa8 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -702,7 +702,6 @@ 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)
- einfo "muha $pv"
if [[ ${pv} = 5.11* ]]; then
#todo: clean up trailing slash check when EAPI <7 is removed
if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then