app-admin/ansible: fix build failure

Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
Agostino Sarubbo
2019-04-26 08:58:36 +02:00
parent 35feb92e5f
commit 61ba13c2c4

View File

@@ -9,6 +9,7 @@ inherit distutils-r1 eutils
DESCRIPTION="Model-driven deployment, config management, and command execution framework"
HOMEPAGE="https://ansible.com/"
# don't forget to fix also ${S} in the next bump
SRC_URI="https://releases.ansible.com/${PN}/${PN}-2.8.0rc1.tar.gz"
LICENSE="GPL-3"
@@ -42,6 +43,8 @@ DEPEND="
dev-vcs/git
)"
S="${WORKDIR}/ansible-2.8.0rc1"
python_compile_all() {
if use doc; then
cd docs/docsite || die