From 0b463dd96e788dc93f026bc3f598397244a57145 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Wed, 25 Jan 2023 00:36:52 +0300 Subject: [PATCH] app-doc/ford: ford-6.1.13-r1 fix python compat with 3.9 restrict. Signed-off-by: Sergey Torokhov --- app-doc/ford/ford-6.1.13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/ford/ford-6.1.13-r1.ebuild b/app-doc/ford/ford-6.1.13-r1.ebuild index 9f6e6fbd82..277426ce68 100644 --- a/app-doc/ford/ford-6.1.13-r1.ebuild +++ b/app-doc/ford/ford-6.1.13-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{3..10} ) +PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 toolchain-funcs