Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/
Date: Wed, 02 Jun 2021 03:04:36
Message-Id: 1622603056.3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b.mattst88@gentoo
1 commit: 3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 03:04:08 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 03:04:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6834ce
7
8 net-libs/phodav: Depend on gnome-base/dconf for tests
9
10 Closes: https://bugs.gentoo.org/793725
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 net-libs/phodav/phodav-2.5.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/phodav/phodav-2.5.ebuild b/net-libs/phodav/phodav-2.5.ebuild
17 index c0d530ca02b..6382a905ee9 100644
18 --- a/net-libs/phodav/phodav-2.5.ebuild
19 +++ b/net-libs/phodav/phodav-2.5.ebuild
20 @@ -11,7 +11,8 @@ HOMEPAGE="https://wiki.gnome.org/phodav"
21 LICENSE="LGPL-2.1+"
22 SLOT="2.0"
23 KEYWORDS="~alpha amd64 arm ~arm64 ppc ppc64 x86"
24 -IUSE="gtk-doc systemd zeroconf"
25 +IUSE="gtk-doc systemd test zeroconf"
26 +RESTRICT="!test? ( test )"
27
28 RDEPEND="
29 >=dev-libs/glib-2.51.2:2
30 @@ -25,6 +26,7 @@ BDEPEND="
31 app-text/xmlto
32 sys-devel/gettext
33 virtual/pkgconfig
34 + test? ( gnome-base/dconf )
35 "
36
37 PATCHES=(