commit: 749bb1f06983ee3e60ae2d3f088090b24c4a8cb0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 00:37:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 00:37:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749bb1f0
net-im/poezio: disable py3.10
Not all dependencies (slixmpp here) support Python 3.10.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-im/poezio/poezio-0.13.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild
b/net-im/poezio/poezio-0.13.1-r2.ebuild
index 868d381fa98..df3051da179 100644
--- a/net-im/poezio/poezio-0.13.1-r2.ebuild
+++ b/net-im/poezio/poezio-0.13.1-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1 optfeature xdg