diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-06 11:19:26 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-06 11:20:48 +0100 |
commit | ec06e36880e21b60c5ba2a72c9872892fd9f2eb5 (patch) | |
tree | a1af5ebfa9d36a1284ec339dd9e5cea18c7724ba /app-admin/ansible | |
parent | x11-misc/xdotool: Drop old (diff) | |
download | gentoo-ec06e36880e21b60c5ba2a72c9872892fd9f2eb5.tar.gz gentoo-ec06e36880e21b60c5ba2a72c9872892fd9f2eb5.tar.bz2 gentoo-ec06e36880e21b60c5ba2a72c9872892fd9f2eb5.zip |
app-admin/ansible: add missing dependency.
a2x is part of the app-text/asciidoc ebuild.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-admin/ansible')
-rw-r--r-- | app-admin/ansible/ansible-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 57ee497cb38e..2b726862ee3b 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,6 +28,7 @@ RDEPEND=" >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] + app-text/asciidoc net-misc/sshpass virtual/ssh " |