commit: 61621d476d644c20fa674ec99e45b487773ab35d
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Nov 30 06:38:48 2019 +0000
Commit: Ralph Seichter <gentoo <AT> seichter <DOT> de>
CommitDate: Sat Nov 30 06:38:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61621d47
dev-util/pybind11: fix typo on PYTHON_DEPS
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-util/pybind11/pybind11-2.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/pybind11/pybind11-2.3.0.ebuild
b/dev-util/pybind11/pybind11-2.3.0.ebuild
index 6a24042..94f7413 100644
--- a/dev-util/pybind11/pybind11-2.3.0.ebuild
+++ b/dev-util/pybind11/pybind11-2.3.0.ebuild
@@ -22,7 +22,7 @@ IUSE="doc test"
RESTRICT="!test? ( test )"
DEPEND="
- ${PYTHON_DEP}
+ ${PYTHON_DEPS}
doc? (
dev-python/breathe[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
@@ -37,7 +37,7 @@ DEPEND="
"
RDEPEND="
- ${PYTHON_DEP}
+ ${PYTHON_DEPS}
dev-cpp/eigen:3
sys-apps/texinfo
sys-devel/gettext[cxx]