commit: 61ba13c2c4e06e1a87ccaba02fb28b4d14a385e0 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Fri Apr 26 06:58:36 2019 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Fri Apr 26 06:58:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ba13c2
app-admin/ansible: fix build failure Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-admin/ansible/ansible-2.8.0_rc1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-admin/ansible/ansible-2.8.0_rc1.ebuild b/app-admin/ansible/ansible-2.8.0_rc1.ebuild index cf0287d8b27..43fb5420019 100644 --- a/app-admin/ansible/ansible-2.8.0_rc1.ebuild +++ b/app-admin/ansible/ansible-2.8.0_rc1.ebuild @@ -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
