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 1857C158020 for ; Wed, 16 Nov 2022 08:56:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BF7DE089C; Wed, 16 Nov 2022 08:55:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7746FE089C for ; Wed, 16 Nov 2022 08:55:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A51F340F39 for ; Wed, 16 Nov 2022 08:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE6D8762 for ; Wed, 16 Nov 2022 08:55:54 +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: <1668588895.9aa1603b09bf306f13c8ac385da1ae04b14b941c.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/akonadi/akonadi-22.08.3.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9aa1603b09bf306f13c8ac385da1ae04b14b941c X-VCS-Branch: master Date: Wed, 16 Nov 2022 08:55:54 +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: 9aa3c164-ed8c-41ac-92cf-156cd89bb14b X-Archives-Hash: 5081086195e6dd684e8cf9429d3d4739 commit: 9aa1603b09bf306f13c8ac385da1ae04b14b941c Author: WANG Xuerui gentoo org> AuthorDate: Wed Nov 16 06:11:52 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Nov 16 08:54:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa1603b kde-apps/akonadi: keyword 22.08.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> kde-apps/akonadi/akonadi-22.08.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/akonadi/akonadi-22.08.3.ebuild b/kde-apps/akonadi/akonadi-22.08.3.ebuild index b884a11cd58f..dab49c763554 100644 --- a/kde-apps/akonadi/akonadi-22.08.3.ebuild +++ b/kde-apps/akonadi/akonadi-22.08.3.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi" LICENSE="LGPL-2.1+" SLOT="5" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="+kaccounts +mysql postgres sqlite tools xml" REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"