commit:     56c1fa06eecb61c479c435161bf6cadb37dc2661
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 04:11:34 2024 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 04:11:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c1fa06

dev-util/gertty: fix pep517 not being defined

https://bugs.gentoo.org/909979

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 3 ++-
 dev-util/gertty/gertty-9999.ebuild     | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

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
 

Reply via email to