Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Sat, 06 Aug 2022 02:56:01
Message-Id: 1659754544.e9c8b63141e72c323bb3805e618d1dabe1edad4b.sam@gentoo
1 commit: e9c8b63141e72c323bb3805e618d1dabe1edad4b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 02:53:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 02:55:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c8b631
7
8 dev-libs/libnl: add missing DISTUTILS_DEPS
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libnl/libnl-3.7.0.ebuild | 5 ++++-
13 dev-libs/libnl/libnl-9999.ebuild | 5 ++++-
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild b/dev-libs/libnl/libnl-3.7.0.ebuild
17 index 6b420eb95d66..9d6312ae6dd0 100644
18 --- a/dev-libs/libnl/libnl-3.7.0.ebuild
19 +++ b/dev-libs/libnl/libnl-3.7.0.ebuild
20 @@ -34,7 +34,10 @@ DEPEND="${RDEPEND}"
21 BDEPEND="${RDEPEND}
22 sys-devel/bison
23 sys-devel/flex
24 - python? ( dev-lang/swig )
25 + python? (
26 + ${DISTUTILS_DEPS}
27 + dev-lang/swig
28 + )
29 test? ( dev-libs/check )"
30 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
31
32
33 diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild
34 index 6b420eb95d66..9d6312ae6dd0 100644
35 --- a/dev-libs/libnl/libnl-9999.ebuild
36 +++ b/dev-libs/libnl/libnl-9999.ebuild
37 @@ -34,7 +34,10 @@ DEPEND="${RDEPEND}"
38 BDEPEND="${RDEPEND}
39 sys-devel/bison
40 sys-devel/flex
41 - python? ( dev-lang/swig )
42 + python? (
43 + ${DISTUTILS_DEPS}
44 + dev-lang/swig
45 + )
46 test? ( dev-libs/check )"
47 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"