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 33264139694 for ; Sun, 9 Jul 2017 11:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B6AD274123; Sun, 9 Jul 2017 11:24:57 +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 5C8D12740E0 for ; Sun, 9 Jul 2017 11:24:57 +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 4DE3E341939 for ; Sun, 9 Jul 2017 11:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0B23746A for ; Sun, 9 Jul 2017 11:24:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1499599337.58f0c0e2f8a37a47dae42da39136fb48768f76f0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/baloo/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/baloo/baloo-9999.ebuild X-VCS-Directories: kde-frameworks/baloo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 58f0c0e2f8a37a47dae42da39136fb48768f76f0 X-VCS-Branch: master Date: Sun, 9 Jul 2017 11:24:53 +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: a91d73bd-e29f-4faf-b033-5bc871dfe46f X-Archives-Hash: 03569443dd3d7a5f3bd525c5c334717a commit: 58f0c0e2f8a37a47dae42da39136fb48768f76f0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 9 11:22:17 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 9 11:22:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58f0c0e2 kde-frameworks/baloo: Restrict tests Gentoo-bug: 624250 Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-frameworks/baloo/baloo-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-frameworks/baloo/baloo-9999.ebuild b/kde-frameworks/baloo/baloo-9999.ebuild index d3676a490c..e263506b24 100644 --- a/kde-frameworks/baloo/baloo-9999.ebuild +++ b/kde-frameworks/baloo/baloo-9999.ebuild @@ -30,3 +30,5 @@ DEPEND=" RDEPEND="${DEPEND} !kde-frameworks/baloo:4[-minimal(+)] " + +RESTRICT+=" test" # bug 624250