commit:     429ad433252c9bc4ecf8e20c756e84d9c0ec6874
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Sat Apr 13 13:23:27 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 <holger <AT> applied-asynchrony.com>
Signed-off-by: Mike Gilbert <floppym <AT> 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

Reply via email to