commit:     3f9d73b47a2119677a9e4131c68b915934d087dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:14:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 18:14:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f9d73b4

kde-plasma/kwin: Drop manual sed of ecm_find_qmlmodule

Obsolete by commit 7f989409cf

Bug: https://bugs.gentoo.org/640432
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kwin/kwin-5.19.49.9999.ebuild | 4 ----
 kde-plasma/kwin/kwin-9999.ebuild         | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/kde-plasma/kwin/kwin-5.19.49.9999.ebuild 
b/kde-plasma/kwin/kwin-5.19.49.9999.ebuild
index 11473ce7cb..95a22fb8d6 100644
--- a/kde-plasma/kwin/kwin-5.19.49.9999.ebuild
+++ b/kde-plasma/kwin/kwin-5.19.49.9999.ebuild
@@ -98,10 +98,6 @@ RESTRICT+=" test"
 src_prepare() {
        ecm_src_prepare
        use multimedia || eapply 
"${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch"
-
-       # Access violations, bug #640432
-       sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \
-               -i CMakeLists.txt || die
 }
 
 src_configure() {

diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
index 92255158e8..16aaece223 100644
--- a/kde-plasma/kwin/kwin-9999.ebuild
+++ b/kde-plasma/kwin/kwin-9999.ebuild
@@ -101,10 +101,6 @@ src_prepare() {
        ecm_src_prepare
        use multimedia || eapply 
"${FILESDIR}/${PN}-5.16.80-gstreamer-optional.patch"
 
-       # Access violations, bug #640432
-       sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \
-               -i CMakeLists.txt || die
-
        # TODO: try to get a build switch upstreamed
        if ! use screencast; then
                sed -e "s/^pkg_check_modules.*PipeWire/#&/" \

Reply via email to