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 7A08E158020 for ; Fri, 2 Dec 2022 10:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECE0AE0D55; Fri, 2 Dec 2022 10:21: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 D38A7E0D55 for ; Fri, 2 Dec 2022 10:21: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 BC5FE34121F for ; Fri, 2 Dec 2022 10:21:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 099C577D for ; Fri, 2 Dec 2022 10:20:58 +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: <1669976429.0d471fca709c462dc9cfca0248b032c3f644fdca.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtserialport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtserialport/qtserialport-5.15.7.ebuild X-VCS-Directories: dev-qt/qtserialport/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 0d471fca709c462dc9cfca0248b032c3f644fdca X-VCS-Branch: master Date: Fri, 2 Dec 2022 10:20: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: d8a620ce-0493-4cfd-8148-a05774bea44c X-Archives-Hash: 979276f24859db68ced0468c6f66e5dd commit: 0d471fca709c462dc9cfca0248b032c3f644fdca Author: WANG Xuerui gentoo org> AuthorDate: Fri Dec 2 06:49:28 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Dec 2 10:20:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d471fca dev-qt/qtserialport: keyword 5.15.7 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-qt/qtserialport/qtserialport-5.15.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtserialport/qtserialport-5.15.7.ebuild b/dev-qt/qtserialport/qtserialport-5.15.7.ebuild index c00d38717472..0b2c320472b1 100644 --- a/dev-qt/qtserialport/qtserialport-5.15.7.ebuild +++ b/dev-qt/qtserialport/qtserialport-5.15.7.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Serial port abstraction library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi IUSE=""