summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2024-04-15 19:44:31 -0400
committerCraig Andrews <candrews@gentoo.org>2024-04-15 19:45:34 -0400
commite2fc36612e6a233504ebff168131bc728216e897 (patch)
tree88f958c3eab17feb3661fcc03dfa59aaf09a59b8
parentapp-arch/xz-utils: fix live ebuild (drop obsolete rm) (diff)
downloadgentoo-e2fc3661.tar.gz
gentoo-e2fc3661.tar.bz2
gentoo-e2fc3661.zip
net-mail/onionrouter: enable py3.12
Closes: https://bugs.gentoo.org/929336 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--net-mail/onionrouter/onionrouter-0.6.2-r1.ebuild4
-rw-r--r--net-mail/onionrouter/onionrouter-9999.ebuild4
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