mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/cython-0.29.14-r1: Fix USE="-doc" (bug #700818)
Closes: https://bugs.gentoo.org/700818 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
@@ -37,7 +37,10 @@ PATCHES=(
|
||||
SITEFILE=50cython-gentoo.el
|
||||
|
||||
python_check_deps() {
|
||||
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
|
||||
if use doc; then
|
||||
has_version "dev-python/sphinx[${PYTHON_USEDEP}]" || return ${?}
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
|
||||
Reference in New Issue
Block a user