summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 15:20:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-17 16:17:03 +0200
commit1715310f5e0be8acbe9b3da7bec3d0229e3710d7 (patch)
tree17797caa223e4811a5430299836049c33842b259 /net-libs/telepathy-qt
parentapp-admin/rex: Update -9999 ebuild to current status. (diff)
downloadgentoo-1715310f5e0be8acbe9b3da7bec3d0229e3710d7.tar.gz
gentoo-1715310f5e0be8acbe9b3da7bec3d0229e3710d7.tar.bz2
gentoo-1715310f5e0be8acbe9b3da7bec3d0229e3710d7.zip
net-libs/telepathy-qt: python3_8 support
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-qt')
-rw-r--r--net-libs/telepathy-qt/telepathy-qt-0.9.8.ebuild5
1 files 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 12ca100f7091..021e7a634ee6 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