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 C52C1138359 for ; Fri, 4 Sep 2020 07:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7DDE0839; Fri, 4 Sep 2020 07:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2D3EE0839 for ; Fri, 4 Sep 2020 07:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7397D340CCE for ; Fri, 4 Sep 2020 07:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 294992FC for ; Fri, 4 Sep 2020 07:23:14 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1599204191.a6932cd5fc2465a40394a4c0ea17a09698bff2b4.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/flow-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/flow-tools/flow-tools-0.68.6.ebuild X-VCS-Directories: net-analyzer/flow-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a6932cd5fc2465a40394a4c0ea17a09698bff2b4 X-VCS-Branch: master Date: Fri, 4 Sep 2020 07:23:14 +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: 7c865068-b218-421c-9d1d-13f34b70b623 X-Archives-Hash: c78d5a2c69845c1e0741434d6dd5ffbf commit: a6932cd5fc2465a40394a4c0ea17a09698bff2b4 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 4 07:22:52 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Sep 4 07:23:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6932cd5 net-analyzer/flow-tools: Fix docbook2man provider dependency Package-Manager: Portage-3.0.5, Repoman-3.0.1 Closes: https://bugs.gentoo.org/740232 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/flow-tools/flow-tools-0.68.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/flow-tools/flow-tools-0.68.6.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.6.ebuild index 85002e28287..b95e6499011 100644 --- a/net-analyzer/flow-tools/flow-tools-0.68.6.ebuild +++ b/net-analyzer/flow-tools/flow-tools-0.68.6.ebuild @@ -27,7 +27,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - app-text/docbook2X + app-text/docbook-sgml-utils sys-devel/bison sys-devel/flex "