diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-19 17:12:46 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-19 17:13:04 -0500 |
commit | c28abc3bbee226d72abd00dc92696927a880eaaa (patch) | |
tree | 4a668f08beeee146e038ec4e64352f7384e5f82a /app-admin/ansible | |
parent | dev-python/pep8: version bump. (diff) | |
download | gentoo-c28abc3bbee226d72abd00dc92696927a880eaaa.tar.gz gentoo-c28abc3bbee226d72abd00dc92696927a880eaaa.tar.bz2 gentoo-c28abc3bbee226d72abd00dc92696927a880eaaa.zip |
app-admin/ansible: fix 9999 install
Closes: https://bugs.gentoo.org/661522
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'app-admin/ansible')
-rw-r--r-- | app-admin/ansible/ansible-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 0ca97a267cc6..91c2329b3164 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -64,6 +64,5 @@ python_install_all() { use doc && local HTML_DOCS=( docs/docsite/_build/html/. ) distutils-r1_python_install_all - doman docs/man/man1/*.1 dodoc -r examples } |