From 41bf5297581c62244c3bd6c55e2d608ecee3c91e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 17 Nov 2019 13:38:33 +0100 Subject: [PATCH] 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 --- net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 11 ++++++----- 1 file 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() { -- 2.26.2