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 D781F1382C5 for ; Tue, 26 Jan 2021 15:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA490E0CBF; Tue, 26 Jan 2021 15:06: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 B0BE2E0CBF for ; Tue, 26 Jan 2021 15:06: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 52638340E92 for ; Tue, 26 Jan 2021 15:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4F394C for ; Tue, 26 Jan 2021 15:06:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611673560.c2bad85605505d8fda5e0c27d57ca4e70025b650.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild X-VCS-Directories: kde-plasma/plasma-systemmonitor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2bad85605505d8fda5e0c27d57ca4e70025b650 X-VCS-Branch: master Date: Tue, 26 Jan 2021 15:06: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: 52089427-11c9-4639-8216-67120e342d9f X-Archives-Hash: 4f5a541a28b5e94a04b0d3055708a72a commit: c2bad85605505d8fda5e0c27d57ca4e70025b650 Author: Sam James gentoo org> AuthorDate: Tue Jan 26 15:06:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 26 15:06:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bad856 kde-plasma/plasma-systemmonitor: Keyword 5.20.0-r1 arm64, #766615 Signed-off-by: Sam James gentoo.org> kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild index 01e7196203b..c82a81c04b8 100644 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.20.0-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor" if [[ ${KDE_BUILD_TYPE} == release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" fi LICENSE="|| ( GPL-3 GPL-2 )"