Skip to content

Commit

Permalink
dev-vcs/git-remote-hg: add missing build dependency on app-text/asciidoc
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/591882

Package-Manager: portage-2.3.0
  • Loading branch information
austin987 committed Sep 1, 2016
1 parent 6e96ba4 commit b3ebc08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b3ebc08

Please sign in to comment.