diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 13:03:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-28 20:13:55 +0000 |
commit | e50d0f0dc800dac0a3ce43932b5b25747df30554 (patch) | |
tree | 11713afa3b664be64e4e4de1a6c7d1aa1bacb7f0 /dev-vcs | |
parent | dev-vcs/hub: use vendored modules, not from network(!) (diff) | |
download | gentoo-e50d0f0dc800dac0a3ce43932b5b25747df30554.tar.gz gentoo-e50d0f0dc800dac0a3ce43932b5b25747df30554.tar.bz2 gentoo-e50d0f0dc800dac0a3ce43932b5b25747df30554.zip |
dev-vcs/hub: add missing groff BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hub/hub-2.14.2-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/hub/hub-2.14.2-r1.ebuild b/dev-vcs/hub/hub-2.14.2-r1.ebuild index ca4e205866ae..783e6080a8f5 100644 --- a/dev-vcs/hub/hub-2.14.2-r1.ebuild +++ b/dev-vcs/hub/hub-2.14.2-r1.ebuild @@ -13,6 +13,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +BDEPEND="sys-apps/groff" RDEPEND=">=dev-vcs/git-1.7.3" src_compile() { |