From ca617d90a1cf7f9373fb95afe39b8bbb0212c828 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Fri, 21 Jun 2024 05:01:59 +0400 Subject: [PATCH] app-doc/geeknote: Python 3.12 is not working - set max to 3.11 Because of Apache Thrift problem, see https://github.com/apache/thrift/commit/6f8c99e98170dcd4f311e755b79f7013868c64c5#r143063857 Signed-off-by: Vitaly Zdanevich --- app-doc/geeknote/geeknote-3.0.5.ebuild | 2 +- app-doc/geeknote/geeknote-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/geeknote/geeknote-3.0.5.ebuild b/app-doc/geeknote/geeknote-3.0.5.ebuild index 17e814e84e..48b4b939af 100644 --- a/app-doc/geeknote/geeknote-3.0.5.ebuild +++ b/app-doc/geeknote/geeknote-3.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild index ce78f8a520..86a17bd622 100644 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ b/app-doc/geeknote/geeknote-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 git-r3