diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-08-20 13:47:47 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-20 13:47:47 +0300 |
commit | 87d5b663f1d48f4cc1818555eef6b8b417c56b6b (patch) | |
tree | d6eb202255934bab3ed7cf8d561862de42f74580 /dev-cpp | |
parent | media-sound/ardour: dropped obsolete 8.6 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |