From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1083161-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 BB6041381F3
	for <garchives@archives.gentoo.org>; Sat, 13 Apr 2019 03:09:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E87D3E077A;
	Sat, 13 Apr 2019 03:09:07 +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 C5B64E077A
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2019 03:09:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 83FE8335C5D
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2019 03:09:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EAC5452
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Apr 2019 03:09:05 +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: <1555124934.0c33247a9a6657049ec80e1c5f9d42eb4b0482fe.kensington@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/
X-VCS-Repository: proj/kde
X-VCS-Files: dev-libs/grantlee/grantlee-9999.ebuild
X-VCS-Directories: dev-libs/grantlee/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 0c33247a9a6657049ec80e1c5f9d42eb4b0482fe
X-VCS-Branch: master
Date: Sat, 13 Apr 2019 03:09:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3ef2bc31-931e-453f-8544-c70435f2ef99
X-Archives-Hash: c41b0209f5b40a996962ac602236cda8

commit:     0c33247a9a6657049ec80e1c5f9d42eb4b0482fe
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 03:08:49 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 03:08:54 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c33247a

dev-libs/grantlee: restrict tests

Bug: https://bugs.gentoo.org/682258
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-libs/grantlee/grantlee-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild
index 75d2692f7e..84f512cd9d 100644
--- a/dev-libs/grantlee/grantlee-9999.ebuild
+++ b/dev-libs/grantlee/grantlee-9999.ebuild
@@ -27,6 +27,9 @@ BDEPEND="
 	doc? ( app-doc/doxygen[dot] )
 "
 
+# bug 682258
+RESTRICT="test"
+
 PATCHES=(
 	"${FILESDIR}/${PN}-0.3.0-nonfatal-warnings.patch"
 	"${FILESDIR}/${PN}-5.1.0-slot.patch"