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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E532C158CB7 for ; Fri, 20 Aug 2021 14:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 418E3E0802; Fri, 20 Aug 2021 14:22:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2954DE0802 for ; Fri, 20 Aug 2021 14:22:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27E84335DBB for ; Fri, 20 Aug 2021 14:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B936D857 for ; Fri, 20 Aug 2021 14:22:35 +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: <1629469258.918f06d4ea038df04e317611d0096b70768255d4.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtvirtualkeyboard/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtvirtualkeyboard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 918f06d4ea038df04e317611d0096b70768255d4 X-VCS-Branch: master Date: Fri, 20 Aug 2021 14:22:35 +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: e22edcc3-2923-437c-a4ea-76b97d91d10b X-Archives-Hash: ca895c44b5ead6e822fcb1f081e14a79 commit: 918f06d4ea038df04e317611d0096b70768255d4 Author: Alex Fan yahoo com> AuthorDate: Tue Aug 17 04:07:38 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 20 14:20:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=918f06d4 dev-qt/qtvirtualkeyboard: keyword for ~riscv See also: https://github.com/gentoo/gentoo/pull/21955 Signed-off-by: Alex Fan yahoo.com> Signed-off-by: Yixun Lan gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild index b320a1a5..30707e6a 100644 --- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild +++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Customizable input framework and virtual keyboard for Qt" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" fi # TODO: unbundle libraries for more layouts