commit: 42c2596c36f39e111e03c3e8e759ec833fb39346
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 16 17:16:42 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 17:16:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c2596c
app-shells/powerline: Stabilize 2.8.4 amd64, #958982
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-shells/powerline/powerline-2.8.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/powerline/powerline-2.8.4.ebuild
b/app-shells/powerline/powerline-2.8.4.ebuild
index 0d967459eb7a..94e33ca0f8dc 100644
--- a/app-shells/powerline/powerline-2.8.4.ebuild
+++ b/app-shells/powerline/powerline-2.8.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
DISTUTILS_USE_PEP517=setuptools
@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_BRANCH="develop"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="Apache-2.0"