commit: a94169e66cf36bcf1db282625819243bfa62e14c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 1 03:39:16 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 1 03:39:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94169e6
dev-libs/libnl: set DISTUTILS_EXT=1 Bug: https://bugs.gentoo.org/913383 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libnl/libnl-3.8.0.ebuild | 1 + dev-libs/libnl/libnl-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/libnl/libnl-3.8.0.ebuild b/dev-libs/libnl/libnl-3.8.0.ebuild index 19cb734e478a..a9a0476e5ca6 100644 --- a/dev-libs/libnl/libnl-3.8.0.ebuild +++ b/dev-libs/libnl/libnl-3.8.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild index b7e772377e97..f60d51139ecb 100644 --- a/dev-libs/libnl/libnl-9999.ebuild +++ b/dev-libs/libnl/libnl-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} )
