diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-08 17:00:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-08 17:00:25 +0100 |
commit | 7b1548b9178dae67ba95242d702018145d0b53a1 (patch) | |
tree | 071b1a6197951824faaea8a7844d210e0222242d /net-libs/telepathy-qt | |
parent | kde-frameworks/purpose: Add new RDEPEND (diff) | |
download | gentoo-7b1548b9178dae67ba95242d702018145d0b53a1.tar.gz gentoo-7b1548b9178dae67ba95242d702018145d0b53a1.tar.bz2 gentoo-7b1548b9178dae67ba95242d702018145d0b53a1.zip |
net-libs/telepathy-qt: Fix pkg_setup
Closes: https://bugs.gentoo.org/702046
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild index 3aefd66fcbf0..1f505982cf39 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild @@ -46,6 +46,7 @@ BDEPEND="${PYTHON_DEPS} RESTRICT="!test? ( test )" python_check_deps() { + use test || return 0 has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" } |