dev-python/aspectlib: use distutil_enable_sphinx properly

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-02-28 02:51:49 +02:00
parent 6c66a851eb
commit 0b84c1af8e
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
1 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -17,9 +17,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/fields[${PYTHON_USEDEP}]"
DEPEND="
doc? (
dev-python/sphinx-py3doc-enhanced-theme[${PYTHON_USEDEP}]
)
test? (
${RDEPEND}
dev-python/process-tests[${PYTHON_USEDEP}]
@ -27,5 +24,5 @@ DEPEND="
)
"
distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
distutils_enable_tests pytest
distutils_enable_sphinx docs