diff options
author | Sam James <sam@gentoo.org> | 2022-04-16 20:34:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-16 20:35:14 +0100 |
commit | 2eb3eddfd14f89775f9d4d00a112d1922a3922d2 (patch) | |
tree | 13a15739b7199dafea0c0ba738d34099780abe0a /app-shells | |
parent | app-shells/thefuck: update EAPI 7 -> 8 (diff) | |
download | gentoo-2eb3eddfd14f89775f9d4d00a112d1922a3922d2.tar.gz gentoo-2eb3eddfd14f89775f9d4d00a112d1922a3922d2.tar.bz2 gentoo-2eb3eddfd14f89775f9d4d00a112d1922a3922d2.zip |
app-shells/thefuck: disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/thefuck/thefuck-3.32.ebuild | 4 |
1 files 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 |