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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0277158090 for ; Mon, 9 May 2022 14:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C5CE0895; Mon, 9 May 2022 14:29:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4B2AE0895 for ; Mon, 9 May 2022 14:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7228B341734 for ; Mon, 9 May 2022 14:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8998D3 for ; Mon, 9 May 2022 14:29:19 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1652106546.c51950221ac7676dc65c16a08f8aa44b40079941.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild net-analyzer/gvm-libs/gvm-libs-21.4.4-r3.ebuild X-VCS-Directories: net-analyzer/gvm-libs/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c51950221ac7676dc65c16a08f8aa44b40079941 X-VCS-Branch: master Date: Mon, 9 May 2022 14:29:19 +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: f0241ddf-e344-4b86-9dda-75278c241ca4 X-Archives-Hash: e3f493a142e4aa4079545eab22017d83 commit: c51950221ac7676dc65c16a08f8aa44b40079941 Author: Florian Schmaus gentoo org> AuthorDate: Mon May 9 14:28:42 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon May 9 14:29:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5195022 net-analyzer/gvm-libs: add missing libpcap dependency Closes: https://bugs.gentoo.org/842183 Signed-off-by: Florian Schmaus gentoo.org> .../gvm-libs/{gvm-libs-21.4.4-r2.ebuild => gvm-libs-21.4.4-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r3.ebuild similarity index 99% rename from net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild rename to net-analyzer/gvm-libs/gvm-libs-21.4.4-r3.ebuild index 054494bea23d..bb2129681464 100644 --- a/net-analyzer/gvm-libs/gvm-libs-21.4.4-r2.ebuild +++ b/net-analyzer/gvm-libs/gvm-libs-21.4.4-r3.ebuild @@ -26,6 +26,7 @@ DEPEND=" dev-perl/UUID net-libs/gnutls:= net-libs/libnet:1.1 + net-libs/libpcap net-libs/libssh:= sys-apps/util-linux sys-libs/libxcrypt:=