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 94E411382C5 for ; Wed, 27 May 2020 21:33:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABC6FE08C2; Wed, 27 May 2020 21:33:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 96543E08C2 for ; Wed, 27 May 2020 21:33:48 +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 49DF534EBAD for ; Wed, 27 May 2020 21:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B24AC23E for ; Wed, 27 May 2020 21:33:44 +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: <1590614930.acbae40c1945c25172d92acbcea5bab2a6d80404.asturm@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-1.3.0.ebuild X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: acbae40c1945c25172d92acbcea5bab2a6d80404 X-VCS-Branch: master Date: Wed, 27 May 2020 21:33:44 +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: ee7278ee-c63e-438f-aa42-dfed502be7e2 X-Archives-Hash: a876267d0f5b893d813b4f02dd022e4c commit: acbae40c1945c25172d92acbcea5bab2a6d80404 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 27 21:28:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 27 21:28:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbae40c kde-misc/kio-gdrive: Re-add ~arm64/~x86 keywords to 1.3.0 After KDE Release Service 20.04.1 got them back as well. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild index 98af0d68e46..1283f324681 100644 --- a/kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild +++ b/kde-misc/kio-gdrive/kio-gdrive-1.3.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://phabricator.kde.org/project/profile/72/" if [[ ${KDE_BUILD_TYPE} != live ]] ; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="GPL-2+"