commit: cdfb0ee6453942f875099c64ca173b9df95e0a6a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 28 13:57:11 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 28 13:58:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfb0ee6
dev-python/botocore: Remove broken USE=doc Closes: https://bugs.gentoo.org/902825 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/botocore/botocore-1.29.99.ebuild | 2 -- dev-python/botocore/botocore-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev-python/botocore/botocore-1.29.99.ebuild b/dev-python/botocore/botocore-1.29.99.ebuild index 0f4daaa48e81..491b6bbc21f2 100644 --- a/dev-python/botocore/botocore-1.29.99.ebuild +++ b/dev-python/botocore/botocore-1.29.99.ebuild @@ -40,8 +40,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest src_prepare() { diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 20a7f216860d..2b1442e68144 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -40,8 +40,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest src_prepare() {
