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 50289158020 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 9CC37E09A7; 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 84918E09A7 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 B7C43340F41 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 E86B85F7 for ; Fri, 11 Nov 2022 21:09:21 +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: <1668200905.3ca50157c233b0f068e70a17b2a94510102cc66e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kweathercore/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kweathercore/kweathercore-9999.ebuild X-VCS-Directories: dev-libs/kweathercore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ca50157c233b0f068e70a17b2a94510102cc66e X-VCS-Branch: master Date: Fri, 11 Nov 2022 21:09:21 +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: 3276a8a2-2078-42f0-919a-293796ec7ae2 X-Archives-Hash: e78d053cdeed58d67cf4d67d6df29b50 commit: 3ca50157c233b0f068e70a17b2a94510102cc66e Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jul 30 19:39:31 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 11 21:08:25 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ca50157 dev-libs/kweathercore: Keyword 0.6 arm64, #861716 Signed-off-by: Arthur Zamarin gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kweathercore/kweathercore-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kweathercore/kweathercore-9999.ebuild b/dev-libs/kweathercore/kweathercore-9999.ebuild index 4b2bb21a7a..78dbf639c6 100644 --- a/dev-libs/kweathercore/kweathercore-9999.ebuild +++ b/dev-libs/kweathercore/kweathercore-9999.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Library for retrieval of weather information including forecasts an if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="LGPL-2+" SLOT="5"