From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1615337-garchives=archives.gentoo.org@lists.gentoo.org> 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 B8C7A158041 for <garchives@archives.gentoo.org>; Thu, 28 Mar 2024 04:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562D6E2A1C; Thu, 28 Mar 2024 04:03:19 +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 D14ECE2A1C for <gentoo-commits@lists.gentoo.org>; Thu, 28 Mar 2024 04:03:18 +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 CA87634306A for <gentoo-commits@lists.gentoo.org>; Thu, 28 Mar 2024 04:03:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F5EF15FC for <gentoo-commits@lists.gentoo.org>; Thu, 28 Mar 2024 04:03:15 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1711598561.69a6ae8f32e97442f06e1520d02bb68b5be63f78.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsensors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsensors/qtsensors-6.6.3.ebuild X-VCS-Directories: dev-qt/qtsensors/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 69a6ae8f32e97442f06e1520d02bb68b5be63f78 X-VCS-Branch: master Date: Thu, 28 Mar 2024 04:03:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2af367a0-101a-4926-a0c0-0b0fb2886228 X-Archives-Hash: b5ca1d1fada10c59225df6d647ff12af commit: 69a6ae8f32e97442f06e1520d02bb68b5be63f78 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Mar 28 03:51:51 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Mar 28 04:02:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a6ae8f dev-qt/qtsensors: Keyword 6.6.3 riscv, #927885 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-qt/qtsensors/qtsensors-6.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtsensors/qtsensors-6.6.3.ebuild b/dev-qt/qtsensors/qtsensors-6.6.3.ebuild index fb3b48fda0dd..aea4399fe738 100644 --- a/dev-qt/qtsensors/qtsensors-6.6.3.ebuild +++ b/dev-qt/qtsensors/qtsensors-6.6.3.ebuild @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Hardware sensor access library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~riscv ~x86" fi IUSE="qml"