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 1C1FB15817D for ; Mon, 3 Jun 2024 01:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F86CE2A74; Mon, 3 Jun 2024 01:05:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78E84E2A74 for ; Mon, 3 Jun 2024 01:05:38 +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 6FE0D340BDE for ; Mon, 3 Jun 2024 01:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 098ED1C06 for ; Mon, 3 Jun 2024 01:05:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717376705.04ae06ed726ff1396e2fe69b69d69e65afe2740a.sam@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-36.ebuild X-VCS-Directories: sys-apps/dbus-broker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 04ae06ed726ff1396e2fe69b69d69e65afe2740a X-VCS-Branch: master Date: Mon, 3 Jun 2024 01:05:36 +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: 86b38a0f-6cb5-42bc-8663-19be6402c904 X-Archives-Hash: ac71a5510b3fc064427de5ab1f3eefe9 commit: 04ae06ed726ff1396e2fe69b69d69e65afe2740a Author: Sam James gentoo org> AuthorDate: Mon Jun 3 01:05:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 01:05:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ae06ed sys-apps/dbus-broker: Stabilize 36 amd64, #933412 Signed-off-by: Sam James gentoo.org> sys-apps/dbus-broker/dbus-broker-36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dbus-broker/dbus-broker-36.ebuild b/sys-apps/dbus-broker/dbus-broker-36.ebuild index 83050ef5bcd9..539705c888a9 100644 --- a/sys-apps/dbus-broker/dbus-broker-36.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-36.ebuild @@ -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 ~loong ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv" fi DESCRIPTION="Linux D-Bus Message Broker"