aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2023-01-19 03:05:42 +0300
committerSergey Torokhov <torokhov-s-a@yandex.ru>2023-01-19 03:07:31 +0300
commitde89219d83ad234b8901374126566e8ac14343cd (patch)
tree944f4be1846782433e757d1643d0e4c64724c28e /app-doc
parentdev-util/fpm: drop python3.8 compat (diff)
downloadguru-de89219d83ad234b8901374126566e8ac14343cd.tar.gz
guru-de89219d83ad234b8901374126566e8ac14343cd.tar.bz2
guru-de89219d83ad234b8901374126566e8ac14343cd.zip
app-doc/ford: drop python3.8 compat
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.ebuild4
-rw-r--r--app-doc/ford/ford-6.1.17.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/ford/ford-6.1.13-r1.ebuild b/app-doc/ford/ford-6.1.13-r1.ebuild
index 2bb4f28ea..9f6e6fbd8 100644
--- a/app-doc/ford/ford-6.1.13-r1.ebuild
+++ b/app-doc/ford/ford-6.1.13-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{3..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 toolchain-funcs
diff --git a/app-doc/ford/ford-6.1.17.ebuild b/app-doc/ford/ford-6.1.17.ebuild
index 432bd890e..36a3442b0 100644
--- a/app-doc/ford/ford-6.1.17.ebuild
+++ b/app-doc/ford/ford-6.1.17.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 toolchain-funcs