diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2022-04-15 19:11:11 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-16 20:35:13 +0100 |
commit | 1f85998fe1fdbd46223f9aa243cdc3a27aa69670 (patch) | |
tree | 4e299dc6cfeb46c092dd6069e9d557112f5b2abd /app-shells | |
parent | app-shells/thefuck: add 3.32, drop 3.28 (diff) | |
download | gentoo-1f85998fe1fdbd46223f9aa243cdc3a27aa69670.tar.gz gentoo-1f85998fe1fdbd46223f9aa243cdc3a27aa69670.tar.bz2 gentoo-1f85998fe1fdbd46223f9aa243cdc3a27aa69670.zip |
app-shells/thefuck: update EAPI 7 -> 8
Also add Python 3.10 to PYTHON_COMPAT
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/25035
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 340119972b2e..a9b8c5c10ea2 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 # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 |