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 876FC138334 for ; Sun, 28 Apr 2019 15:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C18FDE08CA; Sun, 28 Apr 2019 15:31:44 +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 A57F1E08CA for ; Sun, 28 Apr 2019 15:31:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5DF2F342B8C for ; Sun, 28 Apr 2019 15:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDD7455B for ; Sun, 28 Apr 2019 15:31:41 +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: <1556462682.6848aa44770c4da9d05223b86d2dc92914f9f690.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-19.04.49.9999.ebuild 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: 6848aa44770c4da9d05223b86d2dc92914f9f690 X-VCS-Branch: master Date: Sun, 28 Apr 2019 15:31:41 +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: a354f610-7106-4c1a-971b-11245dcfa5ba X-Archives-Hash: 5f94e18185c980243607014fa6f20042 commit: 6848aa44770c4da9d05223b86d2dc92914f9f690 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 28 14:44:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 14:44:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6848aa44 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.49.9999.ebuild | 1 + kde-apps/kdenlive/kdenlive-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kdenlive/kdenlive-19.04.49.9999.ebuild b/kde-apps/kdenlive/kdenlive-19.04.49.9999.ebuild index cee8940792..385bf1dc2c 100644 --- a/kde-apps/kdenlive/kdenlive-19.04.49.9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-19.04.49.9999.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" diff --git a/kde-apps/kdenlive/kdenlive-9999.ebuild b/kde-apps/kdenlive/kdenlive-9999.ebuild index cee8940792..385bf1dc2c 100644 --- a/kde-apps/kdenlive/kdenlive-9999.ebuild +++ b/kde-apps/kdenlive/kdenlive-9999.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"