commit: cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:17:50 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 20:18:07 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc7dbee4
net-libs/telepathy-qt: python3 support
Upstream commit 8ca499dfff059546721255cbe04d2b40858b8c4d
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 122e66d441..40de0d4c0b 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 )
-EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
+PYTHON_COMPAT=( python3_{6,7} )
+EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" )
inherit python-any-r1 cmake-utils git-r3
DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
@@ -15,6 +15,9 @@ SLOT="0"
KEYWORDS=""
IUSE="debug farstream"
+BDEPEND="${PYTHON_DEPS}
+ virtual/pkgconfig
+"
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -27,10 +30,6 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}"
-BDEPEND="
- ${PYTHON_DEPS}
- virtual/pkgconfig
-"
PATCHES=( "${FILESDIR}/${PN}-0.9.7-deps.patch" )