diff options
author | 2023-01-25 00:36:52 +0300 | |
---|---|---|
committer | 2023-01-25 00:38:57 +0300 | |
commit | 0b463dd96e788dc93f026bc3f598397244a57145 (patch) | |
tree | 0396dd0d5565510da3b4d392a57b90067ce28492 /app-doc | |
parent | virtual/notification-daemon: revbump, EAPI8 (diff) | |
download | guru-0b463dd96e788dc93f026bc3f598397244a57145.tar.gz guru-0b463dd96e788dc93f026bc3f598397244a57145.tar.bz2 guru-0b463dd96e788dc93f026bc3f598397244a57145.zip |
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>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/ford/ford-6.1.13-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/ford/ford-6.1.13-r1.ebuild b/app-doc/ford/ford-6.1.13-r1.ebuild index 9f6e6fbd8..277426ce6 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 |