mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -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"
|
DESCRIPTION="Model-driven deployment, config management, and command execution framework"
|
||||||
HOMEPAGE="https://ansible.com/"
|
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"
|
SRC_URI="https://releases.ansible.com/${PN}/${PN}-2.8.0rc1.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
@@ -42,6 +43,8 @@ DEPEND="
|
|||||||
dev-vcs/git
|
dev-vcs/git
|
||||||
)"
|
)"
|
||||||
|
|
||||||
|
S="${WORKDIR}/ansible-2.8.0rc1"
|
||||||
|
|
||||||
python_compile_all() {
|
python_compile_all() {
|
||||||
if use doc; then
|
if use doc; then
|
||||||
cd docs/docsite || die
|
cd docs/docsite || die
|
||||||
|
|||||||
Reference in New Issue
Block a user