commit:     b3ebc08f03b0fcb3859a22bd1b09268d8166c66b
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 20:55:30 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 22:07:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ebc08f

dev-vcs/git-remote-hg: add missing build dependency on app-text/asciidoc

Gentoo-Bug: https://bugs.gentoo.org/591882

Package-Manager: portage-2.3.0

 dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild 
b/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild
index 7eb355b..58bab8d 100644
--- a/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild
+++ b/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild
@@ -13,9 +13,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-vcs/git
+CDEPEND="dev-vcs/git
                dev-vcs/mercurial"
-RDEPEND="${DEPEND}"
+
+DEPEND="${CDEPEND}
+               app-text/asciidoc"
+RDEPEND="${CDEPEND}"
 
 # Most (21/25) tests fail:
 RESTRICT="test"

Reply via email to