Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/pybind11/
Date: Sat, 30 Nov 2019 06:38:59
Message-Id: 1575095928.61621d476d644c20fa674ec99e45b487773ab35d.lanodan@gentoo
1 commit: 61621d476d644c20fa674ec99e45b487773ab35d
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sat Nov 30 06:38:48 2019 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Sat Nov 30 06:38:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61621d47
7
8 dev-util/pybind11: fix typo on PYTHON_DEPS
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-util/pybind11/pybind11-2.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/pybind11/pybind11-2.3.0.ebuild b/dev-util/pybind11/pybind11-2.3.0.ebuild
16 index 6a24042..94f7413 100644
17 --- a/dev-util/pybind11/pybind11-2.3.0.ebuild
18 +++ b/dev-util/pybind11/pybind11-2.3.0.ebuild
19 @@ -22,7 +22,7 @@ IUSE="doc test"
20 RESTRICT="!test? ( test )"
21
22 DEPEND="
23 - ${PYTHON_DEP}
24 + ${PYTHON_DEPS}
25 doc? (
26 dev-python/breathe[${PYTHON_USEDEP}]
27 dev-python/sphinx[${PYTHON_USEDEP}]
28 @@ -37,7 +37,7 @@ DEPEND="
29 "
30
31 RDEPEND="
32 - ${PYTHON_DEP}
33 + ${PYTHON_DEPS}
34 dev-cpp/eigen:3
35 sys-apps/texinfo
36 sys-devel/gettext[cxx]