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 ECFBD138359 for ; Fri, 3 Jul 2020 11:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29F2DE086C; Fri, 3 Jul 2020 11:07:09 +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 04CA7E086C for ; Fri, 3 Jul 2020 11:07:08 +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 95CC934EFAA for ; Fri, 3 Jul 2020 11:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEAF09C for ; Fri, 3 Jul 2020 11:07:00 +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: <1593774419.4dbe8ac984a72421f8ed63a95c80adfd3881b966.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/darkstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/darkstat/darkstat-9999999.ebuild X-VCS-Directories: net-analyzer/darkstat/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4dbe8ac984a72421f8ed63a95c80adfd3881b966 X-VCS-Branch: master Date: Fri, 3 Jul 2020 11:07:00 +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: 584cdef3-226d-40ae-a78d-533b1ec1ac82 X-Archives-Hash: 1e2aff9da1ebd82cc2586b3baac5e9b1 commit: 4dbe8ac984a72421f8ed63a95c80adfd3881b966 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jul 3 11:06:04 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jul 3 11:06:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbe8ac9 net-analyzer/darkstat: BDEPEND on app-editors/vim-core The live ebuild requires xxd to generate favicon.h. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/darkstat/darkstat-9999999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-analyzer/darkstat/darkstat-9999999.ebuild b/net-analyzer/darkstat/darkstat-9999999.ebuild index c9d630ebf3f..294f80c7140 100644 --- a/net-analyzer/darkstat/darkstat-9999999.ebuild +++ b/net-analyzer/darkstat/darkstat-9999999.ebuild @@ -12,6 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" +BDEPEND=" + app-editors/vim-core +" DEPEND=" dev-libs/libbsd net-libs/libpcap