projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35feb92
)
app-admin/ansible: fix build failure
author
Agostino Sarubbo
<ago@gentoo.org>
Fri, 26 Apr 2019 06:58:36 +0000
(08:58 +0200)
committer
Agostino Sarubbo
<ago@gentoo.org>
Fri, 26 Apr 2019 06:58:36 +0000
(08:58 +0200)
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-admin/ansible/ansible-2.8.0_rc1.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/ansible/ansible-2.8.0_rc1.ebuild
b/app-admin/ansible/ansible-2.8.0_rc1.ebuild
index cf0287d8b2733508943588f266d711751edac019..43fb54200196b24faa1529c1f32d78749472f674 100644
(file)
--- 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