diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-29 22:17:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-29 22:18:07 +0200 |
commit | cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6 (patch) | |
tree | 8a7894631b659d3dbd0a5858590343aa480e8d4b /net-libs | |
parent | kde-apps/kaddressbook: Add warning if kdepim-addons is not installed (diff) | |
download | kde-cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6.tar.gz kde-cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6.tar.bz2 kde-cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 11 |
1 files 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" ) |