From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 34455138206 for ; Thu, 28 Apr 2016 14:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5776221C045; Thu, 28 Apr 2016 14:56:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2C3621C045 for ; Thu, 28 Apr 2016 14:56:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3778340A26 for ; Thu, 28 Apr 2016 14:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0DC6327 for ; Thu, 28 Apr 2016 14:56:31 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461854216.c7f2d9e8967096da9df583a47bdc965193a87d4f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/bluez-qt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/bluez-qt/bluez-qt-9999.ebuild X-VCS-Directories: kde-frameworks/bluez-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c7f2d9e8967096da9df583a47bdc965193a87d4f X-VCS-Branch: master Date: Thu, 28 Apr 2016 14:56:31 +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-Archives-Salt: 765a7b46-9fba-4399-9a97-bd6ca7734116 X-Archives-Hash: 1bc68d76222187a357054d4b20dd33e1 commit: c7f2d9e8967096da9df583a47bdc965193a87d4f Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 28 14:36:56 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 28 14:36:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7f2d9e8 kde-frameworks/bluez-qt: Virtual X is required for tests Gentoo-bug: 581264 Reported-by: Paolo Pedroni iol.it> Package-Manager: portage-2.2.28 kde-frameworks/bluez-qt/bluez-qt-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild b/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild index 7ce5900..7be1b2b 100644 --- a/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild +++ b/kde-frameworks/bluez-qt/bluez-qt-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 +VIRTUALX_REQUIRED="test" inherit kde5 udev DESCRIPTION="Qt wrapper for Bluez 5 DBus API"