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 402F8158089 for ; Sun, 5 Nov 2023 22:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A0252BC015; Sun, 5 Nov 2023 22:10:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 565742BC015 for ; Sun, 5 Nov 2023 22:10:01 +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 66D2E335CB9 for ; Sun, 5 Nov 2023 22:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF064AAD for ; Sun, 5 Nov 2023 22:09:58 +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: <1699222168.d5453d0936e6efffc292daf603b8a4a8c45fc562.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libqaccessibilityclient/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/libqaccessibilityclient/libqaccessibilityclient-9999.ebuild X-VCS-Directories: media-libs/libqaccessibilityclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d5453d0936e6efffc292daf603b8a4a8c45fc562 X-VCS-Branch: master Date: Sun, 5 Nov 2023 22:09:58 +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: fb1b1844-1909-4c20-8fc9-bf0448442f36 X-Archives-Hash: df165708cf4d4b49e53e56ab55babc7a commit: d5453d0936e6efffc292daf603b8a4a8c45fc562 Author: WANG Xuerui gentoo org> AuthorDate: Sat Dec 3 10:13:43 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 5 22:09:28 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5453d09 media-libs/libqaccessibilityclient: keyword 0.4.1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libqaccessibilityclient/libqaccessibilityclient-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libqaccessibilityclient/libqaccessibilityclient-9999.ebuild b/media-libs/libqaccessibilityclient/libqaccessibilityclient-9999.ebuild index 692e573b05..aa28a64673 100644 --- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-9999.ebuild +++ b/media-libs/libqaccessibilityclient/libqaccessibilityclient-9999.ebuild @@ -15,7 +15,7 @@ https://invent.kde.org/libraries/libqaccessibilityclient" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1"