commit: 8054bbb3a7fc92b8adbf20767330dc05e56409c2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:14:00 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:17:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8054bbb3
dev-python/krb5: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/krb5/krb5-0.5.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/krb5/krb5-0.5.0.ebuild
b/dev-python/krb5/krb5-0.5.0.ebuild
index b13058cb46e7..e2417fb2d056 100644
--- a/dev-python/krb5/krb5-0.5.0.ebuild
+++ b/dev-python/krb5/krb5-0.5.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )