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 04B631382C5 for ; Thu, 15 Apr 2021 20:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C1E6E0823; Thu, 15 Apr 2021 20:03:22 +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 43605E0823 for ; Thu, 15 Apr 2021 20:03:22 +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 3399C340B65 for ; Thu, 15 Apr 2021 20:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79E2764C for ; Thu, 15 Apr 2021 20:03:18 +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: <1618516983.8419e25ea178370d22b8ba7827efab9882462a24.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-9999.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8419e25ea178370d22b8ba7827efab9882462a24 X-VCS-Branch: master Date: Thu, 15 Apr 2021 20:03:18 +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: a1d39c43-8fb6-4c32-b1da-ac2ba7057882 X-Archives-Hash: 0d9f785589aedfec2c407ecfd42af7f8 commit: 8419e25ea178370d22b8ba7827efab9882462a24 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 18:36:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 15 20:03:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8419e25e kde-apps/kdenlive: dev-cpp/rttr is no longer required Default off by upstream so let's not care. Upstream commit f3f8cdeb6d857b568b9b5371d4b0e127656cafd0 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index 6509f929a7..cfdf6857b4 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.ebuild @@ -18,11 +18,12 @@ SLOT="5" KEYWORDS="" IUSE="gles2-only semantic-desktop share v4l webengine" +RESTRICT+=" test" # segfaults, bug 684132 + BDEPEND=" sys-devel/gettext " DEPEND=" - dev-cpp/rttr >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -67,8 +68,6 @@ RDEPEND="${DEPEND} media-video/ffmpeg[encode,sdl,X] " -RESTRICT+=" test" # segfaults, bug 684132 - src_configure() { local mycmakeargs=( $(cmake_use_find_package semantic-desktop KF5FileMetaData)