diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-06-01 20:04:08 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-06-01 20:04:16 -0700 |
commit | 3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b (patch) | |
tree | da6832b027099e0c0fe52ea215f1951a2836ac7a /net-libs | |
parent | vala.eclass: raise VALA_MAX_API_VERSION to 0.44 (diff) | |
download | gentoo-3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b.tar.gz gentoo-3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b.tar.bz2 gentoo-3f6834ce24ecdf8aed9ce4901bcfc766fada8d4b.zip |
net-libs/phodav: Depend on gnome-base/dconf for tests
Closes: https://bugs.gentoo.org/793725
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/phodav/phodav-2.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/phodav/phodav-2.5.ebuild b/net-libs/phodav/phodav-2.5.ebuild index c0d530ca02be..6382a905ee93 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=( |