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 D299D1387FD for ; Mon, 31 Mar 2014 16:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA0E8E0AA1; Mon, 31 Mar 2014 16:39:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74D11E0AA1 for ; Mon, 31 Mar 2014 16:39:58 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EEF633DA84 for ; Mon, 31 Mar 2014 16:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E4D80188A2 for ; Mon, 31 Mar 2014 16:39:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1396283978.6dad286f62ade4093a231735e9e20efda2f122df.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcrash/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcrash/kcrash-9999.ebuild X-VCS-Directories: kde-frameworks/kcrash/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6dad286f62ade4093a231735e9e20efda2f122df X-VCS-Branch: master Date: Mon, 31 Mar 2014 16:39:55 +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: 28c9c047-6fbb-4dc0-ae91-cebfc94173a0 X-Archives-Hash: 96ebf0269ce327319e2380dd9fbbd627 commit: 6dad286f62ade4093a231735e9e20efda2f122df Author: Michael Palimaka gentoo org> AuthorDate: Mon Mar 31 16:39:38 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 31 16:39:38 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6dad286f [kde-frameworks/kcrash] Tests require virtual X. Package-Manager: portage-2.2.8-r1 --- kde-frameworks/kcrash/kcrash-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kcrash/kcrash-9999.ebuild b/kde-frameworks/kcrash/kcrash-9999.ebuild index ad78191..b37d5eb 100644 --- a/kde-frameworks/kcrash/kcrash-9999.ebuild +++ b/kde-frameworks/kcrash/kcrash-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +VIRTUALX_REQUIRED="test" inherit kde-frameworks DESCRIPTION="Framework for intercepting and handling application crashes"