Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
Date: Tue, 13 Jul 2021 00:39:43
Message-Id: 1626136663.749bb1f06983ee3e60ae2d3f088090b24c4a8cb0.sam@gentoo
1 commit: 749bb1f06983ee3e60ae2d3f088090b24c4a8cb0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 00:37:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 00:37:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749bb1f0
7
8 net-im/poezio: disable py3.10
9
10 Not all dependencies (slixmpp here) support Python 3.10.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-im/poezio/poezio-0.13.1-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-im/poezio/poezio-0.13.1-r2.ebuild b/net-im/poezio/poezio-0.13.1-r2.ebuild
18 index 868d381fa98..df3051da179 100644
19 --- a/net-im/poezio/poezio-0.13.1-r2.ebuild
20 +++ b/net-im/poezio/poezio-0.13.1-r2.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 DISTUTILS_USE_SETUPTOOLS=rdepend
25 -PYTHON_COMPAT=( python3_{7..10} )
26 +PYTHON_COMPAT=( python3_{8..9} )
27
28 inherit distutils-r1 optfeature xdg