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 D383F138206 for ; Tue, 16 Jan 2018 22:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB52FE088B; Tue, 16 Jan 2018 22:44:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AAB32E088B for ; Tue, 16 Jan 2018 22:44:40 +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 4A274335C51 for ; Tue, 16 Jan 2018 22:44:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A172151 for ; Tue, 16 Jan 2018 22:44:37 +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: <1516142661.d39e2f3edfafece7ce127ed3a0a3dbabfb6609ba.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-5.11.95.ebuild kde-plasma/kwin/kwin-5.12.49.9999.ebuild kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d39e2f3edfafece7ce127ed3a0a3dbabfb6609ba X-VCS-Branch: master Date: Tue, 16 Jan 2018 22:44:37 +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-Archives-Salt: a2aca4dc-3f2d-4853-976f-1f9f40ae2681 X-Archives-Hash: 02ee54cb585459600c2363608065268d commit: d39e2f3edfafece7ce127ed3a0a3dbabfb6609ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 16 22:44:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 16 22:44:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d39e2f3e kde-plasma/kwin: Fix sandbox violations caused by qmlplugindump Bug: https://bugs.gentoo.org/640432 Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-plasma/kwin/kwin-5.11.95.ebuild | 4 ++++ kde-plasma/kwin/kwin-5.12.49.9999.ebuild | 4 ++++ kde-plasma/kwin/kwin-9999.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/kde-plasma/kwin/kwin-5.11.95.ebuild b/kde-plasma/kwin/kwin-5.11.95.ebuild index 6811b9bd0f..e47e89325e 100644 --- a/kde-plasma/kwin/kwin-5.11.95.ebuild +++ b/kde-plasma/kwin/kwin-5.11.95.ebuild @@ -91,6 +91,10 @@ PATCHES=( "${FILESDIR}/${PN}-5.10.95-test-optional.patch" ) src_prepare() { kde5_src_prepare use multimedia || eapply "${FILESDIR}/${PN}-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-5.12.49.9999.ebuild b/kde-plasma/kwin/kwin-5.12.49.9999.ebuild index 47ec4ce8f9..aefabacbcc 100644 --- a/kde-plasma/kwin/kwin-5.12.49.9999.ebuild +++ b/kde-plasma/kwin/kwin-5.12.49.9999.ebuild @@ -91,6 +91,10 @@ PATCHES=( "${FILESDIR}/${PN}-5.10.95-test-optional.patch" ) src_prepare() { kde5_src_prepare use multimedia || eapply "${FILESDIR}/${PN}-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 47ec4ce8f9..aefabacbcc 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -91,6 +91,10 @@ PATCHES=( "${FILESDIR}/${PN}-5.10.95-test-optional.patch" ) src_prepare() { kde5_src_prepare use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch" + + # Access violations, bug #640432 + sed -e "s/^ecm_find_qmlmodule.*QtMultimedia/#&/" \ + -i CMakeLists.txt || die } src_configure() {