Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Tue, 06 Oct 2020 05:42:29
Message-Id: 1601962941.b5eef28168dc6a33118d8c1670bd8cbd47c6f171.prometheanfire@gentoo
1 commit: b5eef28168dc6a33118d8c1670bd8cbd47c6f171
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 05:41:58 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 05:42:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5eef281
7
8 app-admin/ansible: fix ansible 2.10 dep on ansible_base
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible/ansible-2.10.0.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/app-admin/ansible/ansible-2.10.0.ebuild b/app-admin/ansible/ansible-2.10.0.ebuild
17 index 70df6adeb90..b3b6a8e0657 100644
18 --- a/app-admin/ansible/ansible-2.10.0.ebuild
19 +++ b/app-admin/ansible/ansible-2.10.0.ebuild
20 @@ -37,10 +37,8 @@ RDEPEND="
21 dev-python/pexpect[${PYTHON_USEDEP}]
22 net-misc/sshpass
23 virtual/ssh
24 - !app-admin/ansible-base
25 "
26 DEPEND="
27 - !app-admin/ansible-base
28 >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
29 doc? (
30 dev-python/sphinx[${PYTHON_USEDEP}]