diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-19 16:16:41 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-19 16:16:52 -0500 |
commit | cd25aa9ab523cb7b006d1e8b35835dcf9b5b382b (patch) | |
tree | 5afe0b808fbaa73acabefdbd7b0785815d649441 /app-admin/glance/glance-21.0.0.ebuild | |
parent | net-nntp/sabnzbd: bump to v3.1.0 (diff) | |
download | gentoo-cd25aa9ab523cb7b006d1e8b35835dcf9b5b382b.tar.gz gentoo-cd25aa9ab523cb7b006d1e8b35835dcf9b5b382b.tar.bz2 gentoo-cd25aa9ab523cb7b006d1e8b35835dcf9b5b382b.zip |
app-admin/glance: remove doc build
Closes: https://bugs.gentoo.org/750113
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/glance/glance-21.0.0.ebuild')
-rw-r--r-- | app-admin/glance/glance-21.0.0.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app-admin/glance/glance-21.0.0.ebuild b/app-admin/glance/glance-21.0.0.ebuild index 01490a198468..dd4a939849af 100644 --- a/app-admin/glance/glance-21.0.0.ebuild +++ b/app-admin/glance/glance-21.0.0.ebuild @@ -21,7 +21,7 @@ fi LICENSE="Apache-2.0" SLOT="0" -IUSE="doc mysql postgres +sqlite +swift" +IUSE="mysql postgres +sqlite +swift" REQUIRED_USE="|| ( mysql postgres sqlite )" #note to self, wsgiref is a python builtin, no need to package it @@ -115,12 +115,6 @@ python_prepare_all() { distutils-r1_python_prepare_all } -python_compile_all() { - if [ ! -z ${EGIT_BRANCH+x} ]; then - use doc && "${PYTHON}" setup.py build_sphinx - fi -} - python_install_all() { distutils-r1_python_install_all @@ -137,7 +131,6 @@ python_install_all() { insopts -m 0640 -o glance -g glance doins -r etc/*.ini etc/*.conf etc/*.sample etc/*.json etc/meta* - use doc && local HTML_DOCS=( doc/build/html/. ) distutils-r1_python_install_all rm -r "${ED}"/usr/etc } |