From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015399-garchives=archives.gentoo.org@lists.gentoo.org> 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 C224F1382C5 for <garchives@archives.gentoo.org>; Thu, 5 Apr 2018 21:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A0E9E094E; Thu, 5 Apr 2018 21:57:30 +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 052F5E094E for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 21:57:30 +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 28755335CB5 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 21:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1666E250 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 21:57:27 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1522959245.55ae2703ec18727bb03cc817ba7fa626694c29f2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/ X-VCS-Repository: proj/kde X-VCS-Files: www-client/falkon/falkon-9999.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 55ae2703ec18727bb03cc817ba7fa626694c29f2 X-VCS-Branch: master Date: Thu, 5 Apr 2018 21:57:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91ccbdcc-2f57-4b90-aa5d-4eb926d236c4 X-Archives-Hash: d6d3baecad41ff0b9d7fb4914b50fd41 commit: 55ae2703ec18727bb03cc817ba7fa626694c29f2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 5 20:14:02 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 5 20:14:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55ae2703 www-client/falkon: Set VIRTUALX_REQUIRED="test" Package-Manager: Portage-2.3.28, Repoman-2.3.9 www-client/falkon/falkon-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index ebfe0d3cb1..9b76a2c425 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 KDE_TEST="true" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Cross-platform web browser using QtWebEngine"