diff options
Diffstat (limited to 'dev-lang/python/python-3.7.11.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.7.11.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.7.11.ebuild b/dev-lang/python/python-3.7.11.ebuild index 7a7442b42296..2bf7f57c61e0 100644 --- a/dev-lang/python/python-3.7.11.ebuild +++ b/dev-lang/python/python-3.7.11.ebuild @@ -174,6 +174,9 @@ src_compile() { # Ensure sed works as expected # https://bugs.gentoo.org/594768 local -x LC_ALL=C + # Prevent using distutils bundled by setuptools. + # https://bugs.gentoo.org/823728 + export SETUPTOOLS_USE_DISTUTILS=stdlib emake CPPFLAGS= CFLAGS= LDFLAGS= |
