summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2023-04-21 11:43:27 +0200
committerAgostino Sarubbo <ago@gentoo.org>2023-04-21 11:43:27 +0200
commit149b27d1c2008109206ff053c3f0fe45f8a4ba13 (patch)
treedca1e965a63ca46968b0308fd9678aba5b9b0234
parentdev-db/pg_activity: remove old (diff)
downloadgentoo-149b27d1c2008109206ff053c3f0fe45f8a4ba13.tar.gz
gentoo-149b27d1c2008109206ff053c3f0fe45f8a4ba13.tar.bz2
gentoo-149b27d1c2008109206ff053c3f0fe45f8a4ba13.zip
dev-db/pg_activity: use DISTUTILS_USE_PEP517
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--dev-db/pg_activity/pg_activity-3.3.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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