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 A3B7D1382C5 for ; Mon, 25 Jan 2021 17:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7FCAE09BB; Mon, 25 Jan 2021 17:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CE546E09BB for ; Mon, 25 Jan 2021 17:14:50 +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 A19413411ED for ; Mon, 25 Jan 2021 17:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F555476 for ; Mon, 25 Jan 2021 17:14:48 +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: <1611594882.38df8f32c6d76e59e0ada65a69fdc0f2cf34543e.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: 38df8f32c6d76e59e0ada65a69fdc0f2cf34543e X-VCS-Branch: master Date: Mon, 25 Jan 2021 17:14:48 +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: 872308f4-7b3f-403b-b5a4-297e87204b53 X-Archives-Hash: 63fbbddd9d9004d34ee4d213f0b8ffbb commit: 38df8f32c6d76e59e0ada65a69fdc0f2cf34543e Author: Sam James gentoo org> AuthorDate: Mon Jan 25 17:14:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 25 17:14:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38df8f32 kde-plasma/plasma-systemmonitor: Keyword 5.20.0-r1 arm, #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 74a974a91fb..01e7196203b 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 ~ppc64" + KEYWORDS="~amd64 ~arm ~ppc64" fi LICENSE="|| ( GPL-3 GPL-2 )"