From: Andreas Sturmlechner Date: Sun, 17 Nov 2019 12:38:33 +0000 (+0100) Subject: net-libs/telepathy-qt: Move binary-only test depends to BDEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=41bf5297581c62244c3bd6c55e2d608ecee3c91e;p=gentoo.git 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 --- 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() {