Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Mon, 06 Feb 2017 10:20:59
Message-Id: 1486376448.ec06e36880e21b60c5ba2a72c9872892fd9f2eb5.monsieurp@gentoo
1 commit: ec06e36880e21b60c5ba2a72c9872892fd9f2eb5
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 10:19:26 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 10:20:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec06e368
7
8 app-admin/ansible: add missing dependency.
9
10 a2x is part of the app-text/asciidoc ebuild.
11
12 Package-Manager: portage-2.3.3
13
14 app-admin/ansible/ansible-9999.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
18 index 57ee497..2b72686 100644
19 --- a/app-admin/ansible/ansible-9999.ebuild
20 +++ b/app-admin/ansible/ansible-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -28,6 +28,7 @@ RDEPEND="
28 >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
29 dev-python/httplib2[${PYTHON_USEDEP}]
30 dev-python/six[${PYTHON_USEDEP}]
31 + app-text/asciidoc
32 net-misc/sshpass
33 virtual/ssh
34 "