From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D8713139694 for ; Sat, 8 Jul 2017 02:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C3D23401E; Sat, 8 Jul 2017 02:48:19 +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 3454223401E for ; Sat, 8 Jul 2017 02:48:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 520F93417AF for ; Sat, 8 Jul 2017 02:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED25A7488 for ; Sat, 8 Jul 2017 02:48:15 +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: <1499482087.2dbb37e431e580e95237c8511a944e9b4bcb97cc.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kreport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kreport/kreport-3.0.1.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2dbb37e431e580e95237c8511a944e9b4bcb97cc X-VCS-Branch: master Date: Sat, 8 Jul 2017 02:48:15 +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: 9f067a04-423a-4030-993b-cb159542dad3 X-Archives-Hash: 4af2ac61df6d866ca5a3848ed859b748 commit: 2dbb37e431e580e95237c8511a944e9b4bcb97cc Author: Michael Palimaka gentoo org> AuthorDate: Sat Jul 8 02:47:49 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jul 8 02:48:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbb37e4 dev-libs/kreport: restrict broken tests Gentoo-bug: 624166 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/kreport/kreport-3.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/kreport/kreport-3.0.1.ebuild b/dev-libs/kreport/kreport-3.0.1.ebuild index b2d3f7d6a45..03df9d44e7f 100644 --- a/dev-libs/kreport/kreport-3.0.1.ebuild +++ b/dev-libs/kreport/kreport-3.0.1.ebuild @@ -16,6 +16,8 @@ LICENSE="LGPL-2+" KEYWORDS="amd64 x86" IUSE="marble +scripting webkit" +RESTRICT+=" test" + RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons)