dev-vcs/git-remote-hg: add missing build dependency on app-text/asciidoc
authorAustin English <wizardedit@gentoo.org>
Thu, 1 Sep 2016 20:55:30 +0000 (15:55 -0500)
committerAustin English <wizardedit@gentoo.org>
Thu, 1 Sep 2016 22:07:22 +0000 (17:07 -0500)
Gentoo-Bug: https://bugs.gentoo.org/591882

Package-Manager: portage-2.3.0

dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild

index 7eb355baa1bf3ec011e3bc234083664bb9dde0d2..58bab8d74d28ed6c5d3165398754a2b5e56034ec 100644 (file)
@@ -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"