summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2024-03-07 22:21:38 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2024-03-07 22:21:38 -0600
commit6faa61c59e55bf56acb8fddbbea8f820a22a1c56 (patch)
tree56925c8cc97c4318145f42b4c3236708ecf6ac73 /app-shells
parentdev-util/gertty: fix pep517 not being defined (diff)
downloadgentoo-6faa61c59e55bf56acb8fddbbea8f820a22a1c56.tar.gz
gentoo-6faa61c59e55bf56acb8fddbbea8f820a22a1c56.tar.bz2
gentoo-6faa61c59e55bf56acb8fddbbea8f820a22a1c56.zip
app-shells/powerline: add pep517
Closes: https://bugs.gentoo.org/909895 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/powerline/powerline-2.7-r2.ebuild3
-rw-r--r--app-shells/powerline/powerline-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index 1a13ef03b3d6..829720104c3f 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,6 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
+DISTUTILS_USE_PEP517=setuptools
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 5e179f45c6a3..645322a6f82a 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,6 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"