From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E90A138334 for ; Thu, 28 Feb 2019 15:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4801CE08B1; Thu, 28 Feb 2019 15:52:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 230CEE08B1 for ; Thu, 28 Feb 2019 15:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2865A335CFE for ; Thu, 28 Feb 2019 15:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB87452 for ; Thu, 28 Feb 2019 15:52:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551369118.d65587b84d15d98984a8c942b65ad95737b00237.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d65587b84d15d98984a8c942b65ad95737b00237 X-VCS-Branch: master Date: Thu, 28 Feb 2019 15:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 393a6030-118a-4c2f-b829-1adbb90dd6c0 X-Archives-Hash: f4daf22e106e9ff302181c82c3e11ba7 commit: d65587b84d15d98984a8c942b65ad95737b00237 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 28 15:47:56 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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