diff options
author | Austin English <wizardedit@gentoo.org> | 2016-09-01 15:55:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-09-01 17:07:22 -0500 |
commit | b3ebc08f03b0fcb3859a22bd1b09268d8166c66b (patch) | |
tree | 955e804079d27cadf93dd674d33900784742e950 /dev-vcs/git-remote-hg | |
parent | games-kids/crayon-physics: add missing default in src_prepare() (diff) | |
download | gentoo-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.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" |