diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-12-03 01:43:51 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-12-03 01:46:24 -0700 |
commit | f30860c423bc54be3a7f316eb121fc47349c3aa8 (patch) | |
tree | f3e929bb7efaf60fc16f27b9ad17816b1f9b5d10 /dev-python/pychroot | |
parent | media-libs/libebur128: ia64 stable wrt bug #700306 (diff) | |
download | gentoo-f30860c423bc54be3a7f316eb121fc47349c3aa8.tar.gz gentoo-f30860c423bc54be3a7f316eb121fc47349c3aa8.tar.bz2 gentoo-f30860c423bc54be3a7f316eb121fc47349c3aa8.zip |
dev-python/pychroot: only check for sphinx for live ebuild
Closes: https://bugs.gentoo.org/701862
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r-- | dev-python/pychroot/pychroot-0.10.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/pychroot/pychroot-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pychroot/pychroot-0.10.1.ebuild b/dev-python/pychroot/pychroot-0.10.1.ebuild index 4f5fc21330e9..eaad97eb08ab 100644 --- a/dev-python/pychroot/pychroot-0.10.1.ebuild +++ b/dev-python/pychroot/pychroot-0.10.1.ebuild @@ -35,6 +35,7 @@ BDEPEND=" [[ ${PV} == *9999 ]] && BDEPEND+=" $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')" python_check_deps() { + [[ ${PV} == *9999 ]] || return 0 has_version "dev-python/sphinx[${PYTHON_USEDEP}]" } diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index 4f5fc21330e9..eaad97eb08ab 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -35,6 +35,7 @@ BDEPEND=" [[ ${PV} == *9999 ]] && BDEPEND+=" $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')" python_check_deps() { + [[ ${PV} == *9999 ]] || return 0 has_version "dev-python/sphinx[${PYTHON_USEDEP}]" } |