app-doc/ford: ford-6.1.13-r1 fix python compat with 3.9 restrict.

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2023-01-25 00:36:52 +03:00
parent dc8ceaacf6
commit 0b463dd96e

View File

@@ -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