commit: 41bf5297581c62244c3bd6c55e2d608ecee3c91e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 12:38:33 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 12:46:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bf5297
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 <AT> gentoo.org>
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 1cbcf4aedb6..9b23122c98d 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() {