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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A90C515812D for ; Mon, 06 Jan 2025 07:09:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5441E07C7; Mon, 06 Jan 2025 07:09: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 C9572E07C7 for ; Mon, 06 Jan 2025 07:09: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 E63B7335D72 for ; Mon, 06 Jan 2025 07:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AF6B1C57 for ; Mon, 06 Jan 2025 07:08: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: <1736147182.f303dbe5c0419ca2498a4816a71673aeba21cdd8.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtremoteobjects/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtremoteobjects/qtremoteobjects-6.8.1.ebuild X-VCS-Directories: dev-qt/qtremoteobjects/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f303dbe5c0419ca2498a4816a71673aeba21cdd8 X-VCS-Branch: master Date: Mon, 06 Jan 2025 07:08: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: f9c4a0af-cf4e-414c-9dc9-c978467618cb X-Archives-Hash: fa2cf49b672451e3d865046af76100a6 commit: f303dbe5c0419ca2498a4816a71673aeba21cdd8 Author: WANG Xuerui gentoo org> AuthorDate: Mon Jan 6 06:10:55 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Jan 6 07:06:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f303dbe5 dev-qt/qtremoteobjects: keyword 6.8.1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-qt/qtremoteobjects/qtremoteobjects-6.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtremoteobjects/qtremoteobjects-6.8.1.ebuild b/dev-qt/qtremoteobjects/qtremoteobjects-6.8.1.ebuild index 39f29b8c9731..d4438f8aaaaa 100644 --- a/dev-qt/qtremoteobjects/qtremoteobjects-6.8.1.ebuild +++ b/dev-qt/qtremoteobjects/qtremoteobjects-6.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt6-build DESCRIPTION="Inter-Process Communication (IPC) library for the Qt6 framework" if [[ ${QT6_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64" + KEYWORDS="amd64 ~loong" fi IUSE="qml"