diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-11-02 21:22:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-03 23:37:07 +0100 |
commit | 275f6d9c012c88545ee02f379671229a1bf6a21c (patch) | |
tree | c223cd14495fbc64c9375eb82fab0e27409e9936 /app-benchmarks | |
parent | app-antivirus/clamtk: add python3.11 support (diff) | |
download | gentoo-275f6d9c012c88545ee02f379671229a1bf6a21c.tar.gz gentoo-275f6d9c012c88545ee02f379671229a1bf6a21c.tar.bz2 gentoo-275f6d9c012c88545ee02f379671229a1bf6a21c.zip |
app-benchmarks/sysbench: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild index f7eb86f81ba2..560da7629cec 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.20-r101.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools lua-single python-single-r1 |