commit: f816cc74f2d51f7178720f7a7daf8b28fa03995a
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 06:20:22 2023 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 19:56:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f816cc74
dev-db/pgxnclient: switch to DISTUTILS_USE_PEP517
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/pgxnclient/pgxnclient-1.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild
b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild
index fc99245a60e1..49bdb174b36a 100644
--- a/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="PostgreSQL Extension Network Client"