summaryrefslogtreecommitdiff
path: root/net-p2p/monero
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:47:53 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-11-30 20:47:53 +0000
commit6e05ca31f397d76def12bc477de9435a2fcce6c8 (patch)
tree4eb7b8ad72ed3c867ab19c6be1c44470f52334b4 /net-p2p/monero
parentnet-p2p/kovri: remove (diff)
downloadportage-6e05ca31f397d76def12bc477de9435a2fcce6c8.tar.xz
net-p2p/monero: enable python 3.11
Diffstat (limited to 'net-p2p/monero')
-rw-r--r--net-p2p/monero/monero-0.18.1.1.ebuild2
-rw-r--r--net-p2p/monero/monero-0.18.1.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/monero/monero-0.18.1.1.ebuild b/net-p2p/monero/monero-0.18.1.1.ebuild
index 0244244c..7d3dce32 100644
--- a/net-p2p/monero/monero-0.18.1.1.ebuild
+++ b/net-p2p/monero/monero-0.18.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python{3_8,3_9,3_10} )
+PYTHON_COMPAT=( python3_{9..11} )
CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake flag-o-matic toolchain-funcs python-any-r1 systemd qmake-utils
diff --git a/net-p2p/monero/monero-0.18.1.2.ebuild b/net-p2p/monero/monero-0.18.1.2.ebuild
index 0244244c..7d3dce32 100644
--- a/net-p2p/monero/monero-0.18.1.2.ebuild
+++ b/net-p2p/monero/monero-0.18.1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python{3_8,3_9,3_10} )
+PYTHON_COMPAT=( python3_{9..11} )
CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake flag-o-matic toolchain-funcs python-any-r1 systemd qmake-utils