From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-687080-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6883C138A1F
	for <garchives@archives.gentoo.org>; Thu, 17 Apr 2014 18:23:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 29DF3E09DA;
	Thu, 17 Apr 2014 18:23:53 +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 B1721E09DA
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2014 18:23:52 +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 8445B340375
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2014 18:23:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by spoonbill.gentoo.org (Postfix) with ESMTP id 37761180E8
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2014 18:23:50 +0000 (UTC)
From: "Michael Palimaka" <kensington@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, "Michael Palimaka" <kensington@gentoo.org>
Message-ID: <1397758971.8a9b56da14e6a0846430d685eae71b9b8a6695d7.kensington@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kglobalaccel/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild
X-VCS-Directories: kde-frameworks/kglobalaccel/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 8a9b56da14e6a0846430d685eae71b9b8a6695d7
X-VCS-Branch: master
Date: Thu, 17 Apr 2014 18:23:50 +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: 6936aac0-3c8b-48c0-8ed0-a9636d9436d3
X-Archives-Hash: ba72321e1e624a4d7f8d8bf3a00a9a96

commit:     8a9b56da14e6a0846430d685eae71b9b8a6695d7
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 17 18:22:51 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 17 18:22:51 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a9b56da

[kde-frameworks/kglobalaccel] Restrict tests.

Package-Manager: portage-2.2.8-r1

---
 kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild
index bf9fcde..59d9f37 100644
--- a/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild
+++ b/kde-frameworks/kglobalaccel/kglobalaccel-9999.ebuild
@@ -19,6 +19,9 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+# requires running kde environment
+RESTRICT="test"
+
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package X X11)