commit: c28abc3bbee226d72abd00dc92696927a880eaaa Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Thu Jul 19 22:12:46 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Thu Jul 19 22:13:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28abc3b
app-admin/ansible: fix 9999 install Closes: https://bugs.gentoo.org/661522 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-admin/ansible/ansible-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 0ca97a267cc..91c2329b316 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 }
