From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1149269-garchives=archives.gentoo.org@lists.gentoo.org>
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 51B81138350
	for <garchives@archives.gentoo.org>; Sun,  1 Mar 2020 23:03:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6CBA3E087C;
	Sun,  1 Mar 2020 23:03:20 +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 47312E087C
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 23:03:20 +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 BF11334F2B0
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 23:03:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 309C6148
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 Mar 2020 23:03:15 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1583103770.c74a30ce305411ed99041c37e760894c78b4b5a8.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/kdenlive/kdenlive-19.12.2.ebuild
X-VCS-Directories: kde-apps/kdenlive/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c74a30ce305411ed99041c37e760894c78b4b5a8
X-VCS-Branch: master
Date: Sun,  1 Mar 2020 23:03:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4d4f56db-c1d0-4e3d-a669-64d62350f088
X-Archives-Hash: 3a7604cbd4177476e61bb5f453bac2a3

commit:     c74a30ce305411ed99041c37e760894c78b4b5a8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 20:46:20 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  1 23:02:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74a30ce

kde-apps/kdenlive: Tests segfault, so restrict them

Tests are still segfaulting.

Closes: https://bugs.gentoo.org/684132
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
(cherry picked from commit aa20077d36624bd82bf195a6505dd53a3bea6a19)

 kde-apps/kdenlive/kdenlive-19.12.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kdenlive/kdenlive-19.12.2.ebuild b/kde-apps/kdenlive/kdenlive-19.12.2.ebuild
index 0df5c81ab67..11a1ed56c20 100644
--- a/kde-apps/kdenlive/kdenlive-19.12.2.ebuild
+++ b/kde-apps/kdenlive/kdenlive-19.12.2.ebuild
@@ -66,6 +66,8 @@ RDEPEND="${DEPEND}
 	virtual/ffmpeg[encode,sdl,X]
 "
 
+RESTRICT+=" test" # segfaults, bug 684132
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package freesound Qt5WebKitWidgets)