diff options
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 122e66d441e..40de0d4c0bd 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" ) |
