commit: b5cec87c2095e6c2bcb0cefc857c05eabd565d55 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 19 17:13:31 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 19 17:14:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cec87c
dev-python/py: Remove USE=doc The doc build is broken and the package is unmaintained upstream. Closes: https://bugs.gentoo.org/831492 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/py/py-1.11.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/py/py-1.11.0.ebuild b/dev-python/py/py-1.11.0.ebuild index e877c8bde96b..6bc4dafc3a51 100644 --- a/dev-python/py/py-1.11.0.ebuild +++ b/dev-python/py/py-1.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,5 +19,4 @@ RESTRICT=test BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]" -distutils_enable_sphinx doc distutils_enable_tests pytest
