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 C45B815808B for ; Sun, 17 Apr 2022 07:04:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5706FE095D; Sun, 17 Apr 2022 07:04:46 +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 70302E095D for ; Sun, 17 Apr 2022 07:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BF1E034183C for ; Sun, 17 Apr 2022 07:04:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4059F3A9 for ; Sun, 17 Apr 2022 07:04:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1650179075.fa6366e80e2bc4958ff3fc875425ddf0c47c5d33.mattst88@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.3.ebuild X-VCS-Directories: sys-apps/xdg-dbus-proxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fa6366e80e2bc4958ff3fc875425ddf0c47c5d33 X-VCS-Branch: master Date: Sun, 17 Apr 2022 07:04:41 +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: 04e8b7fa-4555-43e2-ab9a-022701d75a53 X-Archives-Hash: 030ad7c41082bd66f98c0f1af4ea27ab commit: fa6366e80e2bc4958ff3fc875425ddf0c47c5d33 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 17 07:03:38 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 17 07:04:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6366e8 sys-apps/xdg-dbus-proxy: Add test dep on sys-apps/dbus Closes: https://bugs.gentoo.org/721494 Signed-off-by: Matt Turner gentoo.org> sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild index e13679b6fec0..772eacd203d8 100644 --- a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild +++ b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild @@ -10,12 +10,15 @@ SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86" -IUSE="" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.40:2 " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( sys-apps/dbus ) +" BDEPEND=" app-text/docbook-xsl-stylesheets dev-libs/libxslt