Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-qt/
Date: Sun, 17 Nov 2019 12:46:44
Message-Id: 1573994766.41bf5297581c62244c3bd6c55e2d608ecee3c91e.asturm@gentoo
1 commit: 41bf5297581c62244c3bd6c55e2d608ecee3c91e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 12:38:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 12:46:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bf5297
7
8 net-libs/telepathy-qt: Move binary-only test depends to BDEPEND
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
17 index 1cbcf4aedb6..9b23122c98d 100644
18 --- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
19 +++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
20 @@ -29,17 +29,18 @@ RDEPEND="
21 DEPEND="${RDEPEND}
22 test? (
23 dev-libs/dbus-glib
24 - dev-libs/glib:2
25 dev-qt/qttest:5
26 + )
27 +"
28 +BDEPEND="${PYTHON_DEPS}
29 + virtual/pkgconfig
30 + test? (
31 + dev-libs/glib:2
32 $(python_gen_any_dep '
33 dev-python/dbus-python[${PYTHON_USEDEP}]
34 ')
35 )
36 "
37 -BDEPEND="
38 - ${PYTHON_DEPS}
39 - virtual/pkgconfig
40 -"
41 RESTRICT="!test? ( test )"
42
43 python_check_deps() {