commit: 97be5c7afdf7a03ca45872dc9b2cbbf5ee1b47f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 22:40:56 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 22:40:56 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=97be5c7a
net-libs: python3_8 where possible
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild | 2 +-
net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
index 43caf618ce..7adeb22528 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
QTMIN=5.12.3
inherit ecm kde.org python-any-r1
diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
index 40de0d4c0b..7cbea4e300 100644
--- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
+++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
EGIT_REPO_URI=( "https://github.com/TelepathyIM/${PN}" )
inherit python-any-r1 cmake-utils git-r3