diff options
author | 2023-02-26 08:26:42 +0000 | |
---|---|---|
committer | 2023-02-26 08:27:06 +0000 | |
commit | 1bb646dc54faf059b710fe1d67959bbf24fe5a18 (patch) | |
tree | 1eeaec34c68976fadf7295a35599d2131e58be0c /dev-lang/ispc | |
parent | www-servers/tomcat: bump to 8.5.86 (diff) | |
download | gentoo-1bb646dc54faf059b710fe1d67959bbf24fe5a18.tar.gz gentoo-1bb646dc54faf059b710fe1d67959bbf24fe5a18.tar.bz2 gentoo-1bb646dc54faf059b710fe1d67959bbf24fe5a18.zip |
dev-lang/ispc: enable py3.11
Closes: https://bugs.gentoo.org/896694
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ispc-1.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.18.0.ebuild b/dev-lang/ispc/ispc-1.18.0.ebuild index 6f2ee56c5a5e..a343a4857794 100644 --- a/dev-lang/ispc/ispc-1.18.0.ebuild +++ b/dev-lang/ispc/ispc-1.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) LLVM_MAX_SLOT=14 inherit cmake python-any-r1 llvm |