diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-17 13:38:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-17 13:46:06 +0100 |
commit | 41bf5297581c62244c3bd6c55e2d608ecee3c91e (patch) | |
tree | 234e976d0539077781a60e6e6e1dcdd2cc7862aa /net-libs/telepathy-qt | |
parent | net-libs/telepathy-qt: add 0.9.8, bug #699882 (diff) | |
download | gentoo-41bf5297581c62244c3bd6c55e2d608ecee3c91e.tar.gz gentoo-41bf5297581c62244c3bd6c55e2d608ecee3c91e.tar.bz2 gentoo-41bf5297581c62244c3bd6c55e2d608ecee3c91e.zip |
net-libs/telepathy-qt: Move binary-only test depends to BDEPEND
Package-Manager: Portage-2.3.79, Repoman-2.3.18
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 | 11 |
1 files changed, 6 insertions, 5 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 1cbcf4aedb65..9b23122c98de 100644 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild @@ -29,17 +29,18 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-libs/dbus-glib - dev-libs/glib:2 dev-qt/qttest:5 + ) +" +BDEPEND="${PYTHON_DEPS} + virtual/pkgconfig + test? ( + dev-libs/glib:2 $(python_gen_any_dep ' dev-python/dbus-python[${PYTHON_USEDEP}] ') ) " -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" RESTRICT="!test? ( test )" python_check_deps() { |