commit: e9c8b63141e72c323bb3805e618d1dabe1edad4b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 02:53:08 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 02:55:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c8b631
dev-libs/libnl: add missing DISTUTILS_DEPS
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libnl/libnl-3.7.0.ebuild | 5 ++++-
dev-libs/libnl/libnl-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild
b/dev-libs/libnl/libnl-3.7.0.ebuild
index 6b420eb95d66..9d6312ae6dd0 100644
--- a/dev-libs/libnl/libnl-3.7.0.ebuild
+++ b/dev-libs/libnl/libnl-3.7.0.ebuild
@@ -34,7 +34,10 @@ DEPEND="${RDEPEND}"
BDEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
- python? ( dev-lang/swig )
+ python? (
+ ${DISTUTILS_DEPS}
+ dev-lang/swig
+ )
test? ( dev-libs/check )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild
index 6b420eb95d66..9d6312ae6dd0 100644
--- a/dev-libs/libnl/libnl-9999.ebuild
+++ b/dev-libs/libnl/libnl-9999.ebuild
@@ -34,7 +34,10 @@ DEPEND="${RDEPEND}"
BDEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
- python? ( dev-lang/swig )
+ python? (
+ ${DISTUTILS_DEPS}
+ dev-lang/swig
+ )
test? ( dev-libs/check )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"