diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 20:54:51 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-05-19 20:54:57 -0500 |
commit | 71756e7e48665c0284815c7efeda9044f59ebdff (patch) | |
tree | a2a66a1ce0c026c884d12bda4b6a84de46a0c304 /app-shells | |
parent | app-admin/vault: drop 1.10.0, 1.10.1, 1.10.2 (diff) | |
download | gentoo-71756e7e48665c0284815c7efeda9044f59ebdff.tar.gz gentoo-71756e7e48665c0284815c7efeda9044f59ebdff.tar.bz2 gentoo-71756e7e48665c0284815c7efeda9044f59ebdff.zip |
app-shells/powerline: add support py10
Closes: https://bugs.gentoo.org/845588
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/powerline/powerline-2.7-r2.ebuild | 4 | ||||
-rw-r--r-- | app-shells/powerline/powerline-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild index d6602b8ec24a..ea982f7a0e86 100644 --- a/app-shells/powerline/powerline-2.7-r2.ebuild +++ b/app-shells/powerline/powerline-2.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 DESCRIPTION="The ultimate statusline/prompt utility" diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild index 5f68dc9da7f2..a8b976e03f8f 100644 --- a/app-shells/powerline/powerline-9999.ebuild +++ b/app-shells/powerline/powerline-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 DESCRIPTION="The ultimate statusline/prompt utility" |