From 5ebae4f98112e071bab952dc1a0d2dc4835e8596 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 7 May 2023 14:42:12 -0500 Subject: net-analyzer/flent: enable py3.11 Signed-off-by: Matthias Maier --- net-analyzer/flent/flent-1.3.2.ebuild | 2 +- net-analyzer/flent/flent-2.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/flent/flent-1.3.2.ebuild b/net-analyzer/flent/flent-1.3.2.ebuild index b19801c..6e99c4d 100644 --- a/net-analyzer/flent/flent-1.3.2.ebuild +++ b/net-analyzer/flent/flent-1.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6..11} ) inherit distutils-r1 diff --git a/net-analyzer/flent/flent-2.0.0.ebuild b/net-analyzer/flent/flent-2.0.0.ebuild index b19801c..6e99c4d 100644 --- a/net-analyzer/flent/flent-2.0.0.ebuild +++ b/net-analyzer/flent/flent-2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_COMPAT=( python3_{6..11} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad