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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 953B8158086 for ; Tue, 7 Dec 2021 19:55:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEEF52BC00C; Tue, 7 Dec 2021 19:55:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A7802BC00C for ; Tue, 7 Dec 2021 19:55:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBE88343046 for ; Tue, 7 Dec 2021 19:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2645310C for ; Tue, 7 Dec 2021 19:54:59 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1638906666.baab6cc393f7368d5b4e4f0558e4614d59df2e65.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/zanshin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/zanshin/zanshin-0.5.71-r2.ebuild X-VCS-Directories: kde-misc/zanshin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: baab6cc393f7368d5b4e4f0558e4614d59df2e65 X-VCS-Branch: master Date: Tue, 7 Dec 2021 19:54:59 +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: ae5e3ad0-2944-4a07-a11d-f2eab31b9b34 X-Archives-Hash: 371f630e25ba107e09a864af16d1924d commit: baab6cc393f7368d5b4e4f0558e4614d59df2e65 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Dec 7 19:48:53 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Dec 7 19:51:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baab6cc3 kde-misc/zanshin: Keyword 0.5.71-r2 ppc64, #824174 91% tests passed, 9 tests failed out of 100 Total Test time (real) = 15.04 sec The following tests FAILED: 10 - tests-features-workday-workdaydisplaycompletedfeature (Failed) 46 - tests-units-akonadi-akonadiserializertest (Failed) 51 - tests-units-akonadi-akonadistoragetest (Failed) 52 - tests-units-akonadi-akonadicachingstorageintegrationtest (Failed) 77 - tests-units-presentation-alltaskspagemodeltest (SEGFAULT) 92 - tests-units-widgets-editorviewtest (Failed) 96 - tests-units-widgets-pageviewtest (Failed) 99 - tests-units-migrator-zanshin021migrationtest (Failed) 100 - tests-units-migrator-zanshincontextitemsmigrationtest (Failed) Closes: https://bugs.gentoo.org/824174 Signed-off-by: Georgy Yakovlev gentoo.org> kde-misc/zanshin/zanshin-0.5.71-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild index ca7732f2bfb1..1bc6659d444a 100644 --- a/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild +++ b/kde-misc/zanshin/zanshin-0.5.71-r2.ebuild @@ -16,7 +16,7 @@ https://userbase.kde.org/Zanshin" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="|| ( GPL-2 GPL-3 )"