diff options
author | Sam James <sam@gentoo.org> | 2023-09-01 04:39:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-01 04:39:16 +0100 |
commit | a94169e66cf36bcf1db282625819243bfa62e14c (patch) | |
tree | ce11d69944486960476adcc9901dfd81f260fa56 /dev-libs | |
parent | app-text/ansifilter: fix verify-sig w/ USE=gui (diff) | |
download | gentoo-a94169e66cf36bcf1db282625819243bfa62e14c.tar.gz gentoo-a94169e66cf36bcf1db282625819243bfa62e14c.tar.bz2 gentoo-a94169e66cf36bcf1db282625819243bfa62e14c.zip |
dev-libs/libnl: set DISTUTILS_EXT=1
Bug: https://bugs.gentoo.org/913383
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/libnl-3.8.0.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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} ) |