commit: 4e94100f4352e9bcf0bb04f03e19329e047ceaf2
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Mar 12 20:54:14 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 12 20:54:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e94100f
dev-util/FoBiS: 3.0.5 add PYTHON_COMPAT python3_9
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-util/FoBiS/FoBiS-3.0.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/FoBiS/FoBiS-3.0.5.ebuild
b/dev-util/FoBiS/FoBiS-3.0.5.ebuild
index 6012a4de..b3be8c1a 100644
--- a/dev-util/FoBiS/FoBiS-3.0.5.ebuild
+++ b/dev-util/FoBiS/FoBiS-3.0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1