Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/
Date: Thu, 03 Nov 2022 22:37:44
Message-Id: 1667515030.8b225d5dc2d84ff2f8797e4936c3e7bde0ece3d0.conikost@gentoo
1 commit: 8b225d5dc2d84ff2f8797e4936c3e7bde0ece3d0
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 20:36:30 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:37:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b225d5d
7
8 net-im/yowsup: add python3.11 support
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 net-im/yowsup/yowsup-3.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/yowsup/yowsup-3.3.0.ebuild b/net-im/yowsup/yowsup-3.3.0.ebuild
16 index 2c325425e65b..d689416539a7 100644
17 --- a/net-im/yowsup/yowsup-3.3.0.ebuild
18 +++ b/net-im/yowsup/yowsup-3.3.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_SETUPTOOLS="bdepend"
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 PYTHON_REQ_USE="readline"
26
27 inherit distutils-r1