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 0CBD915806E for ; Sat, 3 Jun 2023 07:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A67EE0899; Sat, 3 Jun 2023 07:09:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 0EC5CE0898 for ; Sat, 3 Jun 2023 07:09:36 +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 05EFD3413A4 for ; Sat, 3 Jun 2023 07:09:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B96AA87 for ; Sat, 3 Jun 2023 07:09:33 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1685775766.6b61336577dec578568fe612a418293a4655963e.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kweathercore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kweathercore/kweathercore-0.7.ebuild X-VCS-Directories: dev-libs/kweathercore/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6b61336577dec578568fe612a418293a4655963e X-VCS-Branch: master Date: Sat, 3 Jun 2023 07:09:33 +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: 5272966d-af39-4baf-9428-dff0bc481f3c X-Archives-Hash: 1fbbd4b1342db57f5f96c30fee484908 commit: 6b61336577dec578568fe612a418293a4655963e Author: WANG Xuerui gentoo org> AuthorDate: Sat Jun 3 06:47:36 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Jun 3 07:02:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b613365 dev-libs/kweathercore: keyword 0.7 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-libs/kweathercore/kweathercore-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/kweathercore/kweathercore-0.7.ebuild b/dev-libs/kweathercore/kweathercore-0.7.ebuild index 826e374278cd..adf6b05599f3 100644 --- a/dev-libs/kweathercore/kweathercore-0.7.ebuild +++ b/dev-libs/kweathercore/kweathercore-0.7.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 ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" fi LICENSE="LGPL-2+" SLOT="5"