summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-118.0.5993.32.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/chromium-118.0.5993.32.ebuild')
-rw-r--r--www-client/chromium/chromium-118.0.5993.32.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-118.0.5993.32.ebuild b/www-client/chromium/chromium-118.0.5993.32.ebuild
index a7c13e8953f4..4451fa1f97f7 100644
--- a/www-client/chromium/chromium-118.0.5993.32.ebuild
+++ b/www-client/chromium/chromium-118.0.5993.32.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+# Can't do 12 yet: heavy use of imp, among other things (bug #915001, bug #915062)
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="xml(+)"
LLVM_MAX_SLOT=17
VIRTUALX_REQUIRED="pgo"