summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-07 15:34:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-07 15:37:34 +0100
commit430e6c36df5ca66146be52035414dfdad90c625b (patch)
treeac1e97b477068ed8d47c826c73ebc9ae1de61734 /dev-python/pycairo
parentnet-dns/libidn: Drop old (diff)
downloadgentoo-430e6c36df5ca66146be52035414dfdad90c625b.tar.gz
gentoo-430e6c36df5ca66146be52035414dfdad90c625b.tar.bz2
gentoo-430e6c36df5ca66146be52035414dfdad90c625b.zip
dev-python/pycairo: Fix the fix
Closes: https://bugs.gentoo.org/702210 Package-Manager: Portage-2.3.81, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pycairo')
-rw-r--r--dev-python/pycairo/pycairo-1.18.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pycairo/pycairo-1.18.2.ebuild b/dev-python/pycairo/pycairo-1.18.2.ebuild
index d1e334554fd1..9f1cd5f0198d 100644
--- a/dev-python/pycairo/pycairo-1.18.2.ebuild
+++ b/dev-python/pycairo/pycairo-1.18.2.ebuild
@@ -32,7 +32,8 @@ DEPEND="${RDEPEND}"
RESTRICT="!test? ( test )"
python_check_deps() {
- use doc && has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+ use doc || return 0
+ has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
}
python_compile_all() {