commit:     1715310f5e0be8acbe9b3da7bec3d0229e3710d7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 13:20:39 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 14:17:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1715310f

net-libs/telepathy-qt: python3_8 support

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild 
b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
index 12ca100f709..021e7a634ee 100644
--- a/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit python-any-r1 cmake virtualx
 
 DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
@@ -17,6 +17,8 @@ IUSE="debug farstream test"
 
 REQUIRED_USE="test? ( farstream )"
 
+RESTRICT="!test? ( test )"
+
 RDEPEND="
        dev-qt/qtcore:5
        dev-qt/qtdbus:5
@@ -43,7 +45,6 @@ BDEPEND="${PYTHON_DEPS}
                ')
        )
 "
-RESTRICT="!test? ( test )"
 
 python_check_deps() {
        use test || return 0

Reply via email to