diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-28 12:55:31 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-09-28 12:55:58 -0500 |
commit | 5509b98d17a202b7afca820fc9c8c6b768b34753 (patch) | |
tree | 4e418ff4a898485a2450b3e2068a68c27f57844a /app-admin/glance | |
parent | profiles: Mask media-libs/libtxc_dxtn for removal (diff) | |
download | gentoo-5509b98d17a202b7afca820fc9c8c6b768b34753.tar.gz gentoo-5509b98d17a202b7afca820fc9c8c6b768b34753.tar.bz2 gentoo-5509b98d17a202b7afca820fc9c8c6b768b34753.zip |
app-admin/glance: git sources cannot build docs (missing files)
Fixes: https://bugs.gentoo.org/695686
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/glance')
-rw-r--r-- | app-admin/glance/glance-2019.1.9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/glance/glance-2019.1.9999.ebuild b/app-admin/glance/glance-2019.1.9999.ebuild index 2647706b8889..3c7b073c2f82 100644 --- a/app-admin/glance/glance-2019.1.9999.ebuild +++ b/app-admin/glance/glance-2019.1.9999.ebuild @@ -121,7 +121,9 @@ python_prepare_all() { } python_compile_all() { - use doc && "${PYTHON}" setup.py build_sphinx + if [ ! -z ${EGIT_BRANCH+x} ]; then + use doc && "${PYTHON}" setup.py build_sphinx + fi } python_install_all() { |