From 1715310f5e0be8acbe9b3da7bec3d0229e3710d7 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 17 Apr 2020 15:20:39 +0200 Subject: [PATCH] net-libs/telepathy-qt: python3_8 support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- 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 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 -- 2.26.2