mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-admin/ansible: use env var to allow upgrading of ansible
closes: https://bugs.gentoo.org/746164 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
|
||||
IUSE="doc test"
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="!<app-admin/ansible-2.10.0[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
dev-python/paramiko[${PYTHON_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_USEDEP}]
|
||||
@@ -51,6 +50,8 @@ DEPEND="
|
||||
dev-vcs/git
|
||||
)"
|
||||
|
||||
ANSIBLE_SKIP_CONFLICT_CHECK=1
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
cd docs/docsite || die
|
||||
|
||||
Reference in New Issue
Block a user