commit:     149b27d1c2008109206ff053c3f0fe45f8a4ba13
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 09:43:27 2023 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 09:43:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149b27d1

dev-db/pg_activity: use DISTUTILS_USE_PEP517

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-db/pg_activity/pg_activity-3.3.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-db/pg_activity/pg_activity-3.3.0.ebuild 
b/dev-db/pg_activity/pg_activity-3.3.0.ebuild
index 987d27b7f245..bb4c7b32493d 100644
--- a/dev-db/pg_activity/pg_activity-3.3.0.ebuild
+++ b/dev-db/pg_activity/pg_activity-3.3.0.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="8"
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1

Reply via email to