diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-07 22:11:34 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-07 22:11:34 -0600 |
commit | 56c1fa06eecb61c479c435161bf6cadb37dc2661 (patch) | |
tree | 38e227c290e815ea5b26835921d0d6e9d7e61113 /dev-util/gertty | |
parent | net-misc/pulseaudio-dlna: update pep517 (diff) | |
download | gentoo-56c1fa06eecb61c479c435161bf6cadb37dc2661.tar.gz gentoo-56c1fa06eecb61c479c435161bf6cadb37dc2661.tar.bz2 gentoo-56c1fa06eecb61c479c435161bf6cadb37dc2661.zip |
dev-util/gertty: fix pep517 not being defined
https://bugs.gentoo.org/909979
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-util/gertty')
-rw-r--r-- | dev-util/gertty/gertty-1.6.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index d8ec78d1a9be..bb526e970682 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 9d34f2fa9cef..6e5ddeafe6e3 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |