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 2670D1382C5 for ; Fri, 5 Jan 2018 00:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 617A9E0A62; Fri, 5 Jan 2018 00:35:09 +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 3C88DE0A62 for ; Fri, 5 Jan 2018 00:35:08 +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 D910F335C46 for ; Fri, 5 Jan 2018 00:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A14A197 for ; Fri, 5 Jan 2018 00:35:05 +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: <1515112467.78971d115c74ff20cc8a27a333d76973f923642e.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.12.0.ebuild X-VCS-Directories: kde-apps/akonadi-search/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 78971d115c74ff20cc8a27a333d76973f923642e X-VCS-Branch: master Date: Fri, 5 Jan 2018 00:35:05 +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: ef72d0a0-124a-4423-ac7d-d7dc3be0dbf7 X-Archives-Hash: 3a96379478498ffb9f08791fc1641d20 commit: 78971d115c74ff20cc8a27a333d76973f923642e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 4 00:53:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 5 00:34:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78971d11 kde-apps/akonadi-search: Set VIRTUALX_REQUIRED="test", test deps Tests don't pass yet. Thanks-to: Paolo Pedroni iol.it> Bug: https://bugs.gentoo.org/642414 Package-Manager: Portage-2.3.19, Repoman-2.3.6 kde-apps/akonadi-search/akonadi-search-17.12.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/akonadi-search/akonadi-search-17.12.0.ebuild b/kde-apps/akonadi-search/akonadi-search-17.12.0.ebuild index 809e1418edc..5504a5b85b7 100644 --- a/kde-apps/akonadi-search/akonadi-search-17.12.0.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-17.12.0.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Libraries and daemons to implement searching in Akonadi" @@ -33,6 +35,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-libs/boost + test? ( $(add_kdeapps_dep akonadi 'mysql,postgres,sqlite,tools') ) " RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-l10n