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 9074B138334 for ; Sun, 28 Apr 2019 21:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B82AE0835; Sun, 28 Apr 2019 21:41:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 342D8E0835 for ; Sun, 28 Apr 2019 21:41:26 +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 B7BB0342BE9 for ; Sun, 28 Apr 2019 21:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E3C458A for ; Sun, 28 Apr 2019 21:41:22 +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: <1556487653.d4807b94c927812ebafde6b44ef7d8499e8a205d.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.0-r1.ebuild X-VCS-Directories: kde-apps/kdenlive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4807b94c927812ebafde6b44ef7d8499e8a205d X-VCS-Branch: master Date: Sun, 28 Apr 2019 21:41:22 +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: 078bf6ff-524d-4508-b692-0b81688eb7d9 X-Archives-Hash: a4028b51965347e5a70c23400103546d commit: d4807b94c927812ebafde6b44ef7d8499e8a205d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 28 14:44:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 21:40:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4807b94 kde-apps/kdenlive: Add VIRTUALX_REQUIRED=test Reported-by: Paolo Pedroni iol.it> Bug: https://bugs.gentoo.org/684132 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild b/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild index ef89b39158b..e327f1b8219 100644 --- a/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild +++ b/kde-apps/kdenlive/kdenlive-19.04.0-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 KDE_HANDBOOK="optional" KDE_TEST="true" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Non-linear video editing suite by KDE"