summaryrefslogtreecommitdiff
path: root/app-admin/glance/glance-2019.1.9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /app-admin/glance/glance-2019.1.9999.ebuild
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'app-admin/glance/glance-2019.1.9999.ebuild')
-rw-r--r--app-admin/glance/glance-2019.1.9999.ebuild4
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() {