commit: bfe18a20944350f50608edf5cf7a54a10dc729cc
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 10:27:20 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 10:35:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfe18a20
dev-python/sphinx-click: fix typo
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/sphinx-click/sphinx-click-3.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
b/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
index 3719e56f9..edcfda288 100644
--- a/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-3.0.2.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
>=dev-python/click-7[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
"
-iBDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest