From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-849670-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 AD42F1384B4
	for <garchives@archives.gentoo.org>; Wed,  2 Dec 2015 13:42:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C593521C05E;
	Wed,  2 Dec 2015 13:42:02 +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 69EF521C05E
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Dec 2015 13:42:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 27FF033FE7D
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Dec 2015 13:42:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9033C99E
	for <gentoo-commits@lists.gentoo.org>; Wed,  2 Dec 2015 13:41:56 +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: <1449063691.c1e248bff436eb6e6d7c06ef6430db88bf521998.kensington@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/
X-VCS-Repository: proj/kde
X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild
X-VCS-Directories: app-office/skrooge/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: c1e248bff436eb6e6d7c06ef6430db88bf521998
X-VCS-Branch: master
Date: Wed,  2 Dec 2015 13:41:56 +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: abbb3d79-c07a-4390-8100-47cfd3938cb2
X-Archives-Hash: 5e009806a100873e7d097f60f4a61ef5

commit:     c1e248bff436eb6e6d7c06ef6430db88bf521998
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 13:41:31 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 13:41:31 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1e248bf

app-office/skrooge: restrict tests

Package-Manager: portage-2.2.26

 app-office/skrooge/skrooge-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild
index 441af7a..83b0815 100644
--- a/app-office/skrooge/skrooge-9999.ebuild
+++ b/app-office/skrooge/skrooge-9999.ebuild
@@ -72,6 +72,9 @@ RDEPEND="${COMMON_DEPEND}
 	!app-office/skrooge:4
 "
 
+# hangs + installs files
+RESTRICT="test"
+
 DOCS=( AUTHORS CHANGELOG README TODO )
 
 src_configure() {