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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5AE31581D3 for ; Mon, 20 May 2024 15:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFC4E2BC015; Mon, 20 May 2024 15:53:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C31652BC015 for ; Mon, 20 May 2024 15:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DC9B3335CB9 for ; Mon, 20 May 2024 15:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424B611CA for ; Mon, 20 May 2024 15:53:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1716220355.429ad433252c9bc4ecf8e20c756e84d9c0ec6874.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/sysdig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/sysdig/sysdig-0.29.3-r2.ebuild X-VCS-Directories: dev-debug/sysdig/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 429ad433252c9bc4ecf8e20c756e84d9c0ec6874 X-VCS-Branch: master Date: Mon, 20 May 2024 15:53: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: 2995eff1-697d-4d2f-8525-44431fada569 X-Archives-Hash: c28e9c66ec1f2ad709478e3b38443d15 commit: 429ad433252c9bc4ecf8e20c756e84d9c0ec6874 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Sat Apr 13 13:23:27 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 20 15:52:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429ad433 dev-debug/sysdig: add missing libelf dependency Noticed while building in a clean chroot. Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Mike Gilbert gentoo.org> dev-debug/sysdig/sysdig-0.29.3-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-debug/sysdig/sysdig-0.29.3-r2.ebuild b/dev-debug/sysdig/sysdig-0.29.3-r2.ebuild index c4d7a6199eb2..7262049544d9 100644 --- a/dev-debug/sysdig/sysdig-0.29.3-r2.ebuild +++ b/dev-debug/sysdig/sysdig-0.29.3-r2.ebuild @@ -34,7 +34,8 @@ RDEPEND="${LUA_DEPS} net-libs/grpc:= net-misc/curl sys-libs/ncurses:= - sys-libs/zlib:=" + sys-libs/zlib:= + virtual/libelf:=" DEPEND="${RDEPEND} dev-cpp/nlohmann_json