commit: a35fa34b32f5870fbfb1ad4c4f29f2db422db48c
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: Wed Nov 20 21:17:36 2019 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a35fa34b
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-9999.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 64f32659..336bc77a 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.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() {