summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-09-01 15:55:30 -0500
committerAustin English <wizardedit@gentoo.org>2016-09-01 17:07:22 -0500
commitb3ebc08f03b0fcb3859a22bd1b09268d8166c66b (patch)
tree955e804079d27cadf93dd674d33900784742e950 /dev-vcs/git-remote-hg
parentgames-kids/crayon-physics: add missing default in src_prepare() (diff)
downloadgentoo-b3ebc08f03b0fcb3859a22bd1b09268d8166c66b.tar.gz
gentoo-b3ebc08f03b0fcb3859a22bd1b09268d8166c66b.tar.bz2
gentoo-b3ebc08f03b0fcb3859a22bd1b09268d8166c66b.zip
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
Diffstat (limited to 'dev-vcs/git-remote-hg')
-rw-r--r--dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild7
1 files 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 7eb355baa1bf..58bab8d74d28 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"