From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D51AE138334 for ; Sun, 29 Sep 2019 20:18:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C48E6E08AE; Sun, 29 Sep 2019 20:18:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB49BE08AE for ; Sun, 29 Sep 2019 20:18:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D450F34B6D5 for ; Sun, 29 Sep 2019 20:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C464800 for ; Sun, 29 Sep 2019 20:18:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1569788287.cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6 X-VCS-Branch: master Date: Sun, 29 Sep 2019 20:18:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8e2aa9f-2670-481d-882b-beabea41d9ee X-Archives-Hash: bdd2f665dc392d7a2cc74656e6509742 commit: cc7dbee4751a5f405a1c175a7a28ce32b5b7dab6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 29 20:17:50 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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" )