mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user