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 7368E15806E for ; Thu, 1 Jun 2023 20:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 847CCE089E; Thu, 1 Jun 2023 20:12:04 +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 68620E089E for ; Thu, 1 Jun 2023 20:12:04 +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 45BED341371 for ; Thu, 1 Jun 2023 20:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6454A81 for ; Thu, 1 Jun 2023 20:12:01 +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: <1685650302.8e436c82b2b742dec5290a82e57fc0850a21e4ae.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-33.ebuild X-VCS-Directories: sys-apps/dbus-broker/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8e436c82b2b742dec5290a82e57fc0850a21e4ae X-VCS-Branch: master Date: Thu, 1 Jun 2023 20:12:01 +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: fef7bd2a-0122-4ec3-9877-98621b3139b7 X-Archives-Hash: 089353733c2ae2f8d0dc64657eb05ba5 commit: 8e436c82b2b742dec5290a82e57fc0850a21e4ae Author: Sam James gentoo org> AuthorDate: Thu Jun 1 20:11:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 20:11:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e436c82 sys-apps/dbus-broker: Stabilize 33 ppc64, #907666 Signed-off-by: Sam James gentoo.org> sys-apps/dbus-broker/dbus-broker-33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dbus-broker/dbus-broker-33.ebuild b/sys-apps/dbus-broker/dbus-broker-33.ebuild index 5a5836b5b997..3b15684ca476 100644 --- a/sys-apps/dbus-broker/dbus-broker-33.ebuild +++ b/sys-apps/dbus-broker/dbus-broker-33.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 ~ppc64 ~riscv" + KEYWORDS="~amd64 ~arm64 ppc64 ~riscv" fi DESCRIPTION="Linux D-Bus Message Broker"