Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-remote-hg/
Date: Thu, 01 Sep 2016 22:07:39
Message-Id: 1472767642.b3ebc08f03b0fcb3859a22bd1b09268d8166c66b.wizardedit@gentoo
1 commit: b3ebc08f03b0fcb3859a22bd1b09268d8166c66b
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 20:55:30 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 22:07:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ebc08f
7
8 dev-vcs/git-remote-hg: add missing build dependency on app-text/asciidoc
9
10 Gentoo-Bug: https://bugs.gentoo.org/591882
11
12 Package-Manager: portage-2.3.0
13
14 dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 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
18 index 7eb355b..58bab8d 100644
19 --- a/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild
20 +++ b/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild
21 @@ -13,9 +13,12 @@ LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24
25 -DEPEND="dev-vcs/git
26 +CDEPEND="dev-vcs/git
27 dev-vcs/mercurial"
28 -RDEPEND="${DEPEND}"
29 +
30 +DEPEND="${CDEPEND}
31 + app-text/asciidoc"
32 +RDEPEND="${CDEPEND}"
33
34 # Most (21/25) tests fail:
35 RESTRICT="test"