diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-17 00:03:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-17 00:04:35 -0700 |
commit | fa6366e80e2bc4958ff3fc875425ddf0c47c5d33 (patch) | |
tree | c75c445b2a4369d1f227fb4b3603d38a4cc86e0f /sys-apps/xdg-dbus-proxy | |
parent | dev-ruby/test_declarative: enable ruby31 (diff) | |
download | gentoo-fa6366e80e2bc4958ff3fc875425ddf0c47c5d33.tar.gz gentoo-fa6366e80e2bc4958ff3fc875425ddf0c47c5d33.tar.bz2 gentoo-fa6366e80e2bc4958ff3fc875425ddf0c47c5d33.zip |
sys-apps/xdg-dbus-proxy: Add test dep on sys-apps/dbus
Closes: https://bugs.gentoo.org/721494
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps/xdg-dbus-proxy')
-rw-r--r-- | sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild | 7 |
1 files 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 |