Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/
Date: Fri, 28 May 2021 20:14:36
Message-Id: 1622232835.e50d0f0dc800dac0a3ce43932b5b25747df30554.sam@gentoo
1 commit: e50d0f0dc800dac0a3ce43932b5b25747df30554
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 12:03:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 20:13:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50d0f0d
7
8 dev-vcs/hub: add missing groff BDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/hub/hub-2.14.2-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-vcs/hub/hub-2.14.2-r1.ebuild b/dev-vcs/hub/hub-2.14.2-r1.ebuild
16 index ca4e205866a..783e6080a8f 100644
17 --- a/dev-vcs/hub/hub-2.14.2-r1.ebuild
18 +++ b/dev-vcs/hub/hub-2.14.2-r1.ebuild
19 @@ -13,6 +13,7 @@ LICENSE="MIT"
20 SLOT="0"
21 KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
22
23 +BDEPEND="sys-apps/groff"
24 RDEPEND=">=dev-vcs/git-1.7.3"
25
26 src_compile() {