From 6e05ca31f397d76def12bc477de9435a2fcce6c8 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 30 Nov 2022 20:47:53 +0000 Subject: net-p2p/monero: enable python 3.11 --- net-p2p/monero/monero-0.18.1.1.ebuild | 2 +- net-p2p/monero/monero-0.18.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/monero') 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 -- cgit v1.2.3