Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-libs/Mutationpp/
Date: Thu, 08 Sep 2022 10:24:47
Message-Id: 1662632563.fef50f5394f30d3f3b1863ef119c90e8b1a2a672.andrewammerlaan@gentoo
1 commit: fef50f5394f30d3f3b1863ef119c90e8b1a2a672
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 8 10:22:43 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 10:22:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fef50f53
7
8 sci-libs/Mutationpp: add missing distutils dep
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild b/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild
16 index 35030a8ab..8b52690d7 100644
17 --- a/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild
18 +++ b/sci-libs/Mutationpp/Mutationpp-1.0.5-r1.ebuild
19 @@ -39,6 +39,7 @@ BDEPEND="
20 dev-util/ninja
21 dev-util/cmake
22 doc? ( app-doc/doxygen )
23 + python? ( ${DISTUTILS_DEPS} )
24 "
25
26 REQUIRED_USE="${PYTHON_REQUIRED_USE}"