Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Thu, 28 Feb 2019 15:52:11
Message-Id: 1551369118.d65587b84d15d98984a8c942b65ad95737b00237.asturm@gentoo
1 commit: d65587b84d15d98984a8c942b65ad95737b00237
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 15:47:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 15:51:58 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d65587b8
7
8 kde5.eclass: Drop bogus comment
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5.eclass | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index ca96a6f7dc..ab24346fa8 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -702,7 +702,6 @@ kde5_src_install() {
20 # cmake can't find the tags and qthelp viewers can't find the docs
21 local p=$(best_version dev-qt/qtcore:5)
22 local pv=$(echo ${p/%-r[0-9]*/} | rev | cut -d - -f 1 | rev)
23 - einfo "muha $pv"
24 if [[ ${pv} = 5.11* ]]; then
25 #todo: clean up trailing slash check when EAPI <7 is removed
26 if [[ -d ${ED%/}/usr/share/doc/qt-${pv} ]]; then