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 255E2158451 for ; Wed, 10 Jan 2024 11:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E90D3E2A81; Wed, 10 Jan 2024 11:51:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2A21E2A81 for ; Wed, 10 Jan 2024 11:51:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAB8D343271 for ; Wed, 10 Jan 2024 11:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51940141 for ; Wed, 10 Jan 2024 11:51:37 +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: <1704887483.ec9cb1e252689c37ffb26a8d8c7ab3053703090f.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus-broker/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus-broker/dbus-broker-35.ebuild X-VCS-Directories: sys-apps/dbus-broker/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: ec9cb1e252689c37ffb26a8d8c7ab3053703090f X-VCS-Branch: master Date: Wed, 10 Jan 2024 11:51:37 +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: 301b1e91-f818-4b22-b5d4-8499d195e675 X-Archives-Hash: 7b4b5d64c0fe33beddb35752145ecffe commit: ec9cb1e252689c37ffb26a8d8c7ab3053703090f Author: WANG Xuerui gentoo org> AuthorDate: Wed Jan 10 09:35:31 2024 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Jan 10 11:51:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9cb1e2 sys-apps/dbus-broker: keyword 35 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-apps/dbus-broker/dbus-broker-35.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/dbus-broker/dbus-broker-35.ebuild b/sys-apps/dbus-broker/dbus-broker-35.ebuild index 5a5836b5b997..83050ef5bcd9 100644 --- a/sys-apps/dbus-broker/dbus-broker-35.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-35.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/bus1/dbus-broker.git" else SRC_URI="https://github.com/bus1/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv" fi DESCRIPTION="Linux D-Bus Message Broker"