From: Patrick McLean Date: Thu, 7 May 2020 01:15:03 +0000 (-0700) Subject: dev-python/boto3-1.12.48: Fix build with USE=doc (bug #720812) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54e97ff7f7b07365621b7e55145379ee84af7189;p=gentoo.git dev-python/boto3-1.12.48: Fix build with USE=doc (bug #720812) Closes: https://bugs.gentoo.org/720812 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean --- diff --git a/dev-python/boto3/boto3-1.12.48.ebuild b/dev-python/boto3/boto3-1.12.48.ebuild index d996a7288df9..1d5780433f8a 100644 --- a/dev-python/boto3/boto3-1.12.48.ebuild +++ b/dev-python/boto3/boto3-1.12.48.ebuild @@ -34,7 +34,7 @@ BDEPEND=" RESTRICT="!test? ( test )" -distutils_enable_sphinx docs \ +distutils_enable_sphinx docs/source \ 'dev-python/guzzle_sphinx_theme' python_prepare_all() {