diff options
author | t0b3 <thomas.bettler@gmail.com> | 2021-12-17 14:28:41 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-12-18 20:29:08 -0500 |
commit | 73ad0b93219f96f00f3977799f026316b4cbcb49 (patch) | |
tree | c26099bd6b60d88afbba847433afb1e16a80054e /net-im/telepathy-logger | |
parent | net-irc/telepathy-idle: add python 3.10 (diff) | |
download | gentoo-73ad0b93219f96f00f3977799f026316b4cbcb49.tar.gz gentoo-73ad0b93219f96f00f3977799f026316b4cbcb49.tar.bz2 gentoo-73ad0b93219f96f00f3977799f026316b4cbcb49.zip |
net-im/telepathy-logger: add python 3.10
Closes: https://bugs.gentoo.org/829465
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23387
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-im/telepathy-logger')
-rw-r--r-- | net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild index a319bc8e49fe..4459caa0abcb 100644 --- a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild +++ b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 python-any-r1 virtualx DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework" |