commit: 24bb64dd65526bb56b43242a63a947de3f0fae57 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 10:20:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 10:20:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bb64dd
www-client/chromium: drop py3.12 Closes: https://bugs.gentoo.org/915001 Closes: https://bugs.gentoo.org/915062 Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/chromium/chromium-118.0.5993.32.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"