commit: 2eb3eddfd14f89775f9d4d00a112d1922a3922d2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 19:34:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:35:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb3eddf
app-shells/thefuck: disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/thefuck/thefuck-3.32.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/thefuck/thefuck-3.32.ebuild
b/app-shells/thefuck/thefuck-3.32.ebuild
index a9b8c5c10ea2..9cd54f344eb2 100644
--- a/app-shells/thefuck/thefuck-3.32.ebuild
+++ b/app-shells/thefuck/thefuck-3.32.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8,9,10} )
inherit distutils-r1