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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 233651382C5 for ; Wed, 2 Jun 2021 03:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CC83E0788; Wed, 2 Jun 2021 03:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A90AE0788 for ; Wed, 2 Jun 2021 03:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F273A341058 for ; Wed, 2 Jun 2021 03:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BD93793 for ; Wed, 2 Jun 2021 03:04:32 +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: <1622603056.3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/phodav/phodav-2.5.ebuild X-VCS-Directories: net-libs/phodav/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b X-VCS-Branch: master Date: Wed, 2 Jun 2021 03:04:32 +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: 3bc5914e-ace7-4a10-ab31-25da3fe65e4a X-Archives-Hash: 9457a754f568c2f234b77b284ab53949 commit: 3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b Author: Matt Turner gentoo org> AuthorDate: Wed Jun 2 03:04:08 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 2 03:04:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6834ce net-libs/phodav: Depend on gnome-base/dconf for tests Closes: https://bugs.gentoo.org/793725 Signed-off-by: Matt Turner gentoo.org> net-libs/phodav/phodav-2.5.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/phodav/phodav-2.5.ebuild b/net-libs/phodav/phodav-2.5.ebuild index c0d530ca02b..6382a905ee9 100644 --- a/net-libs/phodav/phodav-2.5.ebuild +++ b/net-libs/phodav/phodav-2.5.ebuild @@ -11,7 +11,8 @@ HOMEPAGE="https://wiki.gnome.org/phodav" LICENSE="LGPL-2.1+" SLOT="2.0" KEYWORDS="~alpha amd64 arm ~arm64 ppc ppc64 x86" -IUSE="gtk-doc systemd zeroconf" +IUSE="gtk-doc systemd test zeroconf" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.51.2:2 @@ -25,6 +26,7 @@ BDEPEND=" app-text/xmlto sys-devel/gettext virtual/pkgconfig + test? ( gnome-base/dconf ) " PATCHES=(