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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1487158020 for ; Fri, 11 Nov 2022 21:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5FBE09A8; Fri, 11 Nov 2022 21:09:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95D4BE09A8 for ; Fri, 11 Nov 2022 21:09:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEFA1340F29 for ; Fri, 11 Nov 2022 21:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F0872F for ; Fri, 11 Nov 2022 21:09:22 +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: <1668200954.c1e1e22e2670a6ec000e13cc20950dedf0145b3e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kweather/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kweather/kweather-9999.ebuild X-VCS-Directories: kde-misc/kweather/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c1e1e22e2670a6ec000e13cc20950dedf0145b3e X-VCS-Branch: master Date: Fri, 11 Nov 2022 21:09:22 +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: 41c7d17e-e524-460e-9ec7-b3b4d9a60705 X-Archives-Hash: 693c60fa1130264369de42ecd8507435 commit: c1e1e22e2670a6ec000e13cc20950dedf0145b3e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jul 30 19:39:31 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 11 21:09:14 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1e1e22e kde-misc/kweather: Keyword 22.06 arm64, #861716 Signed-off-by: Arthur Zamarin gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kweather/kweather-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kweather/kweather-9999.ebuild b/kde-misc/kweather/kweather-9999.ebuild index 5745c45725..b90e1aaa63 100644 --- a/kde-misc/kweather/kweather-9999.ebuild +++ b/kde-misc/kweather/kweather-9999.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Weather forecast application for Plasma with flat and dynamic/anima HOMEPAGE="https://apps.kde.org/kweather/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="GPL-2+"