From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4A7A1382C5 for ; Fri, 28 May 2021 20:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 487E2E0996; Fri, 28 May 2021 20:14:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D8F3E0996 for ; Fri, 28 May 2021 20:14:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54211340ECE for ; Fri, 28 May 2021 20:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E791B793 for ; Fri, 28 May 2021 20:14:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622232835.e50d0f0dc800dac0a3ce43932b5b25747df30554.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hub/hub-2.14.2-r1.ebuild X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e50d0f0dc800dac0a3ce43932b5b25747df30554 X-VCS-Branch: master Date: Fri, 28 May 2021 20:14:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9a61086-8f85-4af2-a8ee-c52fc526ccdb X-Archives-Hash: 2a6156ed54bddf481a7b4959b6fb6fa4 commit: e50d0f0dc800dac0a3ce43932b5b25747df30554 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 12:03:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 28 20:13:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50d0f0d dev-vcs/hub: add missing groff BDEPEND Signed-off-by: Sam James gentoo.org> dev-vcs/hub/hub-2.14.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/hub/hub-2.14.2-r1.ebuild b/dev-vcs/hub/hub-2.14.2-r1.ebuild index ca4e205866a..783e6080a8f 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() {