Skip to content

Commit

Permalink
app-admin/glance: git sources cannot build docs (missing files)
Browse files Browse the repository at this point in the history
Fixes: https://bugs.gentoo.org/695686

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Sep 28, 2019
1 parent b48c3c4 commit 5509b98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-admin/glance/glance-2019.1.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5509b98

Please sign in to comment.