diff options
author | Sam James <sam@gentoo.org> | 2022-08-06 03:53:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-06 03:55:44 +0100 |
commit | e9c8b63141e72c323bb3805e618d1dabe1edad4b (patch) | |
tree | bc49e1dd5fe0e0e69fc7520e44aba04ff4e9f504 /dev-libs | |
parent | www-client/epiphany: Version bump to 42.4 (diff) | |
download | gentoo-e9c8b63141e72c323bb3805e618d1dabe1edad4b.tar.gz gentoo-e9c8b63141e72c323bb3805e618d1dabe1edad4b.tar.bz2 gentoo-e9c8b63141e72c323bb3805e618d1dabe1edad4b.zip |
dev-libs/libnl: add missing DISTUTILS_DEPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/libnl-3.7.0.ebuild | 5 | ||||
-rw-r--r-- | 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} )" |