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 F1DCB138350 for ; Sun, 23 Feb 2020 13:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B06F1E088C; Sun, 23 Feb 2020 13:27:17 +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 94E9DE088C for ; Sun, 23 Feb 2020 13:27:17 +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 62BDC34EFB1 for ; Sun, 23 Feb 2020 13:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0599114E for ; Sun, 23 Feb 2020 13:27:14 +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: <1582464351.1a70a90f5091c375acb9fba98ef1371c816e3830.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: 1a70a90f5091c375acb9fba98ef1371c816e3830 X-VCS-Branch: master Date: Sun, 23 Feb 2020 13:27:14 +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: 4fa63806-3f0c-4e72-bc3c-1c9c52a74c4d X-Archives-Hash: 15b5d8634e277c925d795ddd2dae4d4e commit: 1a70a90f5091c375acb9fba98ef1371c816e3830 Author: Roy Bamford gentoo org> AuthorDate: Tue Feb 18 11:28:02 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 23 13:25:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a70a90f kde-misc/plasma-applet-weather-widget: added ~arm64 keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford gentoo.org> 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 a8f2dc3788..02e055d705 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" + KEYWORDS="~amd64 ~ppc64" fi DESCRIPTION="Plasma 5 applet for weather forecasts"