Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
Date: Sun, 29 Sep 2019 20:18:26
Message-Id: 1569788287.cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6.asturm@gentoo
1 commit: cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 20:17:50 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 20:18:07 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc7dbee4
7
8 net-libs/telepathy-qt: python3 support
9
10 Upstream commit 8ca499dfff059546721255cbe04d2b40858b8c4d
11
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 11 +++++------
16 1 file changed, 5 insertions(+), 6 deletions(-)
17
18 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
19 index 122e66d441..40de0d4c0b 100644
20 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
21 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
22 @@ -3,8 +3,8 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 )
27 -EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
28 +PYTHON_COMPAT=( python3_{6,7} )
29 +EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" )
30 inherit python-any-r1 cmake-utils git-r3
31
32 DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
33 @@ -15,6 +15,9 @@ SLOT="0"
34 KEYWORDS=""
35 IUSE="debug farstream"
36
37 +BDEPEND="${PYTHON_DEPS}
38 + virtual/pkgconfig
39 +"
40 RDEPEND="
41 dev-qt/qtcore:5
42 dev-qt/qtdbus:5
43 @@ -27,10 +30,6 @@ RDEPEND="
44 )
45 "
46 DEPEND="${RDEPEND}"
47 -BDEPEND="
48 - ${PYTHON_DEPS}
49 - virtual/pkgconfig
50 -"
51
52 PATCHES=( "${FILESDIR}/${PN}-0.9.7-deps.patch" )