commit:     50dbdfb56c46e15e90e43c627b1f4fa204a6cc33
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 14:09:04 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 14:24:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dbdfb5

net-mail/onionrouter: Python 3.11 compatibility

Closes: https://bugs.gentoo.org/897112
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-mail/onionrouter/onionrouter-0.6.2.ebuild | 2 +-
 net-mail/onionrouter/onionrouter-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/onionrouter/onionrouter-0.6.2.ebuild 
b/net-mail/onionrouter/onionrouter-0.6.2.ebuild
index e77f2b0c931f..6e70759dfa0c 100644
--- a/net-mail/onionrouter/onionrouter-0.6.2.ebuild
+++ b/net-mail/onionrouter/onionrouter-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
 

diff --git a/net-mail/onionrouter/onionrouter-9999.ebuild 
b/net-mail/onionrouter/onionrouter-9999.ebuild
index e77f2b0c931f..6e70759dfa0c 100644
--- a/net-mail/onionrouter/onionrouter-9999.ebuild
+++ b/net-mail/onionrouter/onionrouter-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
 

Reply via email to