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 7E668138334 for ; Tue, 16 Jul 2019 21:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F4E6E07F2; Tue, 16 Jul 2019 21:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 20A29E07F2 for ; Tue, 16 Jul 2019 21:04:27 +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 BE792347DB3 for ; Tue, 16 Jul 2019 21:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 663EE6E6 for ; Tue, 16 Jul 2019 21:04:24 +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: <1563311049.aa20077d36624bd82bf195a6505dd53a3bea6a19.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.04.3.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aa20077d36624bd82bf195a6505dd53a3bea6a19 X-VCS-Branch: master Date: Tue, 16 Jul 2019 21:04:24 +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: 6b90ecaa-e1ad-4093-a3ff-689df76a9f89 X-Archives-Hash: 7a6dc229adf8f348a89bb9ee910591ed commit: aa20077d36624bd82bf195a6505dd53a3bea6a19 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 20:46:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 16 21:04:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa20077d kde-apps/kdenlive: Tests segfault, so restrict them Closes: https://bugs.gentoo.org/684132 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-19.04.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kdenlive/kdenlive-19.04.3.ebuild b/kde-apps/kdenlive/kdenlive-19.04.3.ebuild index e327f1b8219..6a545cb1792 100644 --- a/kde-apps/kdenlive/kdenlive-19.04.3.ebuild +++ b/kde-apps/kdenlive/kdenlive-19.04.3.ebuild @@ -63,6 +63,8 @@ RDEPEND="${DEPEND} virtual/ffmpeg[encode,sdl,X] " +RESTRICT+=" test" # segfaults, bug 684132 + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package freesound Qt5WebKitWidgets)