diff options
author | Craig Andrews <candrews@gentoo.org> | 2024-04-15 19:44:31 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2024-04-15 19:45:34 -0400 |
commit | e2fc36612e6a233504ebff168131bc728216e897 (patch) | |
tree | 88f958c3eab17feb3661fcc03dfa59aaf09a59b8 /net-mail | |
parent | app-arch/xz-utils: fix live ebuild (drop obsolete rm) (diff) | |
download | gentoo-e2fc36612e6a233504ebff168131bc728216e897.tar.gz gentoo-e2fc36612e6a233504ebff168131bc728216e897.tar.bz2 gentoo-e2fc36612e6a233504ebff168131bc728216e897.zip |
net-mail/onionrouter: enable py3.12
Closes: https://bugs.gentoo.org/929336
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-mail/onionrouter/onionrouter-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild b/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild index f5a753cbc898..5ae0f03c0fb4 100644 --- a/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild +++ b/net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 diff --git a/net-mail/onionrouter/onionrouter-9999.ebuild b/net-mail/onionrouter/onionrouter-9999.ebuild index f5a753cbc898..5ae0f03c0fb4 100644 --- a/net-mail/onionrouter/onionrouter-9999.ebuild +++ b/net-mail/onionrouter/onionrouter-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 |