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 39C53138359 for ; Fri, 16 Oct 2020 17:46:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94CA3E083B; Fri, 16 Oct 2020 17:46:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 762ECE083B for ; Fri, 16 Oct 2020 17:46:07 +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 7B0C5340C23 for ; Fri, 16 Oct 2020 17:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227662EE for ; Fri, 16 Oct 2020 17:46:05 +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: <1602870300.f3f1e8e9c2f1b84f201b3619ca0dd9a478d3d5f1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gdrive/kio-gdrive-20.08.2.ebuild X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f3f1e8e9c2f1b84f201b3619ca0dd9a478d3d5f1 X-VCS-Branch: master Date: Fri, 16 Oct 2020 17:46: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab6b1d1c-b5f8-4949-bcd4-2ff6bec339b3 X-Archives-Hash: 34e631879bd1f5c9b0c7d790fc8ec560 commit: f3f1e8e9c2f1b84f201b3619ca0dd9a478d3d5f1 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Oct 16 09:10:08 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Oct 16 17:45:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f1e8e9 kde-misc/kio-gdrive: add ~ppc64 keyword 100% tests passed, 0 tests failed out of 1 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> kde-misc/kio-gdrive/kio-gdrive-20.08.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kio-gdrive/kio-gdrive-20.08.2.ebuild b/kde-misc/kio-gdrive/kio-gdrive-20.08.2.ebuild index ff0a142385e..dceb993e850 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-20.08.2.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-20.08.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://kde.org/applications/internet/org.kde.kio_gdrive" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="+kaccounts" BDEPEND="dev-util/intltool"