diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild | 7 |
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" |