diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-02 18:26:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-07 17:50:52 +0200 |
commit | a11396f14cfa5ca634d6c42db02286673df99490 (patch) | |
tree | 402f8cf721c1259ff90877b65261e91a1678e42e /kde-plasma | |
parent | dev-libs/bglibs: Remove old (diff) | |
download | gentoo-a11396f14cfa5ca634d6c42db02286673df99490.tar.gz gentoo-a11396f14cfa5ca634d6c42db02286673df99490.tar.bz2 gentoo-a11396f14cfa5ca634d6c42db02286673df99490.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-workspace/plasma-workspace-5.16.2.ebuild | 3 |
1 files changed, 0 insertions, 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 24e6c75bc03b..5fbd5a4e8ad8 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 |