commit: 45753b4c1c638a3abd6dbf1b10ce5ed117fbdc08 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Jan 22 11:48:11 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Jan 22 12:03:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45753b4c
dev-python/cffi: Add missing build time dep for docs Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572406 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/cffi/cffi-1.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cffi/cffi-1.5.0.ebuild b/dev-python/cffi/cffi-1.5.0.ebuild index 3220cf9..c54b5e6 100644 --- a/dev-python/cffi/cffi-1.5.0.ebuild +++ b/dev-python/cffi/cffi-1.5.0.ebuild @@ -23,6 +23,7 @@ RDEPEND=" virtual/libffi dev-python/pycparser[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] )" # Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
