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 92EEC138350 for ; Mon, 16 Mar 2020 21:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A24ACE0B4C; Mon, 16 Mar 2020 21:43:16 +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 7E533E0B4C for ; Mon, 16 Mar 2020 21:43:16 +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 0F61234F18D for ; Mon, 16 Mar 2020 21:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A2D187 for ; Mon, 16 Mar 2020 21:43:12 +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: <1584394888.d4eafa7b9d7c0a40006ffd6dc8e06268a7cb5d80.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-weather-widget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild X-VCS-Directories: kde-misc/plasma-applet-weather-widget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4eafa7b9d7c0a40006ffd6dc8e06268a7cb5d80 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:43:12 +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: 913d4864-4f4d-47d5-8eb3-97705408b23b X-Archives-Hash: 3cee1de8faffc8a065bfba7cb5217209 commit: d4eafa7b9d7c0a40006ffd6dc8e06268a7cb5d80 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 16 21:23:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 16 21:41:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4eafa7b kde-misc/plasma-applet-weather-widget: Fix wrongly added keyword Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-applet-weather-widget-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild index 02e055d705..6a1d36c9da 100644 --- a/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild +++ b/kde-misc/plasma-applet-weather-widget/plasma-applet-weather-widget-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = *9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="Plasma 5 applet for weather forecasts"