commit: e37598e0b3937c68fa6cb29fa4c59e23f51e3f9d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 05:57:52 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 05:57:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37598e0
app-admin/ansible: fix dep on ansible-base
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 => ansible-2.10.0-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-admin/ansible/ansible-2.10.0.ebuild
b/app-admin/ansible/ansible-2.10.0-r1.ebuild
similarity index 97%
rename from app-admin/ansible/ansible-2.10.0.ebuild
rename to app-admin/ansible/ansible-2.10.0-r1.ebuild
index b3b6a8e0657..5190c5124e2 100644
--- a/app-admin/ansible/ansible-2.10.0.ebuild
+++ b/app-admin/ansible/ansible-2.10.0-r1.ebuild
@@ -37,9 +37,11 @@ RDEPEND="
dev-python/pexpect[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh
+ app-admin/ansible-base
"
DEPEND="
>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+ app-admin/ansible-base
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]