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 D51CA138350 for ; Tue, 17 Mar 2020 23:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 539DBE0B28; Tue, 17 Mar 2020 23:21:14 +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 16805E0B17 for ; Tue, 17 Mar 2020 23:21:14 +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 B00D734F19B for ; Tue, 17 Mar 2020 23:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 305E518B for ; Tue, 17 Mar 2020 23:21:10 +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: <1584487217.74bd650b938d04f8f86a84ce9441cd812d7d3a49.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-19.12.3.ebuild X-VCS-Directories: kde-apps/akonadi-search/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 74bd650b938d04f8f86a84ce9441cd812d7d3a49 X-VCS-Branch: master Date: Tue, 17 Mar 2020 23:21:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f879d46c-dad7-40c2-8686-92df570c4c16 X-Archives-Hash: 8277771d194db5b358da7ed298160bb2 commit: 74bd650b938d04f8f86a84ce9441cd812d7d3a49 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 17 23:20:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 17 23:20:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bd650b kde-apps/akonadi-search: Restrict hopeless tests Bug: https://bugs.gentoo.org/662378 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi-search/akonadi-search-19.12.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/akonadi-search/akonadi-search-19.12.3.ebuild b/kde-apps/akonadi-search/akonadi-search-19.12.3.ebuild index aef3bdd63a9..584b72b6acc 100644 --- a/kde-apps/akonadi-search/akonadi-search-19.12.3.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-19.12.3.ebuild @@ -18,6 +18,8 @@ SLOT="5" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" +RESTRICT+=" test" # perpetually broken, bug 662378 + BDEPEND=" test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) "