commit:     41d30917a54f4ac2f02ec4e031a6c89849782837
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 18:28:25 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 18:29:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d30917

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 <AT> gentoo.org>

 app-admin/ansible/ansible-2.10.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-2.10.0.ebuild 
b/app-admin/ansible/ansible-2.10.0.ebuild
index c19820e359f..d62ac3db6e3 100644
--- a/app-admin/ansible/ansible-2.10.0.ebuild
+++ b/app-admin/ansible/ansible-2.10.0.ebuild
@@ -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

Reply via email to