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 E009815800A for ; Fri, 1 Sep 2023 16:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63FDF2BC03D; Fri, 1 Sep 2023 16:07:05 +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 474672BC03D for ; Fri, 1 Sep 2023 16:07:05 +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 6202F3408CF for ; Fri, 1 Sep 2023 16:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 843CEEA2 for ; Fri, 1 Sep 2023 16:07:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1693584352.8435d9d389528f99c3cc0a222b288ab60550706c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-dbus-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.5.ebuild X-VCS-Directories: sys-apps/xdg-dbus-proxy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8435d9d389528f99c3cc0a222b288ab60550706c X-VCS-Branch: master Date: Fri, 1 Sep 2023 16:07: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: 01a1db9a-d248-47f1-83fc-63848614b846 X-Archives-Hash: 872867f4e1bce0339f05b2da20a869e7 commit: 8435d9d389528f99c3cc0a222b288ab60550706c Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 1 16:05:52 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 1 16:05:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8435d9d3 sys-apps/xdg-dbus-proxy: Stabilize 0.1.5 ppc64, #913218 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.5.ebuild b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.5.ebuild index d861ca6495e3..c736e7c2628b 100644 --- a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.5.ebuild +++ b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"