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 CA74E138335 for ; Sun, 7 Jul 2019 15:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04FD5E081A; Sun, 7 Jul 2019 15:56:08 +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 DDB5AE081A for ; Sun, 7 Jul 2019 15:56:06 +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 95A7A347304 for ; Sun, 7 Jul 2019 15:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 201114D3 for ; Sun, 7 Jul 2019 15:56:03 +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: <1562514652.a11396f14cfa5ca634d6c42db02286673df99490.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a11396f14cfa5ca634d6c42db02286673df99490 X-VCS-Branch: master Date: Sun, 7 Jul 2019 15:56:03 +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: d34dcb87-cd17-4dd7-8d96-c5fc456805d9 X-Archives-Hash: 4ee301ef6f4fc7c377dd3caa2311c81e commit: a11396f14cfa5ca634d6c42db02286673df99490 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 2 16:26:25 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 7 15:50:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11396f1 kde-plasma/plasma-workspace: Drop obsolete sed Upstream commits: fd7d1ca3d7050ddf4a46b859e985ccaa249d942b d3434a2d34faf483dc649d56d676f90aad784311 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild index 24e6c75bc03..5fbd5a4e8ad 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild @@ -125,9 +125,6 @@ RESTRICT+=" test" src_prepare() { kde5_src_prepare - sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \ - -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die - cmake_comment_add_subdirectory libkworkspace # delete colliding libkworkspace translations if [[ ${KDE_BUILD_TYPE} = release ]]; then