app-admin/ansible: add missing dependency.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 6 Feb 2017 10:19:26 +0000 (11:19 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 6 Feb 2017 10:20:48 +0000 (11:20 +0100)
a2x is part of the app-text/asciidoc ebuild.

Package-Manager: portage-2.3.3

app-admin/ansible/ansible-9999.ebuild

index 57ee497cb38ecdd272ee72a12fe84d48ae70ac11..2b726862ee3b8d755798f2dce9b76c96fdf667f9 100644 (file)
@@ -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
 "