summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-08-20 13:47:47 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-08-20 13:47:47 +0300
commit87d5b663f1d48f4cc1818555eef6b8b417c56b6b (patch)
treed6eb202255934bab3ed7cf8d561862de42f74580 /dev-cpp
parentmedia-sound/ardour: dropped obsolete 8.6 (diff)
downloadgentoo-87d5b663f1d48f4cc1818555eef6b8b417c56b6b.tar.gz
gentoo-87d5b663f1d48f4cc1818555eef6b8b417c56b6b.tar.bz2
gentoo-87d5b663f1d48f4cc1818555eef6b8b417c56b6b.zip
dev-cpp/benchmark: enable py3.11
Closes: https://bugs.gentoo.org/938237 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/benchmark/benchmark-1.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/benchmark/benchmark-1.9.0.ebuild b/dev-cpp/benchmark/benchmark-1.9.0.ebuild
index 90c9239289bf..ce4ceb735412 100644
--- a/dev-cpp/benchmark/benchmark-1.9.0.ebuild
+++ b/dev-cpp/benchmark/benchmark-1.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_12 )
+PYTHON_COMPAT=( python3_{11,12} )
inherit cmake-multilib python-single-r1