From b5cec87c2095e6c2bcb0cefc857c05eabd565d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 19 Jan 2022 18:13:31 +0100 Subject: [PATCH] dev-python/py: Remove USE=doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The doc build is broken and the package is unmaintained upstream. Closes: https://bugs.gentoo.org/831492 Signed-off-by: Michał Górny --- 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 e877c8bde96bd..6bc4dafc3a51f 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