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 15DFF1396D9 for ; Sat, 11 Nov 2017 20:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5201AE11C0; Sat, 11 Nov 2017 20:27:00 +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 31940E11C0 for ; Sat, 11 Nov 2017 20:27:00 +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 E921A33C4EE for ; Sat, 11 Nov 2017 20:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1FB9995 for ; Sat, 11 Nov 2017 20:26:57 +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: <1510431980.0ddce801a10b4755131ccdece7304ad36111984e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-search/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/akonadi-search/akonadi-search-17.08.3.ebuild X-VCS-Directories: kde-apps/akonadi-search/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ddce801a10b4755131ccdece7304ad36111984e X-VCS-Branch: master Date: Sat, 11 Nov 2017 20:26:57 +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: b9122d3b-151d-429b-94c6-09d3df1a257a X-Archives-Hash: 6cf7f86f7bce47053c1f5bc082c02e89 commit: 0ddce801a10b4755131ccdece7304ad36111984e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 11 20:13:54 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 20:26:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddce801 kde-apps/akonadi-search: Restrict tests Closes: https://bugs.gentoo.org/637052 Package-Manager: Portage-2.3.13, Repoman-2.3.4 kde-apps/akonadi-search/akonadi-search-17.08.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-apps/akonadi-search/akonadi-search-17.08.3.ebuild b/kde-apps/akonadi-search/akonadi-search-17.08.3.ebuild index 1c776665ffd..7f9e8a55283 100644 --- a/kde-apps/akonadi-search/akonadi-search-17.08.3.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-17.08.3.ebuild @@ -3,6 +3,7 @@ EAPI=6 +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Libraries and daemons to implement searching in Akonadi" @@ -36,3 +37,5 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-l10n " + +RESTRICT+=" test"