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 58988138350 for ; Sun, 3 May 2020 22:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D3EE0899; Sun, 3 May 2020 22:30:33 +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 138B7E0899 for ; Sun, 3 May 2020 22:30:33 +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 BA26234F52B for ; Sun, 3 May 2020 22:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 336A71B4 for ; Sun, 3 May 2020 22:30:23 +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: <1588545010.1a2626b3e90cb4047887ca8418be1da726cd7bc2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdenlive/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdenlive/kdenlive-20.04.49.9999.ebuild kde-apps/kdenlive/kdenlive-9999.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a2626b3e90cb4047887ca8418be1da726cd7bc2 X-VCS-Branch: master Date: Sun, 3 May 2020 22:30:23 +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: 884eaf99-61c0-48ce-b71f-076520bb851c X-Archives-Hash: 0b4a33e6552aea565cdc5f4e8c1f506d commit: 1a2626b3e90cb4047887ca8418be1da726cd7bc2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 20:46:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 3 22:30:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a2626b3 kde-apps/kdenlive: Restrict segfaulting tests once and for all Closes: https://bugs.gentoo.org/719796 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> (cherry picked from commit aa20077d36624bd82bf195a6505dd53a3bea6a19) kde-apps/kdenlive/kdenlive-20.04.49.9999.ebuild | 2 ++ kde-apps/kdenlive/kdenlive-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-apps/kdenlive/kdenlive-20.04.49.9999.ebuild b/kde-apps/kdenlive/kdenlive-20.04.49.9999.ebuild index 411a5471bf..bcb97a1da7 100644 --- a/kde-apps/kdenlive/kdenlive-20.04.49.9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-20.04.49.9999.ebuild @@ -67,6 +67,8 @@ RDEPEND="${DEPEND} media-video/ffmpeg[encode,sdl,X] " +RESTRICT+=" test" # segfaults, bug 684132 + src_configure() { local mycmakeargs=( $(cmake_use_find_package freesound Qt5WebKitWidgets) diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index 4f698ab981..2b8616bfcc 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.ebuild @@ -67,6 +67,8 @@ RDEPEND="${DEPEND} media-video/ffmpeg[encode,sdl,X] " +RESTRICT+=" test" # segfaults, bug 684132 + src_configure() { local mycmakeargs=( $(cmake_use_find_package freesound Qt5WebKitWidgets)