commit:     de89219d83ad234b8901374126566e8ac14343cd
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Jan 19 00:05:42 2023 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Thu Jan 19 00:07:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de89219d

app-doc/ford: drop python3.8 compat

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 app-doc/ford/ford-6.1.13-r1.ebuild | 4 ++--
 app-doc/ford/ford-6.1.17.ebuild    | 4 ++--
 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

Reply via email to