Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Thu, 07 May 2020 01:15:18
Message-Id: 1588814103.54e97ff7f7b07365621b7e55145379ee84af7189.chutzpah@gentoo
1 commit: 54e97ff7f7b07365621b7e55145379ee84af7189
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu May 7 01:15:03 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 01:15:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e97ff7
7
8 dev-python/boto3-1.12.48: Fix build with USE=doc (bug #720812)
9
10 Closes: https://bugs.gentoo.org/720812
11 Copyright: Sony Interactive Entertainment Inc.
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
14
15 dev-python/boto3/boto3-1.12.48.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/boto3/boto3-1.12.48.ebuild b/dev-python/boto3/boto3-1.12.48.ebuild
19 index d996a7288df..1d5780433f8 100644
20 --- a/dev-python/boto3/boto3-1.12.48.ebuild
21 +++ b/dev-python/boto3/boto3-1.12.48.ebuild
22 @@ -34,7 +34,7 @@ BDEPEND="
23
24 RESTRICT="!test? ( test )"
25
26 -distutils_enable_sphinx docs \
27 +distutils_enable_sphinx docs/source \
28 'dev-python/guzzle_sphinx_theme'
29
30 python_prepare_all() {