diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-19 18:13:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-19 18:14:59 +0100 |
commit | b5cec87c2095e6c2bcb0cefc857c05eabd565d55 (patch) | |
tree | 3862261297f516c5185cad3ab033a661add42066 /dev-python/py | |
parent | media-sound/mpd: keyword 0.23.5 for ~riscv (diff) | |
download | gentoo-b5cec87c2095e6c2bcb0cefc857c05eabd565d55.tar.gz gentoo-b5cec87c2095e6c2bcb0cefc857c05eabd565d55.tar.bz2 gentoo-b5cec87c2095e6c2bcb0cefc857c05eabd565d55.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/py')
-rw-r--r-- | dev-python/py/py-1.11.0.ebuild | 3 |
1 files changed, 1 insertions, 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 |