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 72316138334 for ; Mon, 2 Dec 2019 15:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F192E083E; Mon, 2 Dec 2019 15:44:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 84969E083E for ; Mon, 2 Dec 2019 15:44:08 +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 3566C34C8F2 for ; Mon, 2 Dec 2019 15:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE928BC for ; Mon, 2 Dec 2019 15:44:05 +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: <1575301436.1ae381b50578b937a00017d83c31fe664aa8d520.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.08.3.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ae381b50578b937a00017d83c31fe664aa8d520 X-VCS-Branch: master Date: Mon, 2 Dec 2019 15:44:05 +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: 7e2490bf-0b3e-4dce-93c5-a76045bca118 X-Archives-Hash: 1aadf06894e4c040536d8950522e8560 commit: 1ae381b50578b937a00017d83c31fe664aa8d520 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 2 15:43:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 2 15:43:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae381b5 kde-apps/kdenlive: Restrict tests again Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-19.08.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kdenlive/kdenlive-19.08.3.ebuild b/kde-apps/kdenlive/kdenlive-19.08.3.ebuild index 8e7dadce7f3..3783111428a 100644 --- a/kde-apps/kdenlive/kdenlive-19.08.3.ebuild +++ b/kde-apps/kdenlive/kdenlive-19.08.3.ebuild @@ -66,6 +66,8 @@ RDEPEND="${DEPEND} virtual/ffmpeg[encode,sdl,X] " +RESTRICT+=" test" # segfaults, bug 684132 + PATCHES=( "${FILESDIR}"/${P}-qt-5.14-{1,2}.patch ) src_configure() {