commit:     ec06e36880e21b60c5ba2a72c9872892fd9f2eb5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  6 10:19:26 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 10:20:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec06e368

app-admin/ansible: add missing dependency.

a2x is part of the app-text/asciidoc ebuild.

Package-Manager: portage-2.3.3

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

diff --git a/app-admin/ansible/ansible-9999.ebuild 
b/app-admin/ansible/ansible-9999.ebuild
index 57ee497..2b72686 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
 "

Reply via email to